Class Filter
Determines what types of files are displayed from either the Microsoft.Win32.OpenFileDialog or Microsoft.Win32.SaveFileDialog.
Inheritance
System.Object
Filter
Implements
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Filter : Object, IKeyword
Constructors
Filter()
Declaration
public Filter()
Properties
filterCases
Gets or sets the list of filter cases.
Declaration
public List<ParseFilterCase> filterCases { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ParseFilterCase> | The list of filter cases. |
filterOperators
Gets or sets the list of filter operators.
Declaration
public List<ParseOperators> filterOperators { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ParseOperators> | The list of filter operators. |
filterValues
Gets or sets the list of filter values.
Declaration
public List<double> filterValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> | The list of filter values. |
members
Gets or sets the collection of members.
Declaration
public MemberCollection members { get; set; }
Property Value
Type | Description |
---|---|
MemberCollection | The collection of members. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
tuple
Gets or sets the tuple.
Declaration
public Tuple tuple { get; set; }
Property Value
Type | Description |
---|---|
Tuple | The tuple. |
Methods
Validate()
Validates this instance.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |