Table of Contents

Class BusinessField

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

BusinessField

public class BusinessField : StringEnumeration, IEquatable<Enumeration<string>>
Inheritance
BusinessField
Implements
Inherited Members

Constructors

BusinessField()

Initializes a new instance of the BusinessField class.

public BusinessField()

BusinessField(string, string, string)

Initializes a new instance of the BusinessField class.

public BusinessField(string value, string name, string description = null)

Parameters

value string

The identifier.

name string

The name.

description string

Fields

FormulaCode

public static BusinessField FormulaCode

Field Value

BusinessField

OrderCode

public static BusinessField OrderCode

Field Value

BusinessField

PlanQty

public static BusinessField PlanQty

Field Value

BusinessField

ProduceQty

public static BusinessField ProduceQty

Field Value

BusinessField

ProductCode

public static BusinessField ProductCode

Field Value

BusinessField

ProductModel

public static BusinessField ProductModel

Field Value

BusinessField

ProductName

public static BusinessField ProductName

Field Value

BusinessField

QualifiedQty

public static BusinessField QualifiedQty

Field Value

BusinessField