Table of Contents

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

string

DataSource

数据源

public string DataSource { get; set; }

Property Value

string

DataVariable

数据变量

public string DataVariable { get; set; }

Property Value

string

Id

唯一标识

public int Id { get; set; }

Property Value

int

MappingType

映射类型

public DataMappingType MappingType { get; set; }

Property Value

DataMappingType

ParameterName

参数名

public string ParameterName { get; set; }

Property Value

string