Compartir a través de


Clase MemberAttributeIdentifier

Defines the contract for the member attribute identifier.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.Identifier
      Microsoft.MasterDataServices.ModelContextIdentifier
        Microsoft.MasterDataServices.EntityContextIdentifier
          Microsoft.MasterDataServices.MemberTypeContextIdentifier
            Microsoft.MasterDataServices.MemberAttributeIdentifier

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

Sintaxis

'Declaración
<DataContractAttribute(Name := "MemberAttributeIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberAttributeIdentifier _
    Inherits MemberTypeContextIdentifier
'Uso
Dim instance As MemberAttributeIdentifier
[DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberAttributeIdentifier : MemberTypeContextIdentifier
[DataContractAttribute(Name = L"MemberAttributeIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberAttributeIdentifier : public MemberTypeContextIdentifier
[<DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberAttributeIdentifier =  
    class
        inherit MemberTypeContextIdentifier
    end
public class MemberAttributeIdentifier extends MemberTypeContextIdentifier

El tipo MemberAttributeIdentifier expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública EntityId Gets or sets the ID of the parent entity of the object. (Se hereda de EntityContextIdentifier.)
Propiedad pública ExtensionData Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.)
Propiedad pública Id Gets or sets the ID. (Se hereda de Identifier.)
Propiedad pública InternalId Gets or sets the internal integer ID. (Se hereda de Identifier.)
Propiedad pública MemberId Gets or sets the identifier of the member.
Propiedad pública MemberType Gets or sets the member type. (Se hereda de MemberTypeContextIdentifier.)
Propiedad pública ModelId Gets or sets the model ID. (Se hereda de ModelContextIdentifier.)
Propiedad pública Name Gets or sets the name. (Se hereda de Identifier.)

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