Table of Contents

Class PropertyDoublesDataContext<T>

Namespace
HeBianGu.Systems.Design
Assembly
HeBianGu.Systems.Design.dll
public class PropertyDoublesDataContext<T> : RangeDesignDataContextBase<IDisplayDoublesData>, INotifyPropertyChanged, IDisplayer, IDesignDataContext

Type Parameters

T
Inheritance
PropertyDoublesDataContext<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

PropertyDoublesDataContext(IEnumerable<T>)

public PropertyDoublesDataContext(IEnumerable<T> itemsSource)

Parameters

itemsSource IEnumerable<T>

PropertyDoublesDataContext(IEnumerable<T>, IEnumerable<string>)

public PropertyDoublesDataContext(IEnumerable<T> itemsSource, IEnumerable<string> propertyInfos)

Parameters

itemsSource IEnumerable<T>
propertyInfos IEnumerable<string>

Properties

DisplayPropertyInfos

[Browsable(false)]
public IEnumerable<string> DisplayPropertyInfos { get; }

Property Value

IEnumerable<string>

ItemsSource

[Browsable(false)]
public IEnumerable<T> ItemsSource { get; }

Property Value

IEnumerable<T>

PropertyInfos

[Browsable(false)]
public IEnumerable<string> PropertyInfos { get; }

Property Value

IEnumerable<string>

SelectedDisplayPropertyInfo

[Display(Name = "选择显示字段")]
[BindingGetSelectSourceProperty("DisplayPropertyInfos")]
[PropertyItemType(typeof(ComboBoxSelectSourcePropertyItem))]
public string SelectedDisplayPropertyInfo { get; set; }

Property Value

string

SelectedPropertyInfo

[Display(Name = "选择数据字段")]
[BindingGetSelectSourceProperty("PropertyInfos")]
[PropertyItemType(typeof(ComboBoxSelectSourcePropertyItem))]
public string SelectedPropertyInfo { get; set; }

Property Value

string

Methods

RefreshPresenter(IDisplayDoublesData)

public override void RefreshPresenter(IDisplayDoublesData presenter)

Parameters

presenter IDisplayDoublesData