-
Notifications
You must be signed in to change notification settings - Fork 0
ModelClassHelper Reference
Adam O'Neil edited this page Aug 23, 2021
·
1 revision
AO.Models.Static.ModelClassHelper ModelClassHelper.cs
- PropertyInfo GetIdentityProperty (this Type modelType)
- string GetIdentityName (this Type modelType)
- bool TryGetIdentityName (this Type modelType, string propertyName)
- string GetTableName (this Type modelType)
- string GetColumnName (this PropertyInfo propertyInfo)
- bool IsIdentity (this PropertyInfo propertyInfo)
- bool AllowSaveAction (this PropertyInfo propertyInfo, SaveAction saveAction)