SystemSettingsGetResponse Конструкторы

Определение

Инициализирует новый экземпляр класса SystemSettingsGetResponse.

Перегрузки

SystemSettingsGetResponse()

Инициализирует новый экземпляр класса SystemSettingsGetResponse со значениями по умолчанию.

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

Инициализирует новый экземпляр класса SystemSettingsGetResponse, который содержит указанный результат операции, список групп системных настроек.

SystemSettingsGetResponse()

Инициализирует новый экземпляр класса SystemSettingsGetResponse со значениями по умолчанию.

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

Применяется к

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

Инициализирует новый экземпляр класса SystemSettingsGetResponse, который содержит указанный результат операции, список групп системных настроек.

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))

Параметры

OperationResult
OperationResult

Результат выполнения операции, включая уникальный идентификатор для ведения журнала и отслеживания.

SystemSettingsGroups
Collection<SystemSettingGroup>

Группы системных параметров, возвращаемые в ответе.

Применяется к