Compartir a través de


Clase MemberIdentifier

Represents a set of IDs for a master data member including the code, name, and type of the member.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.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 user key of the master data member that is unique within the context of the entity.
Propiedad pública Id Gets or sets a GUID that uniquely identifies the object across all instances and contexts. (Se hereda de Identifier.)
Propiedad pública InternalId Gets or sets an integer ID that uniquely identifies an object within an MDS instance. (Se hereda de Identifier.)
Propiedad pública IsBlank Gets a value indicating whether all properties of the Identifier are blank. (Se hereda de Identifier.)
Propiedad pública IsIdBlank Gets a value indicating whether the Id is blank (empty). (Se hereda de Identifier.)
Propiedad pública MemberType Gets or sets a MemberType simple type.
Propiedad pública Name Gets or sets a descriptive name that uniquely identifies the object within its context only. (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.