Class PropertyDoublesDataContext<T>
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
ItemsSource
[Browsable(false)]
public IEnumerable<T> ItemsSource { get; }
Property Value
- IEnumerable<T>
PropertyInfos
[Browsable(false)]
public IEnumerable<string> PropertyInfos { get; }
Property Value
SelectedDisplayPropertyInfo
[Display(Name = "选择显示字段")]
[BindingGetSelectSourceProperty("DisplayPropertyInfos")]
[PropertyItemType(typeof(ComboBoxSelectSourcePropertyItem))]
public string SelectedDisplayPropertyInfo { get; set; }
Property Value
SelectedPropertyInfo
[Display(Name = "选择数据字段")]
[BindingGetSelectSourceProperty("PropertyInfos")]
[PropertyItemType(typeof(ComboBoxSelectSourcePropertyItem))]
public string SelectedPropertyInfo { get; set; }
Property Value
Methods
RefreshPresenter(IDisplayDoublesData)
public override void RefreshPresenter(IDisplayDoublesData presenter)
Parameters
presenter
IDisplayDoublesData