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 | |
---|---|---|
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 code of the member identifier. | |
Id | Gets or sets a Globally Unique Identifier (GUID) that uniquely identifies the object across all instances and contexts. (Se hereda de Identifier.) | |
InternalId | Gets or sets the internal integer identifier that uniquely identifies an object within a Master Data Services instance. (Se hereda de Identifier.) | |
IsBlank | Gets a value that indicates whether all properties of the identifier are blank. (Se hereda de Identifier.) | |
IsIdBlank | Gets a value that indicates whether the identifier is blank (empty). (Se hereda de Identifier.) | |
MemberType | Gets or set the member type. | |
Name | Gets or sets the descriptive name of the identifier. (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.) | |
SetProperty<T> | Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.) | |
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