Table of Contents

Class MaterialDetectionVariable

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

物料检测

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

Properties

BarcodeVariable

物料条码变量

public string BarcodeVariable { get; set; }

Property Value

string

BindMaterialVariable

绑定物料变量

public string BindMaterialVariable { get; set; }

Property Value

string

Description

描述

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

VerificationResultSignal

校验结果信号

public string VerificationResultSignal { get; set; }

Property Value

string

VerificationSignal

物料检验信号

public string VerificationSignal { get; set; }

Property Value

string