C# Class Motion.PlugIns.Alarm.Sound.SoundAction

Inheritance: IPlugInAlarm, IPlugInUIWithGlobal, IGlobalization
ファイルを表示 Open project: zhuangyy/Motion

Private Properties

Property Type Description
SyncUI void
toolStripButtonMute_CheckStateChanged void
toolStripButtonTestAudio_CheckedChanged void

Public Methods

Method Description
Alarm ( ) : bool
Dispose ( ) : void
LoadConfig ( IConfigSetting section ) : void
Release ( ) : void
SaveConfig ( IConfigSetting section ) : void
Stop ( ) : bool
UISetValue ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : bool
UpdateCulture ( ) : void
ValidCheck ( List msgs ) : bool

Private Methods

Method Description
SyncUI ( ) : void
toolStripButtonMute_CheckStateChanged ( object sender, EventArgs e ) : void
toolStripButtonTestAudio_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Alarm() public method

public Alarm ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

LoadConfig() public method

public LoadConfig ( IConfigSetting section ) : void
section IConfigSetting
return void

Release() public method

public Release ( ) : void
return void

SaveConfig() public method

public SaveConfig ( IConfigSetting section ) : void
section IConfigSetting
return void

Stop() public method

public Stop ( ) : bool
return bool

UISetValue() public method

public UISetValue ( System.Windows.Forms.PropertyValueChangedEventArgs e ) : bool
e System.Windows.Forms.PropertyValueChangedEventArgs
return bool

UpdateCulture() public method

public UpdateCulture ( ) : void
return void

ValidCheck() public method

public ValidCheck ( List msgs ) : bool
msgs List
return bool