Clase MemberAttributeIdentifier
Defines the data contract for the member attribute identifier. An object with the identifier resides within the context of a member type and an attribute.
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 := "MemberAttributeIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberAttributeIdentifier _
Inherits MemberTypeContextIdentifier
'Uso
Dim instance As MemberAttributeIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberAttributeIdentifier : MemberTypeContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = L"MemberAttributeIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberAttributeIdentifier : public MemberTypeContextIdentifier
[<SerializableAttribute>]
[<DataContractAttribute(Name = "MemberAttributeIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberAttributeIdentifier =
class
inherit MemberTypeContextIdentifier
end
public class MemberAttributeIdentifier extends MemberTypeContextIdentifier
El tipo MemberAttributeIdentifier expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MemberAttributeIdentifier | Initializes a new instance of the MemberAttributeIdentifier class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
EntityId | Gets or sets the Identifier of the entity the object is associated with. (Se hereda de EntityContextIdentifier.) | |
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 the identifier is blank. (Invalida MemberTypeContextIdentifier.IsBlank.) | |
IsIdBlank | Gets a value that indicates whether the identifier is blank (empty). (Se hereda de Identifier.) | |
MemberId | Gets or sets the member identifier. | |
MemberType | Gets or sets the member type. (Se hereda de MemberTypeContextIdentifier.) | |
ModelId | Gets or sets the identifier of the model the object is associated with. (Se hereda de ModelContextIdentifier.) | |
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