Table of Contents

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

string

Tag

The Tag is available for scripted use and can be filled with any text.

public string Tag

Field Value

string

Properties

Name

Returns the name of the filter.

public string Name { get; }

Property Value

string