C# Class Motion.PlugIns.Alarm.EMail.EmailAction

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

Private Properties

Property Type Description
InitGridItems void
MailSender_SendCompleted void
SyncUI void

Public Methods

Method Description
Alarm ( ) : bool
Dispose ( ) : void
EmailAction ( ) : System
LoadConfig ( IConfigSetting section ) : void
Release ( ) : void
SaveConfig ( IConfigSetting section ) : void
Stop ( ) : bool
UISetValue ( System e ) : bool
ValidCheck ( List msgs ) : bool

Private Methods

Method Description
InitGridItems ( List list ) : void
MailSender_SendCompleted ( object sender, AsyncCompletedEventArgs e ) : void
SyncUI ( ) : void

Method Details

Alarm() public method

public Alarm ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

EmailAction() public method

public EmailAction ( ) : System
return System

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 e ) : bool
e System
return bool

ValidCheck() public method

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