Classe UserPreferencesDeleteRequest
Represents a request that may include either a UserPreferences property containing one or more preference keys or the DeleteAllUserPreferences set to true.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts..::..UserPreferencesDeleteRequest
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute> _
Public Class UserPreferencesDeleteRequest _
Inherits MessageRequest
'Utilizzo
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
Nel tipo UserPreferencesDeleteRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
UserPreferencesDeleteRequest | Initializes a new instance of the UserPreferencesDeleteRequest class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
International | Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
DeleteAllUserPreferences | When set to true, deletes all preferences for the current user. |
![]() |
UserPreferences | An ArrayOfKeyValueOfstringstring complex type containing key-value pairs. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.