Share via


UserPreferencesDeleteRequest Classe

Definizione

Definisce il contratto di messaggio per la richiesta di eliminazione delle preferenze utente.

public ref class UserPreferencesDeleteRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class UserPreferencesDeleteRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type UserPreferencesDeleteRequest = class
Public Class UserPreferencesDeleteRequest
Ereditarietà
UserPreferencesDeleteRequest
Attributi

Commenti

UserPreferencesDeleteRequest può includere una UserPreferences proprietà contenente una o più chiavi di preferenza o DeleteAllUserPreferences impostare su true.

Costruttori

UserPreferencesDeleteRequest()

Inizializza una nuova istanza della classe UserPreferencesDeleteRequest che dispone di valori predefiniti.

UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>)

Inizializza una nuova istanza della classe UserPreferencesDeleteRequest che presenta le impostazioni relative alla lingua, le preferenze di eliminazione utente e le preferenze utente specificate.

Campi

DeleteAllUserPreferences

Se impostato su true, elimina tutte le preferenze per l'utente corrente. In caso contrario, false.

International

Impostazioni cultura.

UserPreferences

Preferenze utente da eliminare.

Si applica a