Condividi tramite


Classe UserPreferencesDeleteRequest

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class UserPreferencesDeleteRequest _
    Inherits MessageRequest
'Utilizzo
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

Nel tipo UserPreferencesDeleteRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico UserPreferencesDeleteRequest Initializes a new instance of the UserPreferencesDeleteRequest class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica International Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico DeleteAllUserPreferences When set to true, deletes all preferences for the current user.
Campo pubblico UserPreferences An ArrayOfKeyValueOfstringstring complex type containing key-value pairs.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.