Linguaggio

UserPreferencesGetResponse Costruttori

Definizione

Inizializza una nuova istanza della classe UserPreferencesGetResponse.

Overload

Nome Descrizione
UserPreferencesGetResponse()

Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha valori predefiniti.

UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)

Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha il risultato dell'operazione specificato e le preferenze dell'utente da ottenere.

UserPreferencesGetResponse()

Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha valori predefiniti.

public:
 UserPreferencesGetResponse();
public UserPreferencesGetResponse();
Public Sub New ()

Si applica a

UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)

Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha il risultato dell'operazione specificato e le preferenze dell'utente da ottenere.

public:
 UserPreferencesGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesGetResponse(Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesGetResponse
Public Sub New (OperationResult As OperationResult, UserPreferences As Dictionary(Of String, String))

Parametri

OperationResult
OperationResult

Il risultato dell'operazione, includeva un ID unico per il tracciamento e la registrazione.

UserPreferences
Dictionary<String,String>

Le preferenze dell'utente da ottenere.

Si applica a