IAssociationGroup Members
Include Protected Members
Include Inherited Members
Represents a relationship between external content types by grouping related association objects.
The IAssociationGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
DestinationReference | Returns a reference to the destination external content type. | |
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsBound | Returns a value that indicates whether all the source external content types and the destination external content type are available or not. | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) | |
SourceReferences | Returns a collection of source external content type references. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) | |
GetAssociator | Returns the Associator contained in this association group, which is an object that implements the IAssociation interface. | |
GetBulkAssociatedIdEnumerator | Returns the BulkAssociatedIdEnumerator of this association group that corresponds to the specified source external content type. | |
GetBulkNavigators | Returns the BulkAssociationNavigators of this association group. | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetDestination | Returns the destination external content type of the association. | |
GetDisassociator | Returns the Disassociator of this association group, which is an object that implements the IAssociation interface. | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedNames | Returns the localized names of this metadata object. (Inherited from IMetadataObject.) | |
GetNavigators | Returns the AssociationNavigators of this association group. | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) | |
GetReverseBulkAssociatedIdEnumerator | Returns the BulkAssociatedIdEnumerator of this association group that corresponds to the destination external content type. | |
GetReverseBulkNavigators | Returns the BulkAssociationNavigators of this association group that are in opposite direction to the association group. | |
GetReverseNavigators | Returns the AssociationNavigators of this association group that are in opposite direction to the association group. | |
GetSources | The collection of source external content types. | |
IsReverse | Determines whether the given association is a reverse association. |
Top