Класс EntityMembersUpdateRequest

Represents a request message for specifying the enity or entities to be updated in the EntityMembers complex type.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.EntityMembersUpdateRequest

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<MessageContractAttribute(WrapperName := "EntityMembersUpdateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityMembersUpdateRequest
'Применение
Dim instance As EntityMembersUpdateRequest
[MessageContractAttribute(WrapperName = "EntityMembersUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityMembersUpdateRequest
[MessageContractAttribute(WrapperName = L"EntityMembersUpdateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityMembersUpdateRequest
[<MessageContractAttribute(WrapperName = "EntityMembersUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityMembersUpdateRequest =  class end
public class EntityMembersUpdateRequest

Тип EntityMembersUpdateRequest обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод EntityMembersUpdateRequest() Initializes a new instance of the EntityMembersUpdateRequest class that has default values.
Открытый метод EntityMembersUpdateRequest(International, EntityMembers) Initializes a new instance of the EntityMembersUpdateRequest class that has the specified cultural settings and entity members.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Открытое поле International The cultural settings.
Открытое поле Members The entity members.

В начало

Замечания

If you attempt to update the Microsoft.MasterDataServices.Core.BusinessEntities.Member.Code attribute and any other attribute in one call to EntityMembersUpdateRequest, only the Microsoft.MasterDataServices.Core.BusinessEntities.Member.Code attribute is updated.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices