Compartir a través de


Clase MemberIdentifier

Defines the data contract for the member identifier.

Jerarquía de herencia

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.Identifier
      Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier

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

Sintaxis

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

El tipo MemberIdentifier expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MemberIdentifier() Initializes a new instance of the MemberIdentifier class with default values.
Método público MemberIdentifier(String, String, MemberType) Initializes a new instance of the MemberIdentifier class with the specified code, name and member type values.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Code Gets or sets the code of the member identifier.
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. (Se hereda de Identifier.)
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 set the member type.
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