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

Inheritance: IPlugInUSBCam, IPlugInUI
ファイルを表示 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_oe property

protected string mDevice
return string

mItemDevice protected_oe property

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

mItemList protected_oe property

protected List mItemList
return List