Класс EntityMemberKeyGetResponse
Represents the response for EntityMemberKeyGet.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberKeyGetResponse
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageContractAttribute> _
Public Class EntityMemberKeyGetResponse _
Inherits MessageResponse
'Применение
Dim instance As EntityMemberKeyGetResponse
[MessageContractAttribute]
public class EntityMemberKeyGetResponse : MessageResponse
[MessageContractAttribute]
public ref class EntityMemberKeyGetResponse : public MessageResponse
[<MessageContractAttribute>]
type EntityMemberKeyGetResponse =
class
inherit MessageResponse
end
public class EntityMemberKeyGetResponse extends MessageResponse
Тип EntityMemberKeyGetResponse обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
EntityMemberKeyGetResponse | Initializes a new instance of the EntityMemberKeyGetResponse class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
MemberKeys | Gets or sets a collection of member keys containing member codes (if internal identifier is provided) or internal identifier (if member codes are provided). |
![]() |
OperationResult | Gets or sets the result of an operation. (Производный от MessageResponse.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts