AssociationGroup members
Represents a collection of references to logically related association navigators, associators, and disassociator objects, and the corresponding bulk stereotypes.
The AssociationGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssociationReferences | Gets a collection of association references. | |
DefaultDisplayName | Gets or sets the default display name. (Inherited from MetadataObject.) | |
Entity | Gets the external content type that contains this AssociationGroup. | |
Id | Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.) | |
IsCached | Indicates whether the object is cached. (Inherited from MetadataObject.) | |
LocalizedDisplayName | Gets or sets the localized display name. (Inherited from MetadataObject.) | |
LocalizedDisplayNames | Gets the collection of localized display names. (Inherited from MetadataObject.) | |
Name | Gets or sets the name of the object. (Inherited from MetadataObject.) | |
Properties | Gets the property collection of the object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. (Inherited from MetadataObject.) | |
Delete | Deletes the MetadataObject object. (Inherited from MetadataObject.) | |
GetAccessControlList() | Gets the access control list for this metadata object. (Inherited from AccessControlledMetadataObject.) | |
GetAccessControlList(String) | Gets the access control list for this metadata object by using a setting identifier. (Inherited from AccessControlledMetadataObject.) | |
GetById | Returns the association group with the specified association group identifier from the specified metadata store. | |
MergeXml | Reads the AssociationGroup definition from the specified resource XML for the specified external content type, and then merges its properties, localized names, and access control entries with the existing AssociationGroup in the metadata store. | |
Read | Reads this AssociationGroup object from the metadata store and refreshes its contents. (Overrides MetadataObject.Read().) | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides MetadataObject.ReadCommon(MetadataObjectStruct).) | |
ReadXml | Reads the AssociationGroup definition from the specified metadata XML for the specified external content type. | |
ToString | (Inherited from Object.) | |
Update | Updates the object. (Inherited from MetadataObject.) | |
WriteSlicedXml | Writes a sliced XML fragment in the metadata store. (Inherited from MetadataObject.) | |
WriteXml(PackageContents) | Returns the XML representation of the MetadataObject. (Inherited from MetadataObject.) | |
WriteXml(PackageContents, String) | Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting. (Inherited from MetadataObject.) |
Top