Class FilterBase
- Namespace
- Dynamicweb.CoreUI.Filters
- Assembly
- Dynamicweb.CoreUI.dll
public abstract class FilterBase : UiComponentBase
- Inheritance
-
FilterBase
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
FilterBase(FilterOperator)
public FilterBase(FilterOperator @operator)
Parameters
operator
FilterOperator
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
Value
public object? Value { get; set; }
Property Value
- object