Provides filtering operations for strings

IgrStringFilteringOperand

new IgrStringFilteringOperand(): IgrStringFilteringOperand

Returns IgrStringFilteringOperand

Inherited from: IgcFilteringOperand

get operations(): IgrFilteringOperation[]

Returns IgrFilteringOperation[]

set operations(value: IgrFilteringOperation[]): void

Parameters

Returns void

Inherited from: IgcFilteringOperand

Adds a new condition to the filtering operations.

append(operation: IgrFilteringOperation): void

Parameters

Returns void

Inherited from: IgcFilteringOperand

Returns an instance of the condition with the specified name.

condition(name: string): IgrFilteringOperation

Parameters

  • name: string

    The name of the condition.

Returns IgrFilteringOperation

Inherited from: IgcFilteringOperand

Returns an array of names of the conditions which are visible in the filtering UI

conditionList(): string[]

Returns string[]

Applies case sensitivity on strings if provided

applyIgnoreCase(a: string, ignoreCase: boolean): string

Parameters

  • a: string
  • ignoreCase: boolean

Returns string

Inherited from: IgcFilteringOperand

instance(): IgrFilteringOperand

Returns IgrFilteringOperand