Class PrintWorkStationParameterModel
- Namespace
- CMS.Plugin.LabelManagement.Abstractions.Models
- Assembly
- CMS.Plugin.LabelManagement.Abstractions.dll
打印参数
public class PrintWorkStationParameterModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
PrintWorkStationParameterModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
DataKey
数据标识
public string DataKey { get; set; }
Property Value
DataSource
数据源
public string DataSource { get; set; }
Property Value
DataVariable
数据变量
public string DataVariable { get; set; }
Property Value
Id
唯一标识
public int Id { get; set; }
Property Value
MappingType
映射类型
public DataMappingType MappingType { get; set; }
Property Value
ParameterName
参数名
public string ParameterName { get; set; }