Partilhar via


Classe UserPreferencesDeleteRequest

Represents the message contract for the user preferences delete request.

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.Contracts (em Microsoft.MasterDataServices.Services.Contracts.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 DeleteAllUserPreferences Gets or sets a value that indicates whether all users’ preferences will be deleted.
Propriedade pública International Gets or sets the client localization information. (Herdado de MessageRequest.)
Propriedade pública UserPreferences Gets or sets the user preferences to delete. The value portion is ignored.

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

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.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.MessageContracts