AssociationGroupAssociationReference Members
Include Protected Members
Include Inherited Members
Represents an AssociationReference used to reference an association from within an AssociationGroup object. It is a superset of the base AssociationReference, which is used for referencing associations from TypeDescriptor objects.
The AssociationGroupAssociationReference type exposes the following members.
Properties
Name | Description | |
---|---|---|
EntityReference | Gets the external content type reference that contains the association referred to by this EntityReference. (Overrides AssociationReference.EntityReference.) | |
IsReverse | Indicated whether the association referenced by this object is in the same direction as the containing AssociationGroup. | |
Name | Gets the name of the referenced association. (Overrides AssociationReference.Name.) |
Top
Methods
Name | Description | |
---|---|---|
Delete | Removes an association reference from an association group by deleting the association reference. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAssociation | Gets the association. (Overrides AssociationReference.GetAssociation().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetAssociation | Gets the association. (Overrides AssociationReference.TryGetAssociation().) |
Top