Table of Contents

Class MvpSetting

Namespace
System
Assembly
HeBianGu.Service.Mvp.dll
public class MvpSetting : LazySettingInstance<MvpSetting>, INotifyPropertyChanged, IDisplayer, ISetting
Inheritance
MvpSetting
Implements
Inherited Members
Extension Methods

Properties

UseIsEnabled

说明

[Display(Name = "没有注册Presenter时设置不可用")]
public bool UseIsEnabled { get; set; }

Property Value

bool

UseVisiblity

说明

[Display(Name = "没有注册Presenter时设置隐藏")]
public bool UseVisiblity { get; set; }

Property Value

bool