Skip to content

1.5.0

Choose a tag to compare

@TimGeyssens TimGeyssens released this 07 Dec 13:47
· 71 commits to master since this release

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