Clase MemberTypeContextIdentifier
Represents a set of Identifiers for a master data model object that exists in the context of an entity and member type.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
Microsoft.MasterDataServices.Services.DataContracts. . :: . .ModelContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts. . :: . .EntityContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts..::..MemberTypeContextIdentifier
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<DataContractAttribute(Name := "MemberTypeContextIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MemberTypeContextIdentifier _
Inherits EntityContextIdentifier
'Uso
Dim instance As MemberTypeContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = "MemberTypeContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberTypeContextIdentifier : EntityContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = L"MemberTypeContextIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MemberTypeContextIdentifier : public EntityContextIdentifier
[<SerializableAttribute>]
[<DataContractAttribute(Name = "MemberTypeContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberTypeContextIdentifier =
class
inherit EntityContextIdentifier
end
public class MemberTypeContextIdentifier extends EntityContextIdentifier
El tipo MemberTypeContextIdentifier expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
MemberTypeContextIdentifier | Initializes a new instance of the MemberTypeContextIdentifier class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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 the identifier is blank. (Invalida EntityContextIdentifier. . :: . .IsBlank.) |
![]() |
IsIdBlank | Gets a value indicating whether the Id is blank (empty). (Se hereda de Identifier.) |
![]() |
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
Campos
| Nombre | Descripción | |
|---|---|---|
![]() |
EntityId | The Identifier of the parent entity of the object. (Se hereda de EntityContextIdentifier.) |
![]() |
MemberType | MemberType simple type. |
![]() |
ModelId | The identifier of the parent entity of the object. (Se hereda de ModelContextIdentifier.) |
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.
.gif)
.gif)
.gif)
.gif)