Interface: ISearchContext¶
The object used by DataQueryBuilder to make OData query
Hierarchy¶
- ISearchContext
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Properties¶
Optional
filter¶
• filter? : string
A string to define the filter to be used in the $filter section for the Odata query. It should look like "OrderId eq '4001234'"
Optional
orderBy¶
• orderBy? : string
A string to define the orderBy section for the Odata query. It should look like "OrderId asc" or "ShortDescription desc"
Optional
searchKeys¶
• searchKeys? : string[]
A string list to define which keys will be used for searching
Optional
service¶
• service? : ITargetServiceSpecifier
An object to define the service and related options
Optional
serviceName¶
• serviceName? : string
A string to define the path to the service file