CustomFilterCollection

CustomFilterCollection class

Represents the custom filters.

class CustomFilterCollection;

Constructors

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

Properties

PropertyTypeDescription
andbooleanIndicates whether the two criteria have an “and” relationship.

Methods

MethodDescription
get(number)Gets the custom filter in the specific index.
toVObject()Gets the VObject.

constructor()

Constructs new instance.

constructor();

constructor(VObject)

Constructs from a VObject convertible to this.

constructor(vobj: VObject);

Parameters:

ParameterTypeDescription
vobjVObjectThe vobject.

and

Indicates whether the two criteria have an “and” relationship.

and : boolean;

get(number)

Gets the custom filter in the specific index.

get(index: number) : CustomFilter;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

CustomFilter

toVObject()

Gets the VObject.

toVObject() : VObject;