MdmDataContractOfIdentifier Class
Specifies the data contract for identifiers including helper types such as AuditInfo and Permission.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
System::Object
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::MdmDataContractOfIdentifier
Microsoft.MasterDataServices::EntityMemberType
Microsoft.MasterDataServices::Model
Microsoft.MasterDataServices::SystemSetting
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::MdmDataContractOfIdentifier
Microsoft.MasterDataServices::EntityMemberType
Microsoft.MasterDataServices::Model
Microsoft.MasterDataServices::SystemSetting
[DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((Model^::typeid))] [KnownTypeAttribute((SystemSetting^::typeid))] [KnownTypeAttribute((EntityMemberType^::typeid))] public ref class MdmDataContractOfIdentifier : DataContractBase
| Name | Description | |
|---|---|---|
![]() | MdmDataContractOfIdentifier() | Initializes a new instance of the MdmDataContractOfIdentifier class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets auditing information. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | Identifier | Gets or sets the ID. |
![]() | Permission | Gets or sets the security permission. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


