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

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

Protected Properties

Свойство Type Description
mItemList List
mItemPassword ZForge.Controls.PropertyGridEx.CustomProperty
mItemStream ZForge.Controls.PropertyGridEx.CustomProperty
mItemURL ZForge.Controls.PropertyGridEx.CustomProperty
mItemUsername ZForge.Controls.PropertyGridEx.CustomProperty
mPassword string
mStream IPCAM
mURL string
mUsername string

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

mItemList protected_oe property

protected List mItemList
Résultat List

mItemPassword protected_oe property

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

mItemStream protected_oe property

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

mItemURL protected_oe property

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

mItemUsername protected_oe property

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

mPassword protected_oe property

protected string mPassword
Résultat string

mStream protected_oe property

protected IPCAM mStream
Résultat IPCAM

mURL protected_oe property

protected string mURL
Résultat string

mUsername protected_oe property

protected string mUsername
Résultat string