C-DEngine 5.105

TheNMILiveTag Members

The TheNMILiveTag type exposes the following members.

Constructors


  Name Description
Public method TheNMILiveTag
Constructor of the LiveTag

Methods


  Name Description
Public method CreateUX
Override for the CreateUX
Public method Delete
Deletes the live tag
Public method DoCreateUX
NMI of the Live Tag that can be overritten
Public method DoDelete
Override for additional action durin delete
Public method DoInit
Additional inits
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FireEvent
Fire an event on this thing
(Inherited from TheThingBase.)
Public method GetBaseThing
Gets the Base Thing (MyBaseThing)
(Inherited from TheThingBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperty
Gets a property by name
(Inherited from TheThingBase.)
Public method GetType (Inherited from Object.)
Public method HandleMessage
Will be called by the communication engine if a message for this thing has been received
(Inherited from TheThingBase.)
Public method HasRegisteredEvents
Returns true if the given event has registered callbacks
(Inherited from TheThingBase.)
Public method Init
Initializes the Live Tag
Public method IsInit
Returns true if this thing is initialized (mIsInitialized)
(Inherited from TheThingBase.)
Public method IsUXInit
Returns true if this thing's NMI is initialized (mIsUxInitialized)
(Inherited from TheThingBase.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RegisterEvent
Register a callback with an event of this Thing
(Inherited from TheThingBase.)
Public method SetBaseThing
Sets the Base Thing (MyBaseThing)
(Inherited from TheThingBase.)
Public method SetProperty
Sets a property with a value
(Inherited from TheThingBase.)
Public method sinkThrottleChanged
event if a user changed the throttle
Public method ToString (Inherited from Object.)
Public method UnregisterEvent
Unregister a callback from an event of this thing
(Inherited from TheThingBase.)

Properties


  Name Description
Public property ControlType
Constrol type of the value field
Public property DontMonitor
If false the Tag will not be monitored
Public property Flags
Flags for the value field control
Public property FldOrder
FldOrder of the value control
Public property FormTitle
Title of the Form
Public property IsActive
True if the tag is active
Public property LastMessage
Last message of the live tag
Public property ServerID
Server ID if applicable
Public property ServerName
Server name if applicable
Public property TileHeight
Height of the value field
Public property TileLeft
Position left of the value field
Public property TileTop
Position to of the value field
Public property TileWidth
Width of the value field