[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.GenerateListParam

类 GenerateListParam

数组类型返回值

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

构造函数

GenerateListParam()

数组类型返回值

声明
public GenerateListParam()

属性

ItemProperties

列表中的每一项的属性列表

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

ItemPropertiesDescription

列表中的每一项的属性列表及其描述

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