Compartir a través de


Clase MemberTypeContextIdentifier

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

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 := "MemberTypeContextIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberTypeContextIdentifier _
    Inherits EntityContextIdentifier
'Uso
Dim instance As MemberTypeContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = "MemberTypeContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberTypeContextIdentifier : EntityContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = L"MemberTypeContextIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberTypeContextIdentifier : public EntityContextIdentifier
[<SerializableAttribute>]
[<DataContractAttribute(Name = "MemberTypeContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberTypeContextIdentifier =  
    class 
        inherit EntityContextIdentifier 
    end
public class MemberTypeContextIdentifier extends EntityContextIdentifier

El tipo MemberTypeContextIdentifier expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MemberTypeContextIdentifier Initializes a new instance of the MemberTypeContextIdentifier 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 all properties of the identifier are blank. (Invalida EntityContextIdentifier.IsBlank.)
Propiedad pública IsIdBlank Gets a value that indicates whether the identifier is blank (empty). (Se hereda de Identifier.)
Propiedad pública MemberType Gets or sets the member type.
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