Table of Contents

Class RepositoryViewPresenterBase<Setting, Interface>

Namespace
HeBianGu.Systems.Repository
Assembly
HeBianGu.Systems.Repository.dll
public abstract class RepositoryViewPresenterBase<Setting, Interface> : TreeViewItemPresenter<Setting, Interface>, INotifyPropertyChanged, IDisplayer, ISetting, ITreeViewItemPresenterOption, IRepositoryViewPresenter, ITreeViewItemPresenter, IInvokePresenter, IViewPresenter where Setting : class, Interface, new() where Interface : IViewPresenter

Type Parameters

Setting
Interface
Inheritance
ServiceSettingInstance<Setting, Interface>
ServiceMvpSettingBase<Setting, Interface>
TreeViewItemPresenter<Setting, Interface>
RepositoryViewPresenterBase<Setting, Interface>
Implements
Derived
Inherited Members
Extension Methods

Properties

DisplayMode

[Display(Name = "呈现的样式")]
public RepositoryDiplayMode DisplayMode { get; set; }

Property Value

RepositoryDiplayMode

LayoutSelectedIndex

[Display(Name = "布局方式")]
public int LayoutSelectedIndex { get; set; }

Property Value

int

PageCount

[Display(Name = "每页显示的数量")]
public int PageCount { get; set; }

Property Value

int

UseAdd

[Display(Name = "启用新增")]
public bool UseAdd { get; set; }

Property Value

bool

UseCheckAll

[Display(Name = "启用全选")]
public bool UseCheckAll { get; set; }

Property Value

bool

UseClear

[Display(Name = "启用清空")]
public bool UseClear { get; set; }

Property Value

bool

UseDelete

[Display(Name = "启用删除")]
public bool UseDelete { get; set; }

Property Value

bool

UseDeleteChecked

[Display(Name = "启用删除选中")]
public bool UseDeleteChecked { get; set; }

Property Value

bool

UseEdit

[Display(Name = "启用编辑")]
public bool UseEdit { get; set; }

Property Value

bool

UseExport

[Display(Name = "启用导出")]
public bool UseExport { get; set; }

Property Value

bool

UseLayout

[Display(Name = "启用搜索")]
public bool UseLayout { get; set; }

Property Value

bool

UsePageCount

[Display(Name = "启用搜索")]
public bool UsePageCount { get; set; }

Property Value

bool

UseSearch

[Display(Name = "启用搜索")]
public bool UseSearch { get; set; }

Property Value

bool

UseView

[Display(Name = "启用查看")]
public bool UseView { get; set; }

Property Value

bool

ViewModel

[Browsable(false)]
public IRepositoryViewModel ViewModel { get; set; }

Property Value

IRepositoryViewModel