Class CounterViewPresenter
public class CounterViewPresenter : ServiceMvpSettingBase<CounterViewPresenter, ICounterViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IInvokePresenter, ICounterViewPresenter, IViewPresenter, IStartWindowLoad, ICounterViewPresenterOption
- Inheritance
-
CounterViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
AddCounterCategoryCommand
[Browsable(false)]
public RelayCommand AddCounterCategoryCommand { get; }
Property Value
Collection
[Display(Name = "报警参数配置")]
public CounterSettingPresenter Collection { get; set; }
Property Value
Methods
Load(IStartWindow, out string)
public bool Load(IStartWindow window, out string message)
Parameters
window
IStartWindowmessage
string
Returns
Loaded(object)
protected override void Loaded(object obj)
Parameters
obj
object