DynamicFilter

DynamicFilter class

Represents the dynamic filter.

class DynamicFilter;

Constructors

NameDescription
constructor(IObject)Constructs from an IObject convertible to this.

Methods

MethodDescription
getDynamicFilterType()Gets and sets the dynamic filter type.
setDynamicFilterType(DynamicFilterType)Gets and sets the dynamic filter type.

constructor(IObject)

Constructs from an IObject convertible to this.

constructor(obj: IObject);

Parameters:

ParameterTypeDescription
objIObjectThe object.

getDynamicFilterType()

Gets and sets the dynamic filter type.

getDynamicFilterType() : DynamicFilterType;

Returns

DynamicFilterType

setDynamicFilterType(DynamicFilterType)

Gets and sets the dynamic filter type.

setDynamicFilterType(value: DynamicFilterType) : void;

Parameters:

ParameterTypeDescription
valueDynamicFilterTypeThe value to set.