IXEvent MembersiQSim © XIQS Communication Framework

The IXEvent type exposes the following members.
Methods

  NameDescription
Public methodGetEventType
Get this event object type. Can be one from "return" or "error".
Public methodGetParamInteger
Get the parameter's value as an int value at specified index in the current event object
Public methodGetParamLong
Get the parameter's value as long value at specified index in the current event object
Public methodGetParamName
Get the parameter's name at specified index in the current event object
Public methodGetParamObject
Get the parameter's value as an underlying xiqs object at specified index in the current event object
Public methodGetParamString
Get the parameter's value as a string object at specified index in the current event object
Public methodGetParamType
Get the parameter's type at specified index in the current event object
Public methodGetParamValue
Get the parameter's value as a raw object at specified index in the current event object
Public methodReadXml
Deserialize object from an xml stream
(Inherited from XmlSerializable.)
Public methodWriteXml
Serialize object in an xml stream
(Inherited from XmlSerializable.)
Back to Top
Properties

  NameDescription
Public propertyCid
The "cid" attribute from this event object
Public propertyName
The tag name from this xiqs object
(Inherited from IXObject.)
Public propertyParamListSize
Get the parameters list size from the current event object
Public propertyTid
The "tid" attribute from this event object
Back to Top
See Also