Identifier Class
SQL Server 2012
Defines the data contract for the base identifier of an object.
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.Identifier
Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
Microsoft.MasterDataServices.Services.DataContracts.ModelContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.Identifier
Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
Microsoft.MasterDataServices.Services.DataContracts.ModelContextIdentifier
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[SerializableAttribute] [KnownTypeAttribute(typeof(MemberTypeContextIdentifier))] [DataContractAttribute(Name = "Identifier", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute(typeof(ModelContextIdentifier))] [KnownTypeAttribute(typeof(EntityContextIdentifier))] [KnownTypeAttribute(typeof(DerivedHierarchyContextIdentifier))] [KnownTypeAttribute(typeof(MemberIdentifier))] [KnownTypeAttribute(typeof(MemberAttributeIdentifier))] public class Identifier : DataContractBase
The Identifier type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Identifier() | Initializes a new instance of the Identifier class with default values. |
![]() | Identifier(Guid) | Initializes a new instance of the Identifier class with the specified identifier. |
![]() | Identifier(Guid, String) | Initializes a new instance of the Identifier class with the specified identifier and name. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets a Globally Unique Identifier (GUID) that uniquely identifies the object across all instances and contexts. |
![]() | InternalId | Gets or sets the internal integer identifier that uniquely identifies an object within a Master Data Services instance. |
![]() | IsBlank | Gets a value that indicates whether all properties of the identifier are blank. |
![]() | IsIdBlank | Gets a value that indicates whether the identifier is blank (empty). |
![]() | Name | Gets or sets the descriptive name of the identifier. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetProperty<T> | Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.) |
![]() | ToString | (Inherited from Object.) |

