Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Filter

Implements

Index

Constructors

constructor

  • new Filter(fieldName: string): Filter

Properties

Private Readonly fieldName

fieldName: string

Private operation

operation: string

Private value

value: string | string[]

Static Readonly BETWEEN

BETWEEN: "between" = "between"

Static Readonly EQUAL_TO

EQUAL_TO: "equalto" = "equalto"

Static Readonly GREATER_THAN

GREATER_THAN: "greaterthan" = "greaterthan"

Static Readonly GREATER_THAN_OR_EQUAL_TO

GREATER_THAN_OR_EQUAL_TO: "greaterthanorequalto" = "greaterthanorequalto"

Static Readonly IN

IN: "in" = "in"

Static Readonly IS_NOT_NULL

IS_NOT_NULL: "isnotnull" = "isnotnull"

Static Readonly IS_NULL

IS_NULL: "isnull" = "isnull"

Static Readonly LESS_THAN

LESS_THAN: "lessthan" = "lessthan"

Static Readonly LESS_THAN_OR_EQUAL_TO

LESS_THAN_OR_EQUAL_TO: "lessthanorequalto" = "lessthanorequalto"

Static Readonly LIKE

LIKE: "like" = "like"

Static Readonly NOT_EQUAL_TO

NOT_EQUAL_TO: "notequalto" = "notequalto"

Static Readonly NOT_IN

NOT_IN: "notin" = "notin"

Static Readonly NOT_LIKE

NOT_LIKE: "notlike" = "notlike"

Methods

between

  • between(min: string, max: string): IFilter

equalTo

greaterThan

  • greaterThan(value: string): IFilter

greaterThanOrEqualTo

  • greaterThanOrEqualTo(value: string): IFilter

in

isNotNull

isNull

lessThan

lessThanOrEqualTo

  • lessThanOrEqualTo(value: string): IFilter

like

notEqualTo

  • notEqualTo(value: string): IFilter

notIn

notLike

writeXml

Legend

  • Class
  • Constructor
  • Method
  • Variable
  • Interface
  • Private property
  • Static property

Generated using TypeDoc