Compartir a través de


Clase MdmDataContractOfIdentifier

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<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
'Uso
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

El tipo MdmDataContractOfIdentifier expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MdmDataContractOfIdentifier Initializes a new instance of the MdmDataContractOfIdentifier class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AuditInfo Gets or sets auditing information.
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Identifier Gets or sets the ID.
Propiedad pública Permission Gets or sets the security permission.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices