The properties of the RelationDetails class are listed below. For a complete list of RelationDetails class members, see the RelationDetails Members topic.
AllowAnyUpdate (inherited from BusinessClassDetails) | Returns whether any of update operations (Edit/Delete/New) is allowed |
AllowDelete (inherited from BusinessClassDetails) | Returns whether the object can be deleted |
AllowEdit (inherited from BusinessClassDetails) | Returns whether the object can be edited |
AllowLocking (inherited from BusinessClassDetails) | Returns whether the object should be locked in editing scenarios |
AllowNew (inherited from BusinessClassDetails) | Returns whether a new object instance can be created |
AllowShowDetails (inherited from BusinessClassDetails) | Returns whether the details page of the object should be linked from the page |
DetailsForm (inherited from BusinessClassDetails) | Returns the URL of the details form |
ElementType | Returns the element type of the relation |
NavigationProperty (inherited from BusinessClassDetails) | 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 |
Relation | Returns the relation-property that represents the related objects |
RelationDetails Class | TechTalk.Genome.Extensions.Web.Wizard.Dom Namespace