[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Commands.TestCommandParam

类 TestCommandParam

测试命令参数类,包含参数值和数据类型信息。

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

构造函数

TestCommandParam()

测试命令参数类,包含参数值和数据类型信息。

声明
public TestCommandParam()

字段

DataType

参数的数据类型(文本或JSON对象)。

声明
public TestCommandParamDataType DataType
字段值
类型 描述
TestCommandParamDataType

Value

参数的字符串值。

声明
public string Value
字段值
类型 描述
string