-
AllFieldsAreEntered - Determines if all the input boxes contain information.
-
LoadFromXml(XmlTextReader) - Loads the contents of the filter line from an XmlTextReader with contents saved from the SaveToXml function.
-
SaveToXml(XmlTextWriter) - Writes the contents of the filter line to an XmlTextWriter.
-
SetFilterLine(field, operator, value) - Sets the filter line to the specified field, operator and value.
-
ToggleAndOr - Sets the join condition to 'AND' or 'OR'.
-
ToString - Returns a string representation of the data from the filter line.