Classe UserPreferencesUpdateRequest
Defines the message contract for the user preferences update request.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.UserPreferencesUpdateRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "UserPreferencesUpdateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class UserPreferencesUpdateRequest
'Uso
Dim instance As UserPreferencesUpdateRequest
[MessageContractAttribute(WrapperName = "UserPreferencesUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class UserPreferencesUpdateRequest
[MessageContractAttribute(WrapperName = L"UserPreferencesUpdateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class UserPreferencesUpdateRequest
[<MessageContractAttribute(WrapperName = "UserPreferencesUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type UserPreferencesUpdateRequest = class end
public class UserPreferencesUpdateRequest
O tipo UserPreferencesUpdateRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
UserPreferencesUpdateRequest() | Initializes a new instance of the UserPreferencesUpdateRequest class that has default values. | |
UserPreferencesUpdateRequest(International, Dictionary<String, String>) | Initializes a new instance of the UserPreferencesUpdateRequest class that has the specified cultural settings and user preferences to update. |
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 | |
---|---|---|
International | The cultural settings. | |
UserPreferences | The user preferences to update. |
Início
Comentários
UserPreferencesUpdateRequest must include a UserPreferences property with one or more preference settings as key-value pairs.
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.