Represents a filter function that holds the definition and parameters of a filter.
| Property | Description |
|---|---|
| customDefinition | The custom filter function definition, when the filter function type is FilterFunctionType.Custom. |
| parameterCount | The number of parameters in the filter function. |
| type | The type of the filter function. |
| Constructor | Description |
|---|---|
| FilterFunction | Initializes a new filter function with the specified FilterFunctionType. |
| Method | Description |
|---|---|
| AddParameter | Adds a parameter to the filter function. |
| ClearParameters | Clears all parameters from the filter function. |
| GetParameter | Gets the parameter at the specified index. |
| SetParameter | Sets a parameter to the filter function at the provided index. |