Compartir a través de


Clase MemberAttributeIdentifier

Defines the data contract for the member attribute identifier. An object with the identifier resides within the context of a member type and an attribute.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<SerializableAttribute> _
<DataContractAttribute(Name := "MemberAttributeIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberAttributeIdentifier _
    Inherits MemberTypeContextIdentifier
'Uso
Dim instance As MemberAttributeIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberAttributeIdentifier : MemberTypeContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = L"MemberAttributeIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberAttributeIdentifier : public MemberTypeContextIdentifier
[<SerializableAttribute>]
[<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 Identifier of the entity the object is associated with. (Se hereda de EntityContextIdentifier.)
Propiedad pública Id Gets or sets a Globally Unique Identifier (GUID) that uniquely identifies the object across all instances and contexts. (Se hereda de Identifier.)
Propiedad pública InternalId Gets or sets the internal integer identifier that uniquely identifies an object within a Master Data Services instance. (Se hereda de Identifier.)
Propiedad pública IsBlank Gets a value that indicates whether the identifier is blank. (Invalida MemberTypeContextIdentifier.IsBlank.)
Propiedad pública IsIdBlank Gets a value that indicates whether the identifier is blank (empty). (Se hereda de Identifier.)
Propiedad pública MemberId Gets or sets the member identifier.
Propiedad pública MemberType Gets or sets the member type. (Se hereda de MemberTypeContextIdentifier.)
Propiedad pública ModelId Gets or sets the identifier of the model the object is associated with. (Se hereda de ModelContextIdentifier.)
Propiedad pública Name Gets or sets the descriptive name of the identifier. (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 protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
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.Services.DataContracts