CustomFilterCollection
Contents
[
Hide
]CustomFilterCollection class
Represents the custom filters.
class CustomFilterCollection;
Constructors
Name | Description |
---|---|
constructor() | Constructs new instance. |
constructor(VObject) | Constructs from a VObject convertible to this. |
Properties
Property | Type | Description |
---|---|---|
and | boolean | Indicates whether the two criteria have an “and” relationship. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
vobj | VObject | The 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:
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Returns
toVObject()
Gets the VObject.
toVObject() : VObject;