[]
返回值类型基类
public abstract class GenerateParam
构造函数
protected GenerateParam()
构造函数
protected GenerateParam(string name, string description = null)
| 类型 | 名称 | 描述 |
|---|---|---|
| string | name | 参数名 |
| string | description | 参数描述 |
变量描述
public string Description { get; set; }
| 类型 | 描述 |
|---|---|
| string |
变量名称
public string ParamName { get; set; }
| 类型 | 描述 |
|---|---|
| string |
变量范围
public CommandScope ParamScope { get; set; }
| 类型 | 描述 |
|---|---|
| CommandScope |
默认范围为 ExecutableInServer, 只有服务端命令和计划任务可见。
推荐值列表,可在IFCondition中体现;多个用“|”分隔,描述用“:”分隔
public string RecommendedValues { get; set; }
| 类型 | 描述 |
|---|---|
| string |