AllowAnyUpdate | Returns whether any of update operations (Edit/Delete/New) is allowed |
AllowDelete | Returns whether the object can be deleted |
AllowEdit | Returns whether the object can be edited |
AllowLocking | Returns whether the object should be locked in editing scenarios |
AllowNew | Returns whether a new object instance can be created |
AllowShowDetails | Returns whether the details page of the object should be linked from the page |
DetailsForm | Returns the URL of the details form |
NavigationProperty | Returns the property that should be displayed as a navigation link to the details page of the business type |
ParentReference | Returns the property that represents the parent reference of the business type |
Equals (inherited from Object) | Determines whether the specified object is equal to the current object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a string that represents the current object. |
Finalize (inherited from Object) | Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current object. |
BusinessClassDetails Class | TechTalk.Genome.Extensions.Web.Wizard.Dom Namespace