Table of Contents

Class PrintWorkStationModel

Namespace
CMS.Plugin.LabelManagement.Abstractions.Models
Assembly
CMS.Plugin.LabelManagement.Abstractions.dll

打印工位

public class PrintWorkStationModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
PrintWorkStationModel
Implements
IHasExtraProperties
Inherited Members

Properties

DataMappings

打印参数

public List<PrintWorkStationParameterModel> DataMappings { get; set; }

Property Value

List<PrintWorkStationParameterModel>

Id

唯一标识

public int Id { get; set; }

Property Value

int

PrintNumber

打印份数

public int PrintNumber { get; set; }

Property Value

int

PrinterName

打印机名称

public string PrinterName { get; set; }

Property Value

string

TemplateName

打印模板

public string TemplateName { get; set; }

Property Value

string

WorkStationId

打印工位

public Guid WorkStationId { get; set; }

Property Value

Guid

WorkStationName

工位名称

public string WorkStationName { get; set; }

Property Value

string