Identifier Members
Include Protected Members
Include Inherited Members
Represents the persistent and unique identity of entity instances.
The Identifier type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the unique ID of each metadata object. (Inherited from MetadataObject.) | |
IdentifierType | Gets the data type of the identifier. | |
IsCached | Determines whether the metadata object is cached or not. (Inherited from MetadataObject.) | |
Name | Gets the name of the metadata object. (Inherited from MetadataObject.) | |
OrdinalNumber | Gets the ordinal number of the identifier in case of composite keys. |
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 Identifier object given its ID. | |
GetDefaultDisplayName | Gets the default display name of the metadata object. (Inherited from MetadataObject.) | |
GetEntity | Gets the Entity object associated with the identifier. | |
GetHashCode | (Inherited from Object.) | |
GetLocalizedDisplayName | Gets the localized display name of the metadata object. (Inherited from MetadataObject.) | |
GetProperties | Gets the properties associated with the metadata object. (Inherited from MetadataObject.) | |
GetType | (Inherited from Object.) | |
Initialize | Initializes the Identifier object. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace