Class Filter
Determines what types of files are displayed from either the Microsoft.Win32.OpenFileDialog or Microsoft.Win32.SaveFileDialog.
Inheritance
System.Object
Filter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Filter : 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. |