Class DesginViewPresenter
public class DesginViewPresenter : ServiceMvpSettingBase<DesginViewPresenter, IDesginViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IDesginViewPresenter, IInvokePresenter, IViewPresenter, IDesginViewPresenterOption, IMvpSettingOption, ISettingOption
- Inheritance
-
DesginViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
DataContextChanged
[Browsable(false)]
public Action<IDesignDataContext> DataContextChanged { get; set; }
Property Value
DataSources
[Browsable(false)]
public ObservableCollection<IDesignDataSource> DataSources { get; set; }
Property Value
SelectedDataSource
[Display(Name = "选择数据源")]
[BindingGetSelectSourceProperty("DataSources")]
[PropertyItemType(typeof(ComboBoxSelectSourcePropertyItem))]
public IDesignDataSource SelectedDataSource { get; set; }
Property Value
Methods
AddSource(IDesignDataSource)
public void AddSource(IDesignDataSource source)
Parameters
source
IDesignDataSource
Filter(IDesignPresenter)
public void Filter(IDesignPresenter designPresenter)
Parameters
designPresenter
IDesignPresenter