Table of Contents

Class FilterExample

Namespace
Fluxzy.Rules.Filters
Assembly
Fluxzy.Core.dll
public class FilterExample
Inheritance
FilterExample
Inherited Members

Constructors

FilterExample(string, Filter)

public FilterExample(string description, Filter filter)

Parameters

description string
filter Filter

Properties

Description

public string Description { get; }

Property Value

string

ExtraNote

public string? ExtraNote { get; set; }

Property Value

string

Filter

public Filter Filter { get; }

Property Value

Filter