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