Class RepositorySetting
- Namespace
- System
- Assembly
- HeBianGu.Systems.Repository.dll
public class RepositorySetting : LazySettingInstance<RepositorySetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
RepositorySetting
- Implements
- Inherited Members
- Extension Methods
Properties
Action
[Browsable(false)]
public ActionConfig Action { get; }
Property Value
Interop
[Browsable(false)]
public IInterop Interop { get; set; }
Property Value
InteropMode
说明
[Display(Name = "交互方式")]
public InteropMode InteropMode { get; set; }
Property Value
ItemsControlType
说明
[Display(Name = "显示样式")]
public ItemsControlType ItemsControlType { get; set; }
Property Value
PageCount
[Display(Name = "每页显示的数据数量")]
public int PageCount { get; set; }
Property Value
UseAdd
[Display(Name = "启用添加数据功能")]
public bool UseAdd { get; set; }
Property Value
UseCheckAll
说明
[Display(Name = "启用选中全部功能")]
public bool UseCheckAll { get; set; }
Property Value
UseCheckBox
[Display(Name = "启用勾选功能")]
public bool UseCheckBox { get; set; }
Property Value
UseClear
[Display(Name = "启用清理数据功能")]
public bool UseClear { get; set; }
Property Value
UseDelete
[Display(Name = "启用删除数据功能")]
public bool UseDelete { get; set; }
Property Value
UseDeleteSelected
[Display(Name = "启用删除选中项功能")]
public bool UseDeleteSelected { get; set; }
Property Value
UseDetial
[Display(Name = "启用显示详情功能")]
public bool UseDetial { get; set; }
Property Value
UseEdit
[Display(Name = "启用编辑数据功能")]
public bool UseEdit { get; set; }
Property Value
UseExportXml
说明
[Display(Name = "启用导出Xml")]
public bool UseExportXml { get; set; }
Property Value
UseGridSet
说明
[Display(Name = "启用表格设置")]
public bool UseGridSet { get; set; }
Property Value
UseLoyout
说明
[Display(Name = "启用布局样式选项")]
public bool UseLoyout { get; set; }
Property Value
UsePageCount
[Display(Name = "启用设置每页显示数量")]
public bool UsePageCount { get; set; }
Property Value
UsePagination
说明
[Display(Name = "显示分页")]
public bool UsePagination { get; set; }
Property Value
UseTempate
说明
[Display(Name = "启用数据样式选项")]
public bool UseTempate { get; set; }
Property Value
Value
说明
[PropertyItemType(Type = typeof(ClearPathTextPropertyItem))]
public string Value { get; set; }
Property Value
Value1
说明
[PropertyItemType(Type = typeof(OpenPathTextPropertyItem))]
public string Value1 { get; set; }
Property Value
Value2
说明
[PropertyItemType(Type = typeof(OpenClearPathTextPropertyItem))]
public string Value2 { get; set; }
Property Value
ViewType
[Browsable(false)]
public ViewType ViewType { get; set; }