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 | |
---|---|---|
MemberIdentifier() () () () | Initializes a new instance of the MemberIdentifier class with default values. | |
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 | |
---|---|---|
Code | Gets or sets the user key of the master data member that is unique within the context of the entity. | |
Id | Gets or sets a GUID that uniquely identifies the object across all instances and contexts. (Se hereda de Identifier.) | |
InternalId | Gets or sets an integer ID that uniquely identifies an object within an MDS instance. (Se hereda de Identifier.) | |
IsBlank | Gets a value indicating whether all properties of the Identifier are blank. (Se hereda de Identifier.) | |
IsIdBlank | Gets a value indicating whether the Id is blank (empty). (Se hereda de Identifier.) | |
MemberType | Gets or sets a MemberType simple type. | |
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 | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.