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

Inheritance: IPlugInUSBCam, IPlugInUI
Afficher le fichier Open project: zhuangyy/Motion

Protected Properties

Свойство Type Description
mDevice string
mItemDevice ZForge.Controls.PropertyGridEx.CustomProperty
mItemList List

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

LoadConfig() public méthode

public LoadConfig ( IConfigSetting section ) : void
section IConfigSetting
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void

SaveConfig() public méthode

public SaveConfig ( IConfigSetting section ) : void
section IConfigSetting
Résultat void

UISetValue() public méthode

public UISetValue ( System e ) : bool
e System
Résultat bool

ValidCheck() public méthode

public ValidCheck ( List msgs ) : bool
msgs List
Résultat bool

Property Details

mDevice protected_oe property

protected string mDevice
Résultat string

mItemDevice protected_oe property

protected CustomProperty,ZForge.Controls.PropertyGridEx mItemDevice
Résultat ZForge.Controls.PropertyGridEx.CustomProperty

mItemList protected_oe property

protected List mItemList
Résultat List