Table of Contents

Class WorkSectionModel

Namespace
CMS.Plugin.ProcessManagement.Abstractions.Models.WorkSections
Assembly
CMS.Plugin.ProcessManagement.Abstractions.dll

工序模型

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

Properties

Code

编号

[Design("编号", "工序编号")]
public virtual string Code { get; set; }

Property Value

string

FlowDefinitions

关联流程

public virtual List<AssociationFlowDefinitionModel> FlowDefinitions { get; set; }

Property Value

List<AssociationFlowDefinitionModel>

FormulaParameters

配方参数

public virtual List<FormulaParameterDefinitionModel> FormulaParameters { get; set; }

Property Value

List<FormulaParameterDefinitionModel>

Id

工序Id

public Guid Id { get; set; }

Property Value

Guid

IsDisabled

是否禁用

public virtual bool? IsDisabled { get; set; }

Property Value

bool?

MaterialDetections

物料参数

[Obsolete("请使用MaterialParameters")]
public virtual List<MaterialParameterDefinitionModel> MaterialDetections { get; set; }

Property Value

List<MaterialParameterDefinitionModel>

MaterialParameters

物料参数

public virtual List<MaterialParameterDefinitionModel> MaterialParameters { get; set; }

Property Value

List<MaterialParameterDefinitionModel>

Name

名称

[Design("名称", "工序名称")]
public virtual string Name { get; set; }

Property Value

string

ParameterTransfers

参数传递

public virtual List<ParameterTransferDefinitionModel> ParameterTransfers { get; set; }

Property Value

List<ParameterTransferDefinitionModel>

ProcessParameters

过程参数

public virtual List<ProcessParameterDefinitionModel> ProcessParameters { get; set; }

Property Value

List<ProcessParameterDefinitionModel>

Remark

备注

[Design("备注", "工序备注")]
public virtual string Remark { get; set; }

Property Value

string

SectionType

类型

public virtual WorkSectionType SectionType { get; set; }

Property Value

WorkSectionType

Segment

工序段

[Design("工序段", "所属工序段")]
public virtual ProductionLineSegment Segment { get; set; }

Property Value

ProductionLineSegment

Sort

排序

public virtual int Sort { get; set; }

Property Value

int

Type

类型

[Design("工序类型", "工序类型")]
public virtual int? Type { get; set; }

Property Value

int?