Table of Contents

Class MaterialType

Namespace
CMS.Plugin.MesSuite.Abstractions.Enums
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

物料

public class MaterialType : IntegerEnumeration, IEquatable<Enumeration<int>>
Inheritance
MaterialType
Implements
Inherited Members
Extension Methods

Constructors

MaterialType()

Initializes a new instance of the MaterialType class.

public MaterialType()

MaterialType(int, string, string)

Initializes a new instance of the MaterialType class.

public MaterialType(int value, string name, string description = null)

Parameters

value int

The identifier.

name string

The name.

description string

Fields

Batch

批次料

public static MaterialType Batch

Field Value

MaterialType

Unique

唯一料

public static MaterialType Unique

Field Value

MaterialType