Table of Contents

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

ActionConfig

Interop

[Browsable(false)]
public IInterop Interop { get; set; }

Property Value

IInterop

InteropMode

说明

[Display(Name = "交互方式")]
public InteropMode InteropMode { get; set; }

Property Value

InteropMode

ItemsControlType

说明

[Display(Name = "显示样式")]
public ItemsControlType ItemsControlType { get; set; }

Property Value

ItemsControlType

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

UseCheckBox

[Display(Name = "启用勾选功能")]
public bool UseCheckBox { 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

UseDeleteSelected

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

Property Value

bool

UseDetial

[Display(Name = "启用显示详情功能")]
public bool UseDetial { get; set; }

Property Value

bool

UseEdit

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

Property Value

bool

UseExportXml

说明

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

Property Value

bool

UseGridSet

说明

[Display(Name = "启用表格设置")]
public bool UseGridSet { get; set; }

Property Value

bool

UseLoyout

说明

[Display(Name = "启用布局样式选项")]
public bool UseLoyout { get; set; }

Property Value

bool

UsePageCount

[Display(Name = "启用设置每页显示数量")]
public bool UsePageCount { get; set; }

Property Value

bool

UsePagination

说明

[Display(Name = "显示分页")]
public bool UsePagination { get; set; }

Property Value

bool

UseTempate

说明

[Display(Name = "启用数据样式选项")]
public bool UseTempate { get; set; }

Property Value

bool

Value

说明

[PropertyItemType(Type = typeof(ClearPathTextPropertyItem))]
public string Value { get; set; }

Property Value

string

Value1

说明

[PropertyItemType(Type = typeof(OpenPathTextPropertyItem))]
public string Value1 { get; set; }

Property Value

string

Value2

说明

[PropertyItemType(Type = typeof(OpenClearPathTextPropertyItem))]
public string Value2 { get; set; }

Property Value

string

ViewType

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

Property Value

ViewType