| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765 | <?xml version="1.0"?><doc>    <assembly>        <name>Janus.Windows.FilterEditor.v3</name>    </assembly>    <members>        <member name="T:Janus.Windows.FilterEditor.TransparentTableLayoutPanel">            <summary>            A TableLayoutPanel that supports transparent background            </summary>            <summary>            A TableLayoutPanel that supports transparent background            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.components">            <summary>             Required designer variable.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.Dispose(System.Boolean)">            <summary>             Clean up any resources being used.            </summary>            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        </member>        <member name="M:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.InitializeComponent">            <summary>             Required method for Designer support - do not modify             the contents of this method with the code editor.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.#ctor">            <summary>            Initialize a new instance of the TransparentTableLayoutPanel            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.EditControl.components">            <summary>             Required designer variable.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.EditControl.Dispose(System.Boolean)">            <summary>             Clean up any resources being used.            </summary>            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        </member>        <member name="M:Janus.Windows.FilterEditor.EditControl.InitializeComponent">            <summary>             Required method for Designer support - do not modify             the contents of this method with the code editor.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.FilterEditorDesigner">            <summary>            Extends design-time behavior for the FilterEditor control.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditorDesigner.#ctor">            <summary>            Initializes a new instance of the FilterEditorDesigner class.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditorDesigner.Verbs">            <summary>            See ComponentDesigner.Verbs            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.BuiltInTextList">            <summary>            Encapsulates a collection of texts used by the FilterEditor control.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.BuiltInTextList.Reset(Janus.Windows.FilterEditor.BuiltInText)">            <summary>            Resets the given built-in text to its default value            </summary>            <param name="textID">The built-in text to be reset</param>        </member>        <member name="M:Janus.Windows.FilterEditor.BuiltInTextList.Reset">            <summary>            Resets all the built-in texts in the collection their default values.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.BuiltInTextList.Item(Janus.Windows.FilterEditor.BuiltInText)">            <summary>            Gets or sets a string value that represents the text for the given built-in text.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.FilterEditor">            <summary>            Represents a control used to create FilterConditions that can be applied to a GridEX or TimeLine control            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.FilterEditor.components">            <summary>            Required designer variable.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.Dispose(System.Boolean)">            <summary>            Clean up any resources being used.            </summary>            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.InitializeComponent">            <summary>            Required method for Designer support - do not modify             the contents of this method with the code editor.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.#ctor">            <summary>            Initialize a new instance of the FilterEditor class.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.ShouldSerializeBuiltInTextsData">            <summary>            Indicates whether the BuiltInTextsData property should be persisted.            </summary>            <returns>true if the property value has changed from its default; otherwise, false.</returns>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.ResetBuiltInTextsData">            <summary>            Resets the BuiltInTextsData property to its default value.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnFontChanged(System.EventArgs)">            <summary>            Overrides Control.OnFontChanged            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnRightToLeftChanged(System.EventArgs)">            <summary>            Overrides Control.OnRightToLeftChanged            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnMouseUp(System.Windows.Forms.MouseEventArgs)">            <summary>            Overrides Control.OnMouseUp            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnSystemColorsChanged(System.EventArgs)">            <summary>            Overrides Control.OnSystemColorsChanged            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnFetchFieldValues(Janus.Windows.FilterEditor.FetchFieldValuesEventArgs)">            <summary>            Raises the FetchFieldValues event.            </summary>            <param name="e">A System.EventArgs that contains the event data.</param>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnFilterConditionChanged(System.EventArgs)">            <summary>            Raises the FilterConditionChanged event.            </summary>            <param name="e">A System.EventArgs that contains the event data.</param>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterEditor.ApplyFilter">            <summary>            Applies the FilterCondition in the FilterEditor to the SourceControl.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.ChildControl">            <summary>            Overrides UIPager.ChildControl            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.AutoApply">            <summary>            Gets or sets a value specifying whether the FilterCondition will be automaically applied to the SourceControl when it changes            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.MinSize">            <summary>            Gets or sets the minimum size that the control should have before displaying the scrollbar.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.SortFieldList">            <summary>            Gets or sets a value specifying whether the field list should be alphabetically sorted.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.AutomaticHeightResize">            <summary>            Gets or sets a value specifying whether the height of the control automatically adjusts when the FilterCondition assigned to the control is changed.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.VisualStyle">            <summary>            Gets or sets a value specifying the appearance for the control.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.Office2007ColorScheme">            <summary>            Gets or sets a value specifying the color scheme to be used when Office2007 VisualStyle is used in the control.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.Office2007CustomColor">            <summary>            Gets or set a value specifying the base color used to paint the control when the Office2007ColorScheme property is set to Custom.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.UseThemes">            <summary>            Gets or sets a value specifying whether the control will be drawn using Windows XP Visual Styles.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.VisualStyleManager">            <summary>            Gets or sets the VisualStyleManager that defines the appearance of the control.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.FilterConditionOperators">            <summary>                        </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.SourceControl">            <summary>            Gets or set the associated control from where the FilterEditor will fill its Fields and FilterCondition properties. Available options for this property are the GridEX and TimeLine controls.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.ShowChildTables">            <summary>            Gets or sets a value specifying whether the user can choose a field from a child table to filter the SourceControl            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.Table">            <summary>            Gets or sets the Table of the GridEX control that is going to be filtered            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.FilterCondition">            <summary>            Gets or sets the filter condition that should be applied to the SourceControl.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.BuiltInTextList">            <summary>            Returns a collection of strings that allows you to customize any of the texts used by built-in elements of the FilterEditor            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.BuiltInTextsData">            <summary>            Gets or sets an XML string that preserves the information in the BuiltInTexts property.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.AvailableLogicalOperators">            <summary>            Gets or sets a value indicating which logical operators are available in the FilterEditor.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.AvailableConditionOperators">            <summary>            Gets or sets a value indicating which condition operators are available in the FilterEditor.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.DefaultConditionOperator">            <summary>            Gets or sets a value specifying the default condition operator for a new FilterCondition .            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.AllowNegateRootCondition">            <summary>            Gets or sets a value indicating whether a button will be pressent in the FilterEditor to indicate that the whole condition should be negated.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.EditControlWidth">            <summary>            Gets or sets a value specifying the width of the control used to edit the value of the FilterCondition.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FilterEditor.AllowFilterByFieldValue">            <summary>            Gets or sets a value specifying whether the user can choose another field to compare the value in the FilterCondition            </summary>        </member>        <member name="E:Janus.Windows.FilterEditor.FilterEditor.FetchFieldValues">            <summary>            Event fired when a new field was selected for the FilterCondition. Use this event to populate a ValueList with a list of possible values.            </summary>        </member>        <member name="E:Janus.Windows.FilterEditor.FilterEditor.FilterConditionChanged">            <summary>            Occurs when the FilterCondition property of the FilterEditor is changed.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.FilterEditor.FetchFieldValuesEventHandler">            <summary>            Represents the method that will handle the FetchFieldValues event of the FilterEditor.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.BuiltInTextEditor">            <summary>            Editor used to edit the BuiltInText list of the FilterEditor at design time            </summary>            <summary>            Editor used to edit the BuiltInText list of the FilterEditor at design time            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.BuiltInTextEditor.#ctor(Janus.Windows.FilterEditor.BuiltInTextList)">            <summary>            Initialize a new instance of the BuiltInTextEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInTextEditor.components">            <summary>             Required designer variable.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.BuiltInTextEditor.Dispose(System.Boolean)">            <summary>             Clean up any resources being used.            </summary>            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        </member>        <member name="M:Janus.Windows.FilterEditor.BuiltInTextEditor.InitializeComponent">            <summary>             Required method for Designer support - do not modify             the contents of this method with the code editor.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.ResourceFile2">            <summary>              A strongly-typed resource class, for looking up localized strings, etc.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.ResourceFile2.ResourceManager">            <summary>              Returns the cached ResourceManager instance used by this class.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.ResourceFile2.Culture">            <summary>              Overrides the current thread's CurrentUICulture property for all              resource lookups using this strongly typed resource class.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.BuiltInText">            <summary>            Represent the index of a text in a FilterEditor control.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.EmptyConditionText">            <summary>            Identifier for the text used when no FilterCondition is applied to the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.BeginsWith">            <summary>            Identifier for the text used for the BeginsWith condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.Between">            <summary>            Identifier for the text used for the Between condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.Contains">            <summary>            Identifier for the text used for the Contains condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.EndsWith">            <summary>            Identifier for the text used for the EndsWidth condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.Equal">            <summary>            Identifier for the text used for the Equal condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.GreaterThan">            <summary>            Identifier for the text used for the GreaterThan condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.GreaterThanOrEqualTo">            <summary>            Identifier for the text used for the GreaterThanOrEqualTo condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.In">            <summary>            Identifier for the text used for the In condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.IsEmpty">            <summary>            Identifier for the text used for the IsEmpty condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.IsNull">            <summary>            Identifier for the text used for the IsNull condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.LessThan">            <summary>            Identifier for the text used for the LessThan condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.LessThanOrEqualTo">            <summary>            Identifier for the text used for the LessThanOrEqualTo condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotBetween">            <summary>            Identifier for the text used for the NotBetween condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotContains">            <summary>            Identifier for the text used for the NotContains condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotEqual">            <summary>            Identifier for the text used for the NotEqual condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotIn">            <summary>            Identifier for the text used for the NotIn condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotIsEmpty">            <summary>            Identifier for the text used for the NotIsEmpty condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotIsNull">            <summary>            Identifier for the text used for the BeginsWith condition operator.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.AndOperator">            <summary>            Identifier for the text used for the And logical operator of the FilterCondition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.AndNotOperator">            <summary>            Identifier for the text used for the AndNot logical operator of the FilterCondition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.OrOperator">            <summary>            Identifier for the text used for the Or logical operator of the FilterCondition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.OrNotOperator">            <summary>            Identifier for the text used for the OrNot logical operator of the FilterCondition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.XorOperator">            <summary>            Identifier for the text used for the Xor logical operator of the FilterCondition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.XorNotOperator">            <summary>            Identifier for the text used for the XorNot logical operator of the FilterCondition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.AddCondition">            <summary>            Identifier for the text of the button used to add a new filter condition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.Delete">            <summary>            Identifier for the text used in the Delete command.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.ChooseFieldText">            <summary>            Identifier for the text used in the Choose Fields button.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NegationText">            <summary>            Identifier for the text of the button used to negate the condition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.True">            <summary>            Identifier for the text used as the True value in a boolean field.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.False">            <summary>            Identifier for the text used as the False value in a boolean field.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.ShowFieldsButtonTooltip">            <summary>            Identifier for the tooltip text used in the Choose Fields button.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.NegateTooltip">            <summary>            Identifier for the tooltip text of the negate condition button.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.AssertTooltip">            <summary>            Identifier for the tooltip text of the negate condition button when the button is checked.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.AddConditionTooltip">            <summary>            Identifier for the tooltip text of the button used to add a new filter condition.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.RemoveConditionTooltip">            <summary>            Identifier for the tooltip text of the "Remove Condition" button.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.BuiltInText.CalendarTodayText">            <summary>            Identifier for the text used in the Today button of a drop down Calendar.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.AvailableLogicalOperators">            <summary>            Specifies which logical operators are available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.And">            <summary>            The And logical operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.AndNot">            <summary>            The AndNot logical operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.Or">            <summary>            The Or logical operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.OrNot">            <summary>            The OrNot logical operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.Xor">            <summary>            The Xor logical operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.XorNot">            <summary>            The XorNot logical operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.All">            <summary>            All the logical operators are available in the FilterEditor.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.AvailableConditionOperators">            <summary>            Specifies which condition operators are available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Default">            <summary>            The operators are filtered based on the type of the Filed being filtered.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Equal">            <summary>            The Equal operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotEqual">            <summary>            The NotEqual operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.GreaterThan">            <summary>            The GreaterThan operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.LessThan">            <summary>            The LessThan operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.GreaterThanOrEqualTo">            <summary>            The GreaterThanOrEqualTo operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.LessThanOrEqualTo">            <summary>            The LessThanOrEqualTo operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Between">            <summary>            The Between operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotBetween">            <summary>            The NotBetween operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Contains">            <summary>            The Contains operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotContains">            <summary>            The NotContains operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.BeginsWith">            <summary>            The BeginsWith operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.EndsWith">            <summary>            The EndsWith operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.IsNull">            <summary>            The IsNull operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotIsNull">            <summary>            The NotIsNull operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.IsEmpty">            <summary>            The IsEmpty operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotIsEmpty">            <summary>            The NotIsEmpty operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.AnyOf">            <summary>            The AnyOf operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NoneOf">            <summary>            The NoneOf operator is available in the FilterEditor.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.All">            <summary>            All the operators are available in the FilterEditor.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.TriState">            <summary>            Represents a boolean value for a property that can inherit its value from a base or parent object.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.TriState.Default">            <summary>            Indicates that the value for this property should be inherited from the parent object.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.TriState.False">            <summary>            Specifies that False should be used in a property ignoring settings in the parent object.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.TriState.True">            <summary>            Specifies that True should be used in a property ignoring settings in the parent object.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.BuiltInTextListEditor">            <summary>            Summary description for BuiltInTextListEditor.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.BuiltInTextListEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">            <summary>            Overrides UITypeEditor.EditValue            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.BuiltInTextListEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">            <summary>            Overrides UITypeEditor.GetEditStyle            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs">            <summary>            Provides data for the FetchFieldValues event.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs.HasValueList">            <summary>            Gets or sets a value indicating whether the field shold have a ValueList.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs.FilterCondition">            <summary>            Gets the associated FilterCondition.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs.ValueList">            <summary>            Gets a list of values for the filtered field.            </summary>        </member>        <member name="T:Janus.Windows.FilterEditor.ResourceFile">            <summary>              A strongly-typed resource class, for looking up localized strings, etc.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.ResourceFile.ResourceManager">            <summary>              Returns the cached ResourceManager instance used by this class.            </summary>        </member>        <member name="P:Janus.Windows.FilterEditor.ResourceFile.Culture">            <summary>              Overrides the current thread's CurrentUICulture property for all              resource lookups using this strongly typed resource class.            </summary>        </member>        <member name="F:Janus.Windows.FilterEditor.FilterContainer.components">            <summary>             Required designer variable.            </summary>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterContainer.Dispose(System.Boolean)">            <summary>             Clean up any resources being used.            </summary>            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        </member>        <member name="M:Janus.Windows.FilterEditor.FilterContainer.InitializeComponent">            <summary>             Required method for Designer support - do not modify             the contents of this method with the code editor.            </summary>        </member>    </members></doc>
 |