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

操作结果,包括用于跟踪和日志记录的唯一 ID。

SystemSettingsGroups
Collection<SystemSettingGroup>

在响应中返回的系统设置组。

适用于