Share via


UserPreferencesDeleteRequest-Klasse

Defines the message contract for the user preferences delete request.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..UserPreferencesDeleteRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "UserPreferencesDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class UserPreferencesDeleteRequest
'Usage
Dim instance As UserPreferencesDeleteRequest
[MessageContractAttribute(WrapperName = "UserPreferencesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class UserPreferencesDeleteRequest
[MessageContractAttribute(WrapperName = L"UserPreferencesDeleteRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class UserPreferencesDeleteRequest
[<MessageContractAttribute(WrapperName = "UserPreferencesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type UserPreferencesDeleteRequest =  class end
public class UserPreferencesDeleteRequest

Der UserPreferencesDeleteRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode UserPreferencesDeleteRequest() () () () Initializes a new instance of the UserPreferencesDeleteRequest class that has default values.
Öffentliche Methode UserPreferencesDeleteRequest(International, Boolean, Dictionary< (Of < <' (String, String> ) > > )) Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld DeleteAllUserPreferences When set to true, deletes all preferences for the current user; otherwise, false.
Öffentliches Feld International The cultural settings.
Öffentliches Feld UserPreferences The user preferences to delete.

Zum Anfang

Hinweise

UserPreferencesDeleteRequest may include either a UserPreferences property containing one or more preference keys or DeleteAllUserPreferences set to true.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.