Classe EntityMemberKeyGetRequest
Represents a complex type to specify the details what is requested.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts..::..EntityMemberKeyGetRequest
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute> _
Public Class EntityMemberKeyGetRequest _
Inherits MessageRequest
'Utilizzo
Dim instance As EntityMemberKeyGetRequest
[MessageContractAttribute]
public class EntityMemberKeyGetRequest : MessageRequest
[MessageContractAttribute]
public ref class EntityMemberKeyGetRequest : public MessageRequest
[<MessageContractAttribute>]
type EntityMemberKeyGetRequest =
class
inherit MessageRequest
end
public class EntityMemberKeyGetRequest extends MessageRequest
Nel tipo EntityMemberKeyGetRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
EntityMemberKeyGetRequest | Initializes a new instance of the EntityMemberKeyGetRequest class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
EntityId | Gets or sets the GUID or the exact name of the Entity. |
![]() |
International | Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest. |
![]() |
LookupType | Gets or sets the lookup type using the MemberKeyLookupType complex type. |
![]() |
MemberKeys | Gets or sets a collection of member keys: either code or internal ID using ArrayOfMemberKey complex type. |
![]() |
MemberType | Gets or sets a MemberType. |
![]() |
ModelId | Gets or sets the GUID or exact name of the model. |
![]() |
VersionId | Gets or sets the GUID or exact name of the model version. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.