Class ProductionLineSegment
- Namespace
- CMS.Plugin.MesSuite.Abstractions.Models
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
工序段
public class ProductionLineSegment
- Inheritance
-
ProductionLineSegment
- Inherited Members
Constructors
ProductionLineSegment()
Initializes a new instance of the ProductionLineSegment class.
public ProductionLineSegment()
ProductionLineSegment(Guid, string, string)
Initializes a new instance of the ProductionLineSegment class.
public ProductionLineSegment(Guid id, string name, string product)
Parameters
Properties
Id
唯一标识
[Design("唯一标识", "工序段唯一标识")]
public Guid Id { get; set; }
Property Value
Name
工序段名称
[Design("工序段名称", "工序段名称")]
public string Name { get; set; }
Property Value
NullInstance
Gets the null instance.
public static ProductionLineSegment NullInstance { get; }
Property Value
- ProductionLineSegment
The null instance.
Product
加工产品名称
[Design("工序段加工产品", "工序段加工产品名称")]
public string Product { get; set; }
Property Value
Methods
Clone()
Clones this instance.
public ProductionLineSegment Clone()