[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Commands.TestCommandParamDataType

Enum TestCommandParamDataType

测试命令参数数据类型枚举,定义参数值的解析方式。

命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.Design.dll
语法
public enum TestCommandParamDataType

字段

名称 描述
JSONObject

JSON对象类型,参数值作为JSON格式解析。

Text

文本类型,参数值作为普通字符串处理。