RelationshipEdge Methods |
The RelationshipEdge type exposes the following members.
Name | Description | |
---|---|---|
_member_ValueChangedTValue |
Handles the ValueChanged event of a member variable which is a commandifiedmember.
| |
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
DetermineIfEntityIsEqualToEndPoints |
Determines if the entity specified is equal to or a subtype of the start entity and end entity.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) | |
GetCollectionNavigators |
Gets the collection navigators (0, 1 or 2) contained by this relationship, if applicable. A 1:1 relationship has 0 collection navigators,
a 1:n relationship 1 and a m:n relationship 2. Navigators which are empty are ignored, as they're not there.
| |
GetEndNavigatorAsObject |
Gets the end navigator string as Navigator object.
| |
GetFullDescription |
Gets the full description of this relationship.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSingleElementNavigators |
Gets the single element navigators (0, 1 or 2) contained by this relationship, if applicable. A 1:1 relationship has 2 single element navigators,
a 1:n relationship 1 and a m:n relationship 0. Navigators which are empty are ignored, as they're not there.
| |
GetStartNavigatorAsObject |
Gets the start navigator string as Navigator object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MarkElementAsChanged |
Marks the element as changed.
| |
MarkElementAsRemoved |
Marks this field as removed. This routine will raise INotifyAsRemoved.ElementRemoved
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnRelationshipTypeChanged |
Called when the relationtype was changed. Called from command.
| |
OnStartEntityIsPkSideChanged |
Called when the StartEntityIsPkSide flag changed.
| |
SerializeOutputSettingValues |
Serializes the output setting values for the start and end navigator
| |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToggleModelOnlyFlag |
Toggles the model only flag on this, if the relationship is a normal relationship as the model-only-ness of an indirect
relationship is readonly (as it's determined based on the modelonly flag of the contained relationships in the indirect relationship).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToStringReverse |
As ToString() but now the description is from the point of view of the end entity.
| |
Validate |
Validates this instance.
|