JobDeviceLanguage.JobDeviceLanguageOption.JobDeviceLanguageOption

JobDeviceLanguageOption(string, params IJobDeviceLanguageOptionItem[])

Creates a new instance.

public JobDeviceLanguageOption(string name, params IJobDeviceLanguageOptionItem[] items)
ParameterTypeDescription
nameStringAn option name.
itemsIJobDeviceLanguageOptionItem[]An arbitrary array of IJobDeviceLanguageOptionItem instances.

See Also


JobDeviceLanguageOption(JobDeviceLanguageOption)

Clones this option instance.

public JobDeviceLanguageOption(JobDeviceLanguageOption option)
ParameterTypeDescription
optionJobDeviceLanguageOptionAn instance to clone.

See Also