C# Class Cradiator.Config.ConfigSettings

configuration settings
Inheritance: INotifyPropertyChanged, IConfigSettings
Mostra file Open project: PandaWood/Cradiator Class Usage Examples

Public Methods

Method Description
AddObserver ( IConfigObserver observer ) : void
ConfigSettings ( ) : System
Load ( ) : void
Log ( ) : void
NotifyObservers ( ) : void
RotateView ( ) : void

rotate/set the next view in the queue (if >1)

Save ( ) : void
ToString ( ) : string

Private Methods

Method Description
ApplyViewSettings ( ) : void
LoadViewSettings ( ) : void
OpenExeConfiguration ( ) : Configuration

Method Details

AddObserver() public method

public AddObserver ( IConfigObserver observer ) : void
observer IConfigObserver
return void

ConfigSettings() public method

public ConfigSettings ( ) : System
return System

Load() public method

public Load ( ) : void
return void

Log() public method

public Log ( ) : void
return void

NotifyObservers() public method

public NotifyObservers ( ) : void
return void

RotateView() public method

rotate/set the next view in the queue (if >1)
public RotateView ( ) : void
return void

Save() public method

public Save ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string