[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Commands.TestSingleCommandOptions

类 TestSingleCommandOptions

单个命令测试选项类,包含测试所需的所有配置参数。

继承
object
TestSingleCommandOptions
命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.Design.dll
语法
public class TestSingleCommandOptions

构造函数

TestSingleCommandOptions()

单个命令测试选项类,包含测试所需的所有配置参数。

声明
public TestSingleCommandOptions()

字段

TimeoutKey

build in key

声明
public static readonly string TimeoutKey
字段值
类型 描述
string

UserNameKey

build in key

声明
public static readonly string UserNameKey
字段值
类型 描述
string

属性

CommandName

要展示的命令名称

声明
public string CommandName { get; set; }
属性值
类型 描述
string

ErrorCodeKey

返回码变量名

声明
public string ErrorCodeKey { get; set; }
属性值
类型 描述
string

Formulas

要输入的参数

声明
public Dictionary<string, TestCommandParam> Formulas { get; set; }
属性值
类型 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, TestCommandParam>

ResultKey

返回值变量名

声明
public string ResultKey { get; set; }
属性值
类型 描述
string

ShowFormulaTypeSelector

是否显示公式类型选择器

声明
public bool ShowFormulaTypeSelector { get; set; }
属性值
类型 描述
bool

Window

用于显示进度条的窗口实例

声明
public Window Window { get; set; }
属性值
类型 描述
System.Windows.Window