[]
标注属性的值为数据库绑定
public class BindingDataSourcePropertyAttribute : HyperlinkEditorPropertyAttribute
标注属性的值为数据库绑定
public BindingDataSourcePropertyAttribute()
允许添加自定义列
public bool AllowAddCustomColumns { get; set; }
类型 | 描述 |
---|---|
bool |
标注属性的值为数据库绑定
public bool AllowQueryRowCount { get; set; }
类型 | 描述 |
---|---|
bool |
标注属性的值为数据库绑定
public TableColumnKindFlags AutoGenerateColumnKind { get; set; }
类型 | 描述 |
---|---|
TableColumnKindFlags |
标注属性的值为数据库绑定
public bool AutoGenerateColumns { get; set; }
类型 | 描述 |
---|---|
bool |
可选列,如果显示值和值不一样,用冒号分隔,多个列用“|”分隔,例如 value:值|text:显示文本
public virtual string Columns { get; set; }
类型 | 描述 |
---|---|
string |
列描述,用冒号分隔,多个列用“|”分隔,例如 value:值列的描述信息|text:文本列的描述信息.
public virtual string ColumnsDescription { get; set; }
类型 | 描述 |
---|---|
string |
表示是否是 Id-pid 树结构
public bool IsIdPidStructure { get; set; }
类型 | 描述 |
---|---|
bool |
标注属性的值为数据库绑定
public bool IsListviewDataSource { get; set; }
类型 | 描述 |
---|---|
bool |
标注属性的值为数据库绑定
public NullFormulaValueQueryPolicy NullFormulaValueQueryPolicy { get; set; }
类型 | 描述 |
---|---|
NullFormulaValueQueryPolicy |
表示 Id-pid 树结构的Id列列名,只有IsIdPidStructure 为True时有效
public string TreeIdColumnName { get; set; }
类型 | 描述 |
---|---|
string |
表示 Id-pid 树结构的Pid列列名,只有IsIdPidStructure 为Tree时有效
public string TreePidColumnName { get; set; }
类型 | 描述 |
---|---|
string |
可以通过重写此方法获取动态列
public virtual List<BindingDataSourcePropertyItem> GetBindingDataSourcePropertyItems()
类型 | 描述 |
---|---|
System.Collections.Generic.List<T><BindingDataSourcePropertyItem> |