ListViewSetting
更新时间: 2024-01-29 浏览次数: {{ hits }}
类名 : ListViewSetting
说明 : 业务对象的查询器,在这里定义查询一个业务对象的界面 属性 : 
名称说明
Columns获取或设置列表字段的显示设置
IconProperty列表Icon
SortBy排序字段
SortDirection排序方式: 升序或降序
QueryItems获取或设置查询的条件
OptionalDisplayMode可选显示模式
WebDefaultDisplayModePC端默认显示模式
MobileDefaultDisplayMode移动端默认显示模式
Selectable列表的上是否支持多选
StartTimePropertyName日历显示模式跨度开始字段名
EndTimePropertyName日历显示模式跨度结束字段名
DefaultDisplayDimension默认显示维度
DefaultDisplayChildCode默认显示维度
TimelineAxis时间轴字段
TimelineSortDirection时间轴字段


成员 : 
名称说明
PublishedTableName发布表名称
DraftTableName暂存表名称
PropertyName_Columns查询的字段显示设置
PropertyName_IconProperty列表Icon字段
PropertyName_SortBy排序字段
PropertyName_SortDirection排序方式
PropertyName_QueryItems查询的条件
PropertyName_OptionalDisplayMode可选显示模式的属性名称
PropertyName_WebDefaultDisplayModePC端默认显示模式的属性名称
PropertyName_MobileDefaultDisplayMode移动端默认显示模式的属性名称
PropertyName_Selectable列表的复选框是否显示
PropertyName_StartTimePropertyName日历显示模式跨度开始字段名的属性名称
PropertyName_EndTimePropertyName日历显示模式跨度结束字段名的属性名称
PropertyName_DefaultDisplayDimension默认显示维度的属性名称
PropertyName_DefaultDisplayChildCode默认显示维度的属性名称
PropertyName_TimelineAxis时间轴字段的属性名称
PropertyName_TimelineSortDirection时间轴字段的属性名称

方法名称 : GetColumn(System.String)
参数说明
"propertyName"属性名
返回值
设置

构造方法名称 : #ctor
参数说明


返回值