The IXCommand type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AddFilter |
Add a filter object to the command
@throws FilterExistException a filter from same type already exist
|
![]() | AddIntegerParam |
Add an "integer" parameter to the command
|
![]() | AddLongParam |
Add a "long" parameter to the command
|
![]() | AddStringParam |
Add a "string" parameter to the command
|
![]() | 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 command "cid" attribute
|
![]() | Name |
The tag name from this xiqs object
(Inherited from IXObject.) |
![]() | Tid |
The command "tid" attribute
|
See Also