Class CustomFilter
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a custom filter.
public class CustomFilter
- Inheritance
-
CustomFilter
- Inherited Members
- Extension Methods
Fields
Filter
This property gets/sets the filter (a SQL expression)
public string Filter
Field Value
Tag
The Tag is available for scripted use and can be filled with any text.
public string Tag
Field Value
Properties
Name
Returns the name of the filter.
public string Name { get; }