Table of Contents

Class MaterialDeductionVariable

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

物料扣减

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

Properties

BarcodeVariable

物料条码变量

public string BarcodeVariable { get; set; }

Property Value

string

DeductionResultSignal

扣减结果信号

public string DeductionResultSignal { get; set; }

Property Value

string

DeductionTriggerSignal

物料扣减信号

public string DeductionTriggerSignal { get; set; }

Property Value

string

Description

描述

public string Description { get; set; }

Property Value

string

DosageMode

物料用量提供方式

public int? DosageMode { get; set; }

Property Value

int?

DosageQtyVariable

物料使用量

public string DosageQtyVariable { get; set; }

Property Value

string

ExceptionVariable

异常描述变量

public string ExceptionVariable { 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