The IXEvent type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | GetEventType |
Get this event object type.
Can be one from "return" or "error".
|
![]() | GetParamInteger |
Get the parameter's value as an int value at specified index in the current event object
|
![]() | GetParamLong |
Get the parameter's value as long value at specified index in the current event object
|
![]() | GetParamName |
Get the parameter's name at specified index in the current event object
|
![]() | GetParamObject |
Get the parameter's value as an underlying xiqs object at specified index in the current event object
|
![]() | GetParamString |
Get the parameter's value as a string object at specified index in the current event object
|
![]() | GetParamType |
Get the parameter's type at specified index in the current event object
|
![]() | GetParamValue |
Get the parameter's value as a raw object at specified index in the current event object
|
![]() | ReadXml |
Deserialize object from an xml stream
(Inherited from XmlSerializable.) |
![]() | WriteXml |
Serialize object in an xml stream
(Inherited from XmlSerializable.) |
Properties
Name | Description | |
---|---|---|
![]() | Cid |
The "cid" attribute from this event object
|
![]() | Name |
The tag name from this xiqs object
(Inherited from IXObject.) |
![]() | ParamListSize |
Get the parameters list size from the current event object
|
![]() | Tid |
The "tid" attribute from this event object
|
See Also