IXSimplefilter MembersiQSim © XIQS Communication Framework

The IXSimplefilter type exposes the following members.
Methods

  NameDescription
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 propertyLimit
Limit sets the number of items returned in the object list
(Inherited from IXFilter.)
Public propertyQuery
Query allows some kind of simple filtering syntax
Public propertySelect
In some cases, the columns subset that should be returned
(Inherited from IXFilter.)
Public propertySortDirection
The list sorting direction
(Inherited from IXFilter.)
Public propertySortFields
The fields used as list sorting criteria
(Inherited from IXFilter.)
Public propertyStart
Start sets the row index where the object list will start
(Inherited from IXFilter.)
Back to Top
See Also