DynamicFilter Class
Represents a dynamic filter criteria that can change, either with the data itself (e.g., "above average") or with the current system date (e.g., show values for "today").
public sealed class DynamicFilter : Filter
Public NotInheritable Class DynamicFilter
Inherits Filter
- Inheritance:
- System.ObjectDynamicFilter
Properties
DynamicFilterType
Gets or sets the dynamic filter type.
public DynamicFilterType DynamicFilterType { get; set; }
Public Property DynamicFilterType As DynamicFilterType
Property Value
The dynamic filter type.
FilterType
Gets the Dynamic value.
public override FilterType FilterType { get; }
Public Overrides ReadOnly Property FilterType As FilterType
Property Value
The Dynamic value.
Overrides
Methods
ToString()
Returns a System.String that represents this DynamicFilter instance.
Returns
- System.String
A System.String that represents this DynamicFilter instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).