Table of Contents

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

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

WatchVariable

监听关联变量

public string WatchVariable { get; set; }

Property Value

string