Table of Contents

Class ProcessParameterVariable

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

过程参数

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

Properties

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

Type

参数类型

public ProcessParameterType Type { get; set; }

Property Value

ProcessParameterType

Variable

变量名

public string Variable { get; set; }

Property Value

string