Table of Contents

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

id Guid

The identifier.

name string

The name.

product string

The product.

Properties

Id

唯一标识

[Design("唯一标识", "工序段唯一标识")]
public Guid Id { get; set; }

Property Value

Guid

Name

工序段名称

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

Property Value

string

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

string

Methods

Clone()

Clones this instance.

public ProductionLineSegment Clone()

Returns

ProductionLineSegment