Classe UserPreferencesDeleteRequest
Represents a request that may include either a UserPreferences property containing one or more preference keys or the DeleteAllUserPreferences set to true.
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 (em Microsoft.MasterDataServices.Services.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 | |
---|---|---|
UserPreferencesDeleteRequest | Initializes a new instance of the UserPreferencesDeleteRequest class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
International | Gets or sets a value indicating whether to use client localization information. (Herdado de MessageRequest.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
DeleteAllUserPreferences | When set to true, deletes all preferences for the current user. | |
UserPreferences | An ArrayOfKeyValueOfstringstring complex type containing key-value pairs. |
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.