[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.GenerateObjectParam

类 GenerateObjectParam

对象类型返回值

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

构造函数

GenerateObjectParam()

对象类型返回值

声明
public GenerateObjectParam()

属性

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>