Table of Contents

Class MaterialParameterVariable

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

物料参数

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

Properties

BarcodeVariable

物料条码变量

public string BarcodeVariable { get; set; }

Property Value

string

Description

描述

public string Description { get; set; }

Property Value

string

GroupName

组名

public string GroupName { get; set; }

Property Value

string

Key

参数Key

public string Key { get; set; }

Property Value

string

Name

参数名

public string Name { get; set; }

Property Value

string

Sort

排序

public int Sort { get; set; }

Property Value

int

Type

物料类型

public MaterialType Type { get; set; }

Property Value

MaterialType