DynamicFilter Class

DynamicFilter class

Represents the dynamic filter.


type DynamicFilter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewDynamicFilterConstructs from an Object convertible to this.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
ToObjectGets the Object.
GetDynamicFilterTypeGets and sets the dynamic filter type.
SetDynamicFilterTypeGets and sets the dynamic filter type.
GetValueGets and sets the dynamic filter value.
SetValueGets and sets the dynamic filter value.
GetMaxValueGets and sets the dynamic filter max value.
SetMaxValueGets and sets the dynamic filter max value.