<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFilter Class
Properties Methods Events


In This Topic
    C1OlapFilter Class Members
    In This Topic

    The following tables list the members exposed by C1OlapFilter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a C1OlapFilter.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the filter conditions should be combined with an 'And' or with an 'Or' operator.  
    Public PropertyGets the first filter condition.  
    Public PropertyGets the second filter condition.  
    Public PropertyGets the field that this filter is acting on.  
    Public PropertyGets a value that indicates the filter is active.  
    Public PropertyGets a value that indicates the custom filter is active.  
    Public PropertyGets or sets an array with the values that should be included in the output.  
    Public PropertyGets or sets the list of values to be displayed in the value filter list editor.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies the filter to a value.  
    Public MethodClears the filter.  
    Public MethodReads a filter from Xml.  
    Public MethodPersist filter to Xml.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventFires when a property changes.  
    Top
    See Also