Class FormulaParameterVariable
- Namespace
- CMS.Plugin.ProcessManagement.Abstractions.Models
- Assembly
- CMS.Plugin.ProcessManagement.Abstractions.dll
配方参数
public class FormulaParameterVariable : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FormulaParameterVariable
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
DeliverVariable
下发关联变量
public string DeliverVariable { get; set; }
Property Value
Description
描述
public string Description { get; set; }
Property Value
GroupName
组名
public string GroupName { get; set; }
Property Value
Key
参数Key
public string Key { get; set; }
Property Value
Name
参数名
public string Name { get; set; }
Property Value
Sort
排序
public int Sort { get; set; }
Property Value
WatchVariable
监听关联变量
public string WatchVariable { get; set; }