Class ViewPresenterBase
public abstract class ViewPresenterBase : SettingBase, INotifyPropertyChanged, IDisplayer, ISetting, IViewPresenter
- Inheritance
-
ViewPresenterBase
- Implements
- Inherited Members
- Extension Methods
Properties
IsEnabled
[Display(Name = "设置启用此功能")]
public bool IsEnabled { get; set; }
Property Value
IsVisible
[Display(Name = "设置显示此功能")]
public bool IsVisible { get; set; }