Skip to content

Class: QueryOptionBuilder

Hierarchy

Implements

  • IDebuggable

Summary

Constructors

Properties

Class Properties

Inherited Properties

Currently none inherited from the parent class(es).

Accessors

Class Accessors

Inherited Accessors

Currently none inherited from the parent class(es).

Methods

Class Methods

Inherited Methods

Currently none inherited from the parent class(es).

Constructors

Constructor

+ new QueryOptionBuilder(_context: IContext): QueryOptionBuilder

Inherited from BaseDataBuilder.constructor

Parameters:

Name Type
_context IContext

Returns: QueryOptionBuilder

Properties

searchString

searchString: string

Accessors

debugString

Get Signature

getter

Returns

string

Implementation of IDebuggable.debugString

Methods

Protected composeFilterString

composeFilterString(sourceData: any, forDebugging?: boolean = false): string

Parameters:

Name Type
sourceData any
forDebugging? boolean = false

Returns: string


setFilterOrSearchObject

setFilterOrSearchObject(useSearchOverFilterEnabled: any, ...terms: ...any[]): any[]

Parameters:

Name Type
useSearchOverFilterEnabled any
terms ...any[]

Returns: any[]