C# 클래스 Cradiator.Config.ConfigSettings

configuration settings
상속: INotifyPropertyChanged, IConfigSettings
파일 보기 프로젝트 열기: PandaWood/Cradiator 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ApplyViewSettings ( ) : void
LoadViewSettings ( ) : void
OpenExeConfiguration ( ) : Configuration

메소드 상세

AddObserver() 공개 메소드

public AddObserver ( IConfigObserver observer ) : void
observer IConfigObserver
리턴 void

ConfigSettings() 공개 메소드

public ConfigSettings ( ) : System
리턴 System

Load() 공개 메소드

public Load ( ) : void
리턴 void

Log() 공개 메소드

public Log ( ) : void
리턴 void

NotifyObservers() 공개 메소드

public NotifyObservers ( ) : void
리턴 void

RotateView() 공개 메소드

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

Save() 공개 메소드

public Save ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string