MultipleFilterCollection

MultipleFilterCollection class

Represents the multiple filter collection.

class MultipleFilterCollection;

Constructors

NameDescription
constructor()Constructs one new instance.
constructor(VObject)Constructs from a VObject convertible to this.

Properties

PropertyTypeDescription
matchBlankbooleanIndicates whether to filter by blank.

Methods

MethodDescription
get(number)DateTimeGroupItem or a simple object.
add(string)Adds string filter.
toVObject()Gets the VObject.

constructor()

Constructs one new instance.

constructor();

constructor(VObject)

Constructs from a VObject convertible to this.

constructor(vobj: VObject);

Parameters:

ParameterTypeDescription
vobjVObjectThe vobject.

matchBlank

Indicates whether to filter by blank.

matchBlank : boolean;

get(number)

DateTimeGroupItem or a simple object.

get(index: number) : VObject;

Parameters:

ParameterTypeDescription
indexnumber

add(string)

Adds string filter.

add(filter: string) : void;

Parameters:

ParameterTypeDescription
filterstringThe filter data.

toVObject()

Gets the VObject.

toVObject() : VObject;