Classe UserPreferencesDeleteRequest
Represents the message contract for the user preferences delete request.
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.Contracts (em Microsoft.MasterDataServices.Services.Contracts.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 | |
---|---|---|
DeleteAllUserPreferences | Gets or sets a value that indicates whether all users’ preferences will be deleted. | |
International | Gets or sets the client localization information. (Herdado de MessageRequest.) | |
UserPreferences | Gets or sets the user preferences to delete. The value portion is ignored. |
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
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.Services.MessageContracts