1.5.0
Adds ReadOnly option (you can specify if you wish to have a type readonly on the UIOMatic Attribute)
[UIOMatic("People", "icon-users", "icon-user",SortColumn="FirstName", ReadOnly = true)]
[TableName("People")]
public class Person : IUIOMaticModel