API
Class

FilterObj ($UI/wxsys/comps/restData/restData#filterObj)

使用范围:WX

Contents

class FilterObj ($UI/wxsys/comps/restData/restData#filterObj)

filter对象

Constructor Top

  filterObj ()

Properties Top

string kind

filter组合方式,取值范围:'or','and',默认:'and'

string name

进行比较运算列

string op

filter运算符,目前支持:'eq', 'neq', 'gt', 'lt', 'gte', 'lte', 'like', 'ilike', 'is', 'inn', 'isNull', 'isNotNull'

string value

进行比较运算值

Constructor details Top

public filterObj ()

filter对象

Properties Detail Top

public string kind

filter组合方式,取值范围:'or','and',默认:'and'

public string name

进行比较运算列

public string op

filter运算符,目前支持:'eq', 'neq', 'gt', 'lt', 'gte', 'lte', 'like', 'ilike', 'is', 'inn', 'isNull', 'isNotNull'

public string value

进行比较运算值