RelatedFieldElement Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel
The RelatedFieldElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | RelatedFieldElement(IFieldElementCore, NormalRelationshipEdge, Boolean) |
Initializes a new instance of the RelatedFieldElement class.
|
![]() | RelatedFieldElement(IFieldElementCore, NormalRelationshipEdge, Boolean, Boolean, Boolean) |
Initializes a new instance of the RelatedFieldElement class.
|
Name | Description | |
---|---|---|
![]() | Field |
Gets the field.
|
![]() | FieldAsString |
Gets the field as string in the format: navigator.fieldname |
![]() | FieldAsStringForXml |
Gets the field as string for XML.
|
![]() | FieldType |
Gets the type of the field.
|
![]() | NavigatorUsed |
Gets the navigator used.
|
![]() | RelationshipUsed |
Gets the relationship used.
|
![]() | ViaStartNavigator |
Gets a value indicating whether the field is related via the start navigator of the relationship used
|
Name | Description | |
---|---|---|
![]() | BindEvents |
Binds the events. Call this routine if change notification by this instance is required
|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
![]() | UnbindEvents |
Unbinds the events. Call this routine if BindEvents was called earlier on, so a related element isn't keeping this element into memory.
|
Name | Description | |
---|---|---|
![]() | HasBeenChanged |
Raised when the implementing element has been changed
|
![]() | HasBeenRemoved |
Raised when the implementing element has been removed from its container
|
![]() | PropertyChanged |
Occurs when a property value changes. (INotifyPropertyChanged)
|