C# Class Motion.PlugIns.USBCam.General.GeneralAction

Inheritance: IPlugInUSBCam, IPlugInUI
Show file Open project: zhuangyy/Motion

Protected Properties

Property Type Description
mDevice string
mItemDevice ZForge.Controls.PropertyGridEx.CustomProperty
mItemList List

Public Methods

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

Method Details

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

UISetValue() public method

public UISetValue ( System e ) : bool
e System
return bool

ValidCheck() public method

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

Property Details

mDevice protected property

protected string mDevice
return string

mItemDevice protected property

protected CustomProperty,ZForge.Controls.PropertyGridEx mItemDevice
return ZForge.Controls.PropertyGridEx.CustomProperty

mItemList protected property

protected List mItemList
return List