SystemSettingsGetResponse Konstruktor

Definisi

Menginisialisasi instans baru kelas SystemSettingsGetResponse.

Overload

SystemSettingsGetResponse()

Menginisialisasi instans SystemSettingsGetResponse baru kelas yang memiliki nilai default.

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

Menginisialisasi instans SystemSettingsGetResponse baru kelas yang memiliki hasil operasi yang ditentukan dan daftar grup pengaturan sistem.

SystemSettingsGetResponse()

Menginisialisasi instans SystemSettingsGetResponse baru kelas yang memiliki nilai default.

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

Berlaku untuk

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

Menginisialisasi instans SystemSettingsGetResponse baru kelas yang memiliki hasil operasi yang ditentukan dan daftar grup pengaturan sistem.

public:
 SystemSettingsGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ SystemSettingsGroups);
public SystemSettingsGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingsGroups);
new Microsoft.MasterDataServices.SystemSettingsGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> -> Microsoft.MasterDataServices.SystemSettingsGetResponse
Public Sub New (OperationResult As OperationResult, SystemSettingsGroups As Collection(Of SystemSettingGroup))

Parameter

OperationResult
OperationResult

Hasil operasi, termasuk ID unik untuk pelacakan dan pengelogan.

SystemSettingsGroups
Collection<SystemSettingGroup>

Pengaturan sistem mengelompokkan untuk kembali dalam respons.

Berlaku untuk