DynamicFilter Class
DynamicFilter class
Represents the dynamic filter.
type DynamicFilter struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewDynamicFilter | Constructs from an Object convertible to this. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| ToObject | Gets the Object. | 
| GetDynamicFilterType | Gets and sets the dynamic filter type. | 
| SetDynamicFilterType | Gets and sets the dynamic filter type. | 
| GetValue | Gets and sets the dynamic filter value. | 
| SetValue | Gets and sets the dynamic filter value. | 
| GetMaxValue | Gets and sets the dynamic filter max value. | 
| SetMaxValue | Gets and sets the dynamic filter max value. |