Table of Contents

Class FormulaParameterModel

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

配方参数集合

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

Properties

DeliverVariable

下发关联变量

public string DeliverVariable { get; set; }

Property Value

string

ParameterKey

参数Key

public string ParameterKey { get; set; }

Property Value

string

WatchVariable

监听关联变量

public string WatchVariable { get; set; }

Property Value

string