[]
返回值类型基类
public abstract class GenerateParam
返回值类型基类
protected GenerateParam()
变量描述
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 |