902507a3b922578990735dfca589bcc7b52fe9c3.svn-base 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Janus.Windows.FilterEditor.v3</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Janus.Windows.FilterEditor.TransparentTableLayoutPanel">
  8. <summary>
  9. A TableLayoutPanel that supports transparent background
  10. </summary>
  11. <summary>
  12. A TableLayoutPanel that supports transparent background
  13. </summary>
  14. </member>
  15. <member name="F:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.components">
  16. <summary>
  17. Required designer variable.
  18. </summary>
  19. </member>
  20. <member name="M:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.Dispose(System.Boolean)">
  21. <summary>
  22. Clean up any resources being used.
  23. </summary>
  24. <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  25. </member>
  26. <member name="M:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.InitializeComponent">
  27. <summary>
  28. Required method for Designer support - do not modify
  29. the contents of this method with the code editor.
  30. </summary>
  31. </member>
  32. <member name="M:Janus.Windows.FilterEditor.TransparentTableLayoutPanel.#ctor">
  33. <summary>
  34. Initialize a new instance of the TransparentTableLayoutPanel
  35. </summary>
  36. </member>
  37. <member name="F:Janus.Windows.FilterEditor.EditControl.components">
  38. <summary>
  39. Required designer variable.
  40. </summary>
  41. </member>
  42. <member name="M:Janus.Windows.FilterEditor.EditControl.Dispose(System.Boolean)">
  43. <summary>
  44. Clean up any resources being used.
  45. </summary>
  46. <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  47. </member>
  48. <member name="M:Janus.Windows.FilterEditor.EditControl.InitializeComponent">
  49. <summary>
  50. Required method for Designer support - do not modify
  51. the contents of this method with the code editor.
  52. </summary>
  53. </member>
  54. <member name="T:Janus.Windows.FilterEditor.FilterEditorDesigner">
  55. <summary>
  56. Extends design-time behavior for the FilterEditor control.
  57. </summary>
  58. </member>
  59. <member name="M:Janus.Windows.FilterEditor.FilterEditorDesigner.#ctor">
  60. <summary>
  61. Initializes a new instance of the FilterEditorDesigner class.
  62. </summary>
  63. </member>
  64. <member name="P:Janus.Windows.FilterEditor.FilterEditorDesigner.Verbs">
  65. <summary>
  66. See ComponentDesigner.Verbs
  67. </summary>
  68. </member>
  69. <member name="T:Janus.Windows.FilterEditor.BuiltInTextList">
  70. <summary>
  71. Encapsulates a collection of texts used by the FilterEditor control.
  72. </summary>
  73. </member>
  74. <member name="M:Janus.Windows.FilterEditor.BuiltInTextList.Reset(Janus.Windows.FilterEditor.BuiltInText)">
  75. <summary>
  76. Resets the given built-in text to its default value
  77. </summary>
  78. <param name="textID">The built-in text to be reset</param>
  79. </member>
  80. <member name="M:Janus.Windows.FilterEditor.BuiltInTextList.Reset">
  81. <summary>
  82. Resets all the built-in texts in the collection their default values.
  83. </summary>
  84. </member>
  85. <member name="P:Janus.Windows.FilterEditor.BuiltInTextList.Item(Janus.Windows.FilterEditor.BuiltInText)">
  86. <summary>
  87. Gets or sets a string value that represents the text for the given built-in text.
  88. </summary>
  89. </member>
  90. <member name="T:Janus.Windows.FilterEditor.FilterEditor">
  91. <summary>
  92. Represents a control used to create FilterConditions that can be applied to a GridEX or TimeLine control
  93. </summary>
  94. </member>
  95. <member name="F:Janus.Windows.FilterEditor.FilterEditor.components">
  96. <summary>
  97. Required designer variable.
  98. </summary>
  99. </member>
  100. <member name="M:Janus.Windows.FilterEditor.FilterEditor.Dispose(System.Boolean)">
  101. <summary>
  102. Clean up any resources being used.
  103. </summary>
  104. <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  105. </member>
  106. <member name="M:Janus.Windows.FilterEditor.FilterEditor.InitializeComponent">
  107. <summary>
  108. Required method for Designer support - do not modify
  109. the contents of this method with the code editor.
  110. </summary>
  111. </member>
  112. <member name="M:Janus.Windows.FilterEditor.FilterEditor.#ctor">
  113. <summary>
  114. Initialize a new instance of the FilterEditor class.
  115. </summary>
  116. </member>
  117. <member name="M:Janus.Windows.FilterEditor.FilterEditor.ShouldSerializeBuiltInTextsData">
  118. <summary>
  119. Indicates whether the BuiltInTextsData property should be persisted.
  120. </summary>
  121. <returns>true if the property value has changed from its default; otherwise, false.</returns>
  122. </member>
  123. <member name="M:Janus.Windows.FilterEditor.FilterEditor.ResetBuiltInTextsData">
  124. <summary>
  125. Resets the BuiltInTextsData property to its default value.
  126. </summary>
  127. </member>
  128. <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnFontChanged(System.EventArgs)">
  129. <summary>
  130. Overrides Control.OnFontChanged
  131. </summary>
  132. </member>
  133. <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnRightToLeftChanged(System.EventArgs)">
  134. <summary>
  135. Overrides Control.OnRightToLeftChanged
  136. </summary>
  137. </member>
  138. <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
  139. <summary>
  140. Overrides Control.OnMouseUp
  141. </summary>
  142. </member>
  143. <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnSystemColorsChanged(System.EventArgs)">
  144. <summary>
  145. Overrides Control.OnSystemColorsChanged
  146. </summary>
  147. </member>
  148. <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnFetchFieldValues(Janus.Windows.FilterEditor.FetchFieldValuesEventArgs)">
  149. <summary>
  150. Raises the FetchFieldValues event.
  151. </summary>
  152. <param name="e">A System.EventArgs that contains the event data.</param>
  153. </member>
  154. <member name="M:Janus.Windows.FilterEditor.FilterEditor.OnFilterConditionChanged(System.EventArgs)">
  155. <summary>
  156. Raises the FilterConditionChanged event.
  157. </summary>
  158. <param name="e">A System.EventArgs that contains the event data.</param>
  159. </member>
  160. <member name="M:Janus.Windows.FilterEditor.FilterEditor.ApplyFilter">
  161. <summary>
  162. Applies the FilterCondition in the FilterEditor to the SourceControl.
  163. </summary>
  164. </member>
  165. <member name="P:Janus.Windows.FilterEditor.FilterEditor.ChildControl">
  166. <summary>
  167. Overrides UIPager.ChildControl
  168. </summary>
  169. </member>
  170. <member name="P:Janus.Windows.FilterEditor.FilterEditor.AutoApply">
  171. <summary>
  172. Gets or sets a value specifying whether the FilterCondition will be automaically applied to the SourceControl when it changes
  173. </summary>
  174. </member>
  175. <member name="P:Janus.Windows.FilterEditor.FilterEditor.MinSize">
  176. <summary>
  177. Gets or sets the minimum size that the control should have before displaying the scrollbar.
  178. </summary>
  179. </member>
  180. <member name="P:Janus.Windows.FilterEditor.FilterEditor.SortFieldList">
  181. <summary>
  182. Gets or sets a value specifying whether the field list should be alphabetically sorted.
  183. </summary>
  184. </member>
  185. <member name="P:Janus.Windows.FilterEditor.FilterEditor.AutomaticHeightResize">
  186. <summary>
  187. Gets or sets a value specifying whether the height of the control automatically adjusts when the FilterCondition assigned to the control is changed.
  188. </summary>
  189. </member>
  190. <member name="P:Janus.Windows.FilterEditor.FilterEditor.VisualStyle">
  191. <summary>
  192. Gets or sets a value specifying the appearance for the control.
  193. </summary>
  194. </member>
  195. <member name="P:Janus.Windows.FilterEditor.FilterEditor.Office2007ColorScheme">
  196. <summary>
  197. Gets or sets a value specifying the color scheme to be used when Office2007 VisualStyle is used in the control.
  198. </summary>
  199. </member>
  200. <member name="P:Janus.Windows.FilterEditor.FilterEditor.Office2007CustomColor">
  201. <summary>
  202. Gets or set a value specifying the base color used to paint the control when the Office2007ColorScheme property is set to Custom.
  203. </summary>
  204. </member>
  205. <member name="P:Janus.Windows.FilterEditor.FilterEditor.UseThemes">
  206. <summary>
  207. Gets or sets a value specifying whether the control will be drawn using Windows XP Visual Styles.
  208. </summary>
  209. </member>
  210. <member name="P:Janus.Windows.FilterEditor.FilterEditor.VisualStyleManager">
  211. <summary>
  212. Gets or sets the VisualStyleManager that defines the appearance of the control.
  213. </summary>
  214. </member>
  215. <member name="P:Janus.Windows.FilterEditor.FilterEditor.FilterConditionOperators">
  216. <summary>
  217. </summary>
  218. </member>
  219. <member name="P:Janus.Windows.FilterEditor.FilterEditor.SourceControl">
  220. <summary>
  221. 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.
  222. </summary>
  223. </member>
  224. <member name="P:Janus.Windows.FilterEditor.FilterEditor.ShowChildTables">
  225. <summary>
  226. Gets or sets a value specifying whether the user can choose a field from a child table to filter the SourceControl
  227. </summary>
  228. </member>
  229. <member name="P:Janus.Windows.FilterEditor.FilterEditor.Table">
  230. <summary>
  231. Gets or sets the Table of the GridEX control that is going to be filtered
  232. </summary>
  233. </member>
  234. <member name="P:Janus.Windows.FilterEditor.FilterEditor.FilterCondition">
  235. <summary>
  236. Gets or sets the filter condition that should be applied to the SourceControl.
  237. </summary>
  238. </member>
  239. <member name="P:Janus.Windows.FilterEditor.FilterEditor.BuiltInTextList">
  240. <summary>
  241. Returns a collection of strings that allows you to customize any of the texts used by built-in elements of the FilterEditor
  242. </summary>
  243. </member>
  244. <member name="P:Janus.Windows.FilterEditor.FilterEditor.BuiltInTextsData">
  245. <summary>
  246. Gets or sets an XML string that preserves the information in the BuiltInTexts property.
  247. </summary>
  248. </member>
  249. <member name="P:Janus.Windows.FilterEditor.FilterEditor.AvailableLogicalOperators">
  250. <summary>
  251. Gets or sets a value indicating which logical operators are available in the FilterEditor.
  252. </summary>
  253. </member>
  254. <member name="P:Janus.Windows.FilterEditor.FilterEditor.AvailableConditionOperators">
  255. <summary>
  256. Gets or sets a value indicating which condition operators are available in the FilterEditor.
  257. </summary>
  258. </member>
  259. <member name="P:Janus.Windows.FilterEditor.FilterEditor.DefaultConditionOperator">
  260. <summary>
  261. Gets or sets a value specifying the default condition operator for a new FilterCondition .
  262. </summary>
  263. </member>
  264. <member name="P:Janus.Windows.FilterEditor.FilterEditor.AllowNegateRootCondition">
  265. <summary>
  266. Gets or sets a value indicating whether a button will be pressent in the FilterEditor to indicate that the whole condition should be negated.
  267. </summary>
  268. </member>
  269. <member name="P:Janus.Windows.FilterEditor.FilterEditor.EditControlWidth">
  270. <summary>
  271. Gets or sets a value specifying the width of the control used to edit the value of the FilterCondition.
  272. </summary>
  273. </member>
  274. <member name="P:Janus.Windows.FilterEditor.FilterEditor.AllowFilterByFieldValue">
  275. <summary>
  276. Gets or sets a value specifying whether the user can choose another field to compare the value in the FilterCondition
  277. </summary>
  278. </member>
  279. <member name="E:Janus.Windows.FilterEditor.FilterEditor.FetchFieldValues">
  280. <summary>
  281. Event fired when a new field was selected for the FilterCondition. Use this event to populate a ValueList with a list of possible values.
  282. </summary>
  283. </member>
  284. <member name="E:Janus.Windows.FilterEditor.FilterEditor.FilterConditionChanged">
  285. <summary>
  286. Occurs when the FilterCondition property of the FilterEditor is changed.
  287. </summary>
  288. </member>
  289. <member name="T:Janus.Windows.FilterEditor.FilterEditor.FetchFieldValuesEventHandler">
  290. <summary>
  291. Represents the method that will handle the FetchFieldValues event of the FilterEditor.
  292. </summary>
  293. </member>
  294. <member name="T:Janus.Windows.FilterEditor.BuiltInTextEditor">
  295. <summary>
  296. Editor used to edit the BuiltInText list of the FilterEditor at design time
  297. </summary>
  298. <summary>
  299. Editor used to edit the BuiltInText list of the FilterEditor at design time
  300. </summary>
  301. </member>
  302. <member name="M:Janus.Windows.FilterEditor.BuiltInTextEditor.#ctor(Janus.Windows.FilterEditor.BuiltInTextList)">
  303. <summary>
  304. Initialize a new instance of the BuiltInTextEditor.
  305. </summary>
  306. </member>
  307. <member name="F:Janus.Windows.FilterEditor.BuiltInTextEditor.components">
  308. <summary>
  309. Required designer variable.
  310. </summary>
  311. </member>
  312. <member name="M:Janus.Windows.FilterEditor.BuiltInTextEditor.Dispose(System.Boolean)">
  313. <summary>
  314. Clean up any resources being used.
  315. </summary>
  316. <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  317. </member>
  318. <member name="M:Janus.Windows.FilterEditor.BuiltInTextEditor.InitializeComponent">
  319. <summary>
  320. Required method for Designer support - do not modify
  321. the contents of this method with the code editor.
  322. </summary>
  323. </member>
  324. <member name="T:Janus.Windows.FilterEditor.ResourceFile2">
  325. <summary>
  326. A strongly-typed resource class, for looking up localized strings, etc.
  327. </summary>
  328. </member>
  329. <member name="P:Janus.Windows.FilterEditor.ResourceFile2.ResourceManager">
  330. <summary>
  331. Returns the cached ResourceManager instance used by this class.
  332. </summary>
  333. </member>
  334. <member name="P:Janus.Windows.FilterEditor.ResourceFile2.Culture">
  335. <summary>
  336. Overrides the current thread's CurrentUICulture property for all
  337. resource lookups using this strongly typed resource class.
  338. </summary>
  339. </member>
  340. <member name="T:Janus.Windows.FilterEditor.BuiltInText">
  341. <summary>
  342. Represent the index of a text in a FilterEditor control.
  343. </summary>
  344. </member>
  345. <member name="F:Janus.Windows.FilterEditor.BuiltInText.EmptyConditionText">
  346. <summary>
  347. Identifier for the text used when no FilterCondition is applied to the FilterEditor.
  348. </summary>
  349. </member>
  350. <member name="F:Janus.Windows.FilterEditor.BuiltInText.BeginsWith">
  351. <summary>
  352. Identifier for the text used for the BeginsWith condition operator.
  353. </summary>
  354. </member>
  355. <member name="F:Janus.Windows.FilterEditor.BuiltInText.Between">
  356. <summary>
  357. Identifier for the text used for the Between condition operator.
  358. </summary>
  359. </member>
  360. <member name="F:Janus.Windows.FilterEditor.BuiltInText.Contains">
  361. <summary>
  362. Identifier for the text used for the Contains condition operator.
  363. </summary>
  364. </member>
  365. <member name="F:Janus.Windows.FilterEditor.BuiltInText.EndsWith">
  366. <summary>
  367. Identifier for the text used for the EndsWidth condition operator.
  368. </summary>
  369. </member>
  370. <member name="F:Janus.Windows.FilterEditor.BuiltInText.Equal">
  371. <summary>
  372. Identifier for the text used for the Equal condition operator.
  373. </summary>
  374. </member>
  375. <member name="F:Janus.Windows.FilterEditor.BuiltInText.GreaterThan">
  376. <summary>
  377. Identifier for the text used for the GreaterThan condition operator.
  378. </summary>
  379. </member>
  380. <member name="F:Janus.Windows.FilterEditor.BuiltInText.GreaterThanOrEqualTo">
  381. <summary>
  382. Identifier for the text used for the GreaterThanOrEqualTo condition operator.
  383. </summary>
  384. </member>
  385. <member name="F:Janus.Windows.FilterEditor.BuiltInText.In">
  386. <summary>
  387. Identifier for the text used for the In condition operator.
  388. </summary>
  389. </member>
  390. <member name="F:Janus.Windows.FilterEditor.BuiltInText.IsEmpty">
  391. <summary>
  392. Identifier for the text used for the IsEmpty condition operator.
  393. </summary>
  394. </member>
  395. <member name="F:Janus.Windows.FilterEditor.BuiltInText.IsNull">
  396. <summary>
  397. Identifier for the text used for the IsNull condition operator.
  398. </summary>
  399. </member>
  400. <member name="F:Janus.Windows.FilterEditor.BuiltInText.LessThan">
  401. <summary>
  402. Identifier for the text used for the LessThan condition operator.
  403. </summary>
  404. </member>
  405. <member name="F:Janus.Windows.FilterEditor.BuiltInText.LessThanOrEqualTo">
  406. <summary>
  407. Identifier for the text used for the LessThanOrEqualTo condition operator.
  408. </summary>
  409. </member>
  410. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotBetween">
  411. <summary>
  412. Identifier for the text used for the NotBetween condition operator.
  413. </summary>
  414. </member>
  415. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotContains">
  416. <summary>
  417. Identifier for the text used for the NotContains condition operator.
  418. </summary>
  419. </member>
  420. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotEqual">
  421. <summary>
  422. Identifier for the text used for the NotEqual condition operator.
  423. </summary>
  424. </member>
  425. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotIn">
  426. <summary>
  427. Identifier for the text used for the NotIn condition operator.
  428. </summary>
  429. </member>
  430. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotIsEmpty">
  431. <summary>
  432. Identifier for the text used for the NotIsEmpty condition operator.
  433. </summary>
  434. </member>
  435. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NotIsNull">
  436. <summary>
  437. Identifier for the text used for the BeginsWith condition operator.
  438. </summary>
  439. </member>
  440. <member name="F:Janus.Windows.FilterEditor.BuiltInText.AndOperator">
  441. <summary>
  442. Identifier for the text used for the And logical operator of the FilterCondition.
  443. </summary>
  444. </member>
  445. <member name="F:Janus.Windows.FilterEditor.BuiltInText.AndNotOperator">
  446. <summary>
  447. Identifier for the text used for the AndNot logical operator of the FilterCondition.
  448. </summary>
  449. </member>
  450. <member name="F:Janus.Windows.FilterEditor.BuiltInText.OrOperator">
  451. <summary>
  452. Identifier for the text used for the Or logical operator of the FilterCondition.
  453. </summary>
  454. </member>
  455. <member name="F:Janus.Windows.FilterEditor.BuiltInText.OrNotOperator">
  456. <summary>
  457. Identifier for the text used for the OrNot logical operator of the FilterCondition.
  458. </summary>
  459. </member>
  460. <member name="F:Janus.Windows.FilterEditor.BuiltInText.XorOperator">
  461. <summary>
  462. Identifier for the text used for the Xor logical operator of the FilterCondition.
  463. </summary>
  464. </member>
  465. <member name="F:Janus.Windows.FilterEditor.BuiltInText.XorNotOperator">
  466. <summary>
  467. Identifier for the text used for the XorNot logical operator of the FilterCondition.
  468. </summary>
  469. </member>
  470. <member name="F:Janus.Windows.FilterEditor.BuiltInText.AddCondition">
  471. <summary>
  472. Identifier for the text of the button used to add a new filter condition.
  473. </summary>
  474. </member>
  475. <member name="F:Janus.Windows.FilterEditor.BuiltInText.Delete">
  476. <summary>
  477. Identifier for the text used in the Delete command.
  478. </summary>
  479. </member>
  480. <member name="F:Janus.Windows.FilterEditor.BuiltInText.ChooseFieldText">
  481. <summary>
  482. Identifier for the text used in the Choose Fields button.
  483. </summary>
  484. </member>
  485. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NegationText">
  486. <summary>
  487. Identifier for the text of the button used to negate the condition.
  488. </summary>
  489. </member>
  490. <member name="F:Janus.Windows.FilterEditor.BuiltInText.True">
  491. <summary>
  492. Identifier for the text used as the True value in a boolean field.
  493. </summary>
  494. </member>
  495. <member name="F:Janus.Windows.FilterEditor.BuiltInText.False">
  496. <summary>
  497. Identifier for the text used as the False value in a boolean field.
  498. </summary>
  499. </member>
  500. <member name="F:Janus.Windows.FilterEditor.BuiltInText.ShowFieldsButtonTooltip">
  501. <summary>
  502. Identifier for the tooltip text used in the Choose Fields button.
  503. </summary>
  504. </member>
  505. <member name="F:Janus.Windows.FilterEditor.BuiltInText.NegateTooltip">
  506. <summary>
  507. Identifier for the tooltip text of the negate condition button.
  508. </summary>
  509. </member>
  510. <member name="F:Janus.Windows.FilterEditor.BuiltInText.AssertTooltip">
  511. <summary>
  512. Identifier for the tooltip text of the negate condition button when the button is checked.
  513. </summary>
  514. </member>
  515. <member name="F:Janus.Windows.FilterEditor.BuiltInText.AddConditionTooltip">
  516. <summary>
  517. Identifier for the tooltip text of the button used to add a new filter condition.
  518. </summary>
  519. </member>
  520. <member name="F:Janus.Windows.FilterEditor.BuiltInText.RemoveConditionTooltip">
  521. <summary>
  522. Identifier for the tooltip text of the "Remove Condition" button.
  523. </summary>
  524. </member>
  525. <member name="F:Janus.Windows.FilterEditor.BuiltInText.CalendarTodayText">
  526. <summary>
  527. Identifier for the text used in the Today button of a drop down Calendar.
  528. </summary>
  529. </member>
  530. <member name="T:Janus.Windows.FilterEditor.AvailableLogicalOperators">
  531. <summary>
  532. Specifies which logical operators are available in the FilterEditor.
  533. </summary>
  534. </member>
  535. <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.And">
  536. <summary>
  537. The And logical operator is available in the FilterEditor.
  538. </summary>
  539. </member>
  540. <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.AndNot">
  541. <summary>
  542. The AndNot logical operator is available in the FilterEditor.
  543. </summary>
  544. </member>
  545. <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.Or">
  546. <summary>
  547. The Or logical operator is available in the FilterEditor.
  548. </summary>
  549. </member>
  550. <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.OrNot">
  551. <summary>
  552. The OrNot logical operator is available in the FilterEditor.
  553. </summary>
  554. </member>
  555. <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.Xor">
  556. <summary>
  557. The Xor logical operator is available in the FilterEditor.
  558. </summary>
  559. </member>
  560. <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.XorNot">
  561. <summary>
  562. The XorNot logical operator is available in the FilterEditor.
  563. </summary>
  564. </member>
  565. <member name="F:Janus.Windows.FilterEditor.AvailableLogicalOperators.All">
  566. <summary>
  567. All the logical operators are available in the FilterEditor.
  568. </summary>
  569. </member>
  570. <member name="T:Janus.Windows.FilterEditor.AvailableConditionOperators">
  571. <summary>
  572. Specifies which condition operators are available in the FilterEditor.
  573. </summary>
  574. </member>
  575. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Default">
  576. <summary>
  577. The operators are filtered based on the type of the Filed being filtered.
  578. </summary>
  579. </member>
  580. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Equal">
  581. <summary>
  582. The Equal operator is available in the FilterEditor.
  583. </summary>
  584. </member>
  585. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotEqual">
  586. <summary>
  587. The NotEqual operator is available in the FilterEditor.
  588. </summary>
  589. </member>
  590. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.GreaterThan">
  591. <summary>
  592. The GreaterThan operator is available in the FilterEditor.
  593. </summary>
  594. </member>
  595. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.LessThan">
  596. <summary>
  597. The LessThan operator is available in the FilterEditor.
  598. </summary>
  599. </member>
  600. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.GreaterThanOrEqualTo">
  601. <summary>
  602. The GreaterThanOrEqualTo operator is available in the FilterEditor.
  603. </summary>
  604. </member>
  605. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.LessThanOrEqualTo">
  606. <summary>
  607. The LessThanOrEqualTo operator is available in the FilterEditor.
  608. </summary>
  609. </member>
  610. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Between">
  611. <summary>
  612. The Between operator is available in the FilterEditor.
  613. </summary>
  614. </member>
  615. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotBetween">
  616. <summary>
  617. The NotBetween operator is available in the FilterEditor.
  618. </summary>
  619. </member>
  620. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.Contains">
  621. <summary>
  622. The Contains operator is available in the FilterEditor.
  623. </summary>
  624. </member>
  625. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotContains">
  626. <summary>
  627. The NotContains operator is available in the FilterEditor.
  628. </summary>
  629. </member>
  630. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.BeginsWith">
  631. <summary>
  632. The BeginsWith operator is available in the FilterEditor.
  633. </summary>
  634. </member>
  635. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.EndsWith">
  636. <summary>
  637. The EndsWith operator is available in the FilterEditor.
  638. </summary>
  639. </member>
  640. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.IsNull">
  641. <summary>
  642. The IsNull operator is available in the FilterEditor.
  643. </summary>
  644. </member>
  645. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotIsNull">
  646. <summary>
  647. The NotIsNull operator is available in the FilterEditor.
  648. </summary>
  649. </member>
  650. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.IsEmpty">
  651. <summary>
  652. The IsEmpty operator is available in the FilterEditor.
  653. </summary>
  654. </member>
  655. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NotIsEmpty">
  656. <summary>
  657. The NotIsEmpty operator is available in the FilterEditor.
  658. </summary>
  659. </member>
  660. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.AnyOf">
  661. <summary>
  662. The AnyOf operator is available in the FilterEditor.
  663. </summary>
  664. </member>
  665. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.NoneOf">
  666. <summary>
  667. The NoneOf operator is available in the FilterEditor.
  668. </summary>
  669. </member>
  670. <member name="F:Janus.Windows.FilterEditor.AvailableConditionOperators.All">
  671. <summary>
  672. All the operators are available in the FilterEditor.
  673. </summary>
  674. </member>
  675. <member name="T:Janus.Windows.FilterEditor.TriState">
  676. <summary>
  677. Represents a boolean value for a property that can inherit its value from a base or parent object.
  678. </summary>
  679. </member>
  680. <member name="F:Janus.Windows.FilterEditor.TriState.Default">
  681. <summary>
  682. Indicates that the value for this property should be inherited from the parent object.
  683. </summary>
  684. </member>
  685. <member name="F:Janus.Windows.FilterEditor.TriState.False">
  686. <summary>
  687. Specifies that False should be used in a property ignoring settings in the parent object.
  688. </summary>
  689. </member>
  690. <member name="F:Janus.Windows.FilterEditor.TriState.True">
  691. <summary>
  692. Specifies that True should be used in a property ignoring settings in the parent object.
  693. </summary>
  694. </member>
  695. <member name="T:Janus.Windows.FilterEditor.BuiltInTextListEditor">
  696. <summary>
  697. Summary description for BuiltInTextListEditor.
  698. </summary>
  699. </member>
  700. <member name="M:Janus.Windows.FilterEditor.BuiltInTextListEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
  701. <summary>
  702. Overrides UITypeEditor.EditValue
  703. </summary>
  704. </member>
  705. <member name="M:Janus.Windows.FilterEditor.BuiltInTextListEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
  706. <summary>
  707. Overrides UITypeEditor.GetEditStyle
  708. </summary>
  709. </member>
  710. <member name="T:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs">
  711. <summary>
  712. Provides data for the FetchFieldValues event.
  713. </summary>
  714. </member>
  715. <member name="P:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs.HasValueList">
  716. <summary>
  717. Gets or sets a value indicating whether the field shold have a ValueList.
  718. </summary>
  719. </member>
  720. <member name="P:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs.FilterCondition">
  721. <summary>
  722. Gets the associated FilterCondition.
  723. </summary>
  724. </member>
  725. <member name="P:Janus.Windows.FilterEditor.FetchFieldValuesEventArgs.ValueList">
  726. <summary>
  727. Gets a list of values for the filtered field.
  728. </summary>
  729. </member>
  730. <member name="T:Janus.Windows.FilterEditor.ResourceFile">
  731. <summary>
  732. A strongly-typed resource class, for looking up localized strings, etc.
  733. </summary>
  734. </member>
  735. <member name="P:Janus.Windows.FilterEditor.ResourceFile.ResourceManager">
  736. <summary>
  737. Returns the cached ResourceManager instance used by this class.
  738. </summary>
  739. </member>
  740. <member name="P:Janus.Windows.FilterEditor.ResourceFile.Culture">
  741. <summary>
  742. Overrides the current thread's CurrentUICulture property for all
  743. resource lookups using this strongly typed resource class.
  744. </summary>
  745. </member>
  746. <member name="F:Janus.Windows.FilterEditor.FilterContainer.components">
  747. <summary>
  748. Required designer variable.
  749. </summary>
  750. </member>
  751. <member name="M:Janus.Windows.FilterEditor.FilterContainer.Dispose(System.Boolean)">
  752. <summary>
  753. Clean up any resources being used.
  754. </summary>
  755. <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  756. </member>
  757. <member name="M:Janus.Windows.FilterEditor.FilterContainer.InitializeComponent">
  758. <summary>
  759. Required method for Designer support - do not modify
  760. the contents of this method with the code editor.
  761. </summary>
  762. </member>
  763. </members>
  764. </doc>