DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class
Properties Methods Events


In This Topic
    PivotFilter Class Members
    In This Topic

    The following tables list the members exposed by PivotFilter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a PivotFilter.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets whether the filter conditions should be combined with an 'And' or with an 'Or' operator.  
    Public Property Gets the first filter condition.  
    Public Property Gets the second filter condition.  
    Public Property Gets the field that this filter is acting on.  
    Public Property Gets a value that indicates the filter is active.  
    Public Property Gets a value that indicates the custom filter is active.  
    Public Property Gets or sets an array with the values that should be included in the output.  
    Public Property Specifies the number of elements with the highest (lowest) values to be included in the output.  
    Public Property Defines whether the filter returns top N or bottom N elements.  
    Public Property Defines the value field to be used to calculate the top N elements.  
    Public Property Gets or sets the list of values to be displayed in the value filter list editor.  
    Top
    Public Methods
     NameDescription
    Public Method Applies the filter to a value.  
    Public Method Clears the filter.  
    Public Method Reads a filter from Xml.  
    Public Method Persist filter to Xml.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public Event Fires when a property changes.  
    Top
    Public Operators
    See Also