Compartilhar via


Classe UserPreferencesDeleteRequest

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

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<MessageContractAttribute> _
Public Class UserPreferencesDeleteRequest _
    Inherits MessageRequest
'Uso
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

O tipo UserPreferencesDeleteRequest expõe os membros a seguir.

Construtores

  Nome Descrição
Método público UserPreferencesDeleteRequest Initializes a new instance of the UserPreferencesDeleteRequest class.

Início

Propriedades

  Nome Descrição
Propriedade pública International Gets or sets a value indicating whether to use client localization information. (Herdado de MessageRequest.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo público DeleteAllUserPreferences When set to true, deletes all preferences for the current user.
Campo público UserPreferences An ArrayOfKeyValueOfstringstring complex type containing key-value pairs.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.