[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Commands.GenerateObjectParam

类 GenerateObjectParam

对象类型返回值

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

构造函数

GenerateObjectParam()

构造函数

声明
public GenerateObjectParam()

GenerateObjectParam(string, string)

构造函数

声明
public GenerateObjectParam(string name, string description = null)
参数
类型 名称 描述
string name

参数名

string description

参数描述

字段

SubGenerateProperties

对象的子属性列表

声明
public List<GenerateParam> SubGenerateProperties
字段值
类型 描述
System.Collections.Generic.List<T><GenerateParam>

属性

SubProperties

对象的子属性列表

声明
public List<string> SubProperties { get; set; }
属性值
类型 描述
System.Collections.Generic.List<T><string>

SubPropertiesDescription

对象的子属性列表及其描述

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