Association Members
Include Protected Members
Include Inherited Members
Represents a relationship between two or more related entities within a line-of-business (LOB) system.
The Association type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the unique ID of each metadata object. (Inherited from MetadataObject.) | |
IsCached | Determines whether the metadata object is cached or not. (Inherited from MetadataObject.) | |
MethodInstanceType | Gets the type of the MethodInstance object. (Inherited from MethodInstance.) | |
Name | Gets the name of the metadata object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetById | Gets an Association object given its ID. | |
GetByName | Gets an Association object given its name. | |
GetDefaultDisplayName | Gets the default display name of the metadata object. (Inherited from MetadataObject.) | |
GetDestination | Gets the destination entity in an association. | |
GetFilters | Gets the filters associated with this MethodInstance object. (Inherited from MethodInstance.) | |
GetHashCode | (Inherited from Object.) | |
GetLocalizedDisplayName | Gets the localized display name of the metadata object. (Inherited from MetadataObject.) | |
GetMethod | Gets the method this MethodInstance object belongs to. (Inherited from MethodInstance.) | |
GetProperties | Gets the properties associated with the metadata object. (Inherited from MetadataObject.) | |
GetReturnTypeDescriptor | Gets the return type descriptor for this MethodInstance object. (Inherited from MethodInstance.) | |
GetSources | Gets the source entities in an association. | |
GetType | (Inherited from Object.) | |
Initialize | Initializes an Association object. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
EntityRoleDestination | A constant that represents a destination entity. | |
EntityRoleSource | A constant that represents a source entity. |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace