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
Label
public string Label { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Operator
public FilterOperator Operator { get; init; }
Property Value
Property
public string Property { get; }
Property Value
Value
public object? Value { get; set; }