Partilhar via


Classe UserPreferencesDeleteRequest

Defines the message contract for the user preferences delete request.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.UserPreferencesDeleteRequest

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

Sintaxe

'Declaração
<MessageContractAttribute(WrapperName := "UserPreferencesDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class UserPreferencesDeleteRequest
'Uso
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

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 that has default values.
Método público UserPreferencesDeleteRequest(International, Boolean, Dictionary<String, String>) Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences.

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; otherwise, false.
Campo público International The cultural settings.
Campo público UserPreferences The user preferences to delete.

Início

Comentários

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

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