MdmDataContractOfIdentifier Class

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

Inheritance Hierarchy

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

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

Syntax

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

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 the structure that contains extra data. (Inherited from DataContractBase.)
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.

See Also

Reference

Microsoft.MasterDataServices Namespace