Table of Contents

Class FilterDefinition

Namespace
Dynamicweb.CoreUI.Filters
Assembly
Dynamicweb.CoreUI.dll
public sealed class FilterDefinition
Inheritance
FilterDefinition
Inherited Members

Properties

Category

public string Category { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Operator

public FilterOperator Operator { get; init; }

Property Value

FilterOperator

Property

public string Property { get; }

Property Value

string
To top