Table of Contents

Class SettingBase

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public abstract class SettingBase : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer, ISetting
Inheritance
SettingBase
Implements
Derived
Inherited Members
Extension Methods

Properties

IsVisibleInSetting

[Browsable(false)]
public bool IsVisibleInSetting { get; set; }

Property Value

bool

Methods

GetDefaultFolder()

protected virtual string GetDefaultFolder()

Returns

string

GetDefaultPath()

protected virtual string GetDefaultPath()

Returns

string

GetSerializerService()

protected virtual ISerializerService GetSerializerService()

Returns

ISerializerService

IsInit()

public virtual bool IsInit()

Returns

bool

Load()

public virtual void Load()

Load(string)

protected virtual void Load(string path)

Parameters

path string

LoadDefault()

public override void LoadDefault()

Save(out string)

public virtual bool Save(out string message)

Parameters

message string

Returns

bool