MdmDataContractOfIdentifier Class

Specifies the data contract for identifiers including helper types such as AuditInfo and Permission.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.MdmDataContractOfIdentifier
    Microsoft.MasterDataServices.EntityMemberType
    Microsoft.MasterDataServices.Model
    Microsoft.MasterDataServices.SystemSetting

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<KnownTypeAttribute(GetType(EntityMemberType))> _
<DataContractAttribute(Name := "MdmDataContractOfIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(Model))> _
<KnownTypeAttribute(GetType(SystemSetting))> _
Public Class MdmDataContractOfIdentifier _
    Implements IExtensibleDataObject
'Usage
Dim instance As MdmDataContractOfIdentifier
[KnownTypeAttribute(typeof(EntityMemberType))]
[DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
public class MdmDataContractOfIdentifier : IExtensibleDataObject
[KnownTypeAttribute(typeof(EntityMemberType))]
[DataContractAttribute(Name = L"MdmDataContractOfIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(Model))]
[KnownTypeAttribute(typeof(SystemSetting))]
public ref class MdmDataContractOfIdentifier : IExtensibleDataObject
[<KnownTypeAttribute(typeof(EntityMemberType))>]
[<DataContractAttribute(Name = "MdmDataContractOfIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(Model))>]
[<KnownTypeAttribute(typeof(SystemSetting))>]
type MdmDataContractOfIdentifier =  
    class
        interface IExtensibleDataObject
    end
public class MdmDataContractOfIdentifier implements IExtensibleDataObject

The MdmDataContractOfIdentifier type exposes the following members.

Constructors

  Name Description
Public method MdmDataContractOfIdentifier Initializes a new instance of the MdmDataContractOfIdentifier class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets auditing information.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property Identifier Gets or sets the ID.
Public property Permission Gets or sets the security permission.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.