Provides filtering operations for strings

IgcStringFilteringOperand

new IgcStringFilteringOperand(): IgcStringFilteringOperand

Returns IgcStringFilteringOperand

Inherited from: IgcFilteringOperand

get operations(): IgcFilteringOperation[]

Returns IgcFilteringOperation[]

set operations(value: IgcFilteringOperation[]): void

Parameters

Returns void

Inherited from: IgcFilteringOperand

Adds a new condition to the filtering operations.

append(operation: IgcFilteringOperation): void

Parameters

Returns void

Inherited from: IgcFilteringOperand

Returns an instance of the condition with the specified name.

condition(name: string): IgcFilteringOperation

Parameters

  • name: string

    The name of the condition.

Returns IgcFilteringOperation

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(): IgcFilteringOperand

Returns IgcFilteringOperand