JobDeviceLanguage.JobDeviceLanguageOption.JobDeviceLanguageOption

JobDeviceLanguageOption(string, params IJobDeviceLanguageOptionItem[])

创建一个新实例。

public JobDeviceLanguageOption(string name, params IJobDeviceLanguageOptionItem[] items)
范围类型描述
nameString选项名称。
itemsIJobDeviceLanguageOptionItem[]任意数组IJobDeviceLanguageOptionItem实例。

也可以看看


JobDeviceLanguageOption(JobDeviceLanguageOption)

克隆此选项实例。

public JobDeviceLanguageOption(JobDeviceLanguageOption option)
范围类型描述
optionJobDeviceLanguageOption要克隆的实例。

也可以看看