Класс UserPreferencesDeleteRequest

Represents a request that may include either a UserPreferences property containing one or more preference keys or the DeleteAllUserPreferences set to true.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts..::..UserPreferencesDeleteRequest

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

Синтаксис

'Декларация
<MessageContractAttribute> _
Public Class UserPreferencesDeleteRequest _
    Inherits MessageRequest
'Применение
Dim instance As UserPreferencesDeleteRequest
[MessageContractAttribute]
public class UserPreferencesDeleteRequest : MessageRequest
[MessageContractAttribute]
public ref class UserPreferencesDeleteRequest : public MessageRequest
[<MessageContractAttribute>]
type UserPreferencesDeleteRequest =  
    class
        inherit MessageRequest
    end
public class UserPreferencesDeleteRequest extends MessageRequest

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

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

  Имя Описание
Открытый метод UserPreferencesDeleteRequest Initializes a new instance of the UserPreferencesDeleteRequest class.

В начало

Свойства

  Имя Описание
Открытое свойство International Gets or sets a value indicating whether to use client localization information. (Производный от MessageRequest.)

В начало

Методы

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

В начало

Поля

  Имя Описание
Открытое поле DeleteAllUserPreferences When set to true, deletes all preferences for the current user.
Открытое поле UserPreferences An ArrayOfKeyValueOfstringstring complex type containing key-value pairs.

В начало

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

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