C# Class Motion.PlugIns.IPCam.Axis.AxisAction

Inheritance: Motion.PlugIns.IPCam.General.GeneralAction
Show file Open project: zhuangyy/Motion

Protected Properties

Property Type Description
mCamID int
mHost string
mItemCamID ZForge.Controls.PropertyGridEx.CustomProperty
mItemHost ZForge.Controls.PropertyGridEx.CustomProperty
mItemPort ZForge.Controls.PropertyGridEx.CustomProperty
mItemResolution ZForge.Controls.PropertyGridEx.CustomProperty
mPort int
mResolution string

Public Methods

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

Method Details

LoadConfig() public method

public LoadConfig ( IConfigSetting section ) : void
section IConfigSetting
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

mCamID protected property

protected int mCamID
return int

mHost protected property

protected string mHost
return string

mItemCamID protected property

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

mItemHost protected property

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

mItemPort protected property

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

mItemResolution protected property

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

mPort protected property

protected int mPort
return int

mResolution protected property

protected string mResolution
return string