Class AbstractFilterElement
Represents base class for custom filter elements.
Inherited Members
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class AbstractFilterElement : FilterElement
Constructors
AbstractFilterElement(FilterElementType, FilterElement[])
Initializes a new instance of the Filter
Declaration
public AbstractFilterElement(FilterElementType type, params FilterElement[] filters)
Parameters
Type | Name | Description |
---|---|---|
Filter |
type | The type of the filter element. |
Filter |
filters | The filters. |
Properties
ChildElements
Gets the child elements.
Declaration
public override FilterElementCollection ChildElements { get; }
Property Value
Type | Description |
---|---|
Filter |
The child elements. |