DevExpress.DataAccess.v24.1.UI.xml 287 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>DevExpress.DataAccess.v24.1.UI</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.DataAccess.UI">
  8. <summary>
  9. <para>Provides controls that allow you to work with data sets.</para>
  10. </summary>
  11. </member>
  12. <member name="N:DevExpress.DataAccess.UI.Design">
  13. <summary>
  14. <para>Contains classes that define the UI settings of applications providing Data Access functionality.</para>
  15. </summary>
  16. </member>
  17. <member name="T:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer">
  18. <summary>
  19. <para>Provides settings that define the data source options of an end-user application.</para>
  20. </summary>
  21. </member>
  22. <member name="M:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer.#ctor">
  23. <summary>
  24. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer"/> class with the default settings.</para>
  25. </summary>
  26. </member>
  27. <member name="P:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer.ObjectDataSourceLoadingBehavior">
  28. <summary>
  29. <para>Specifies whether to trust the object data sources available in the end-user application.</para>
  30. </summary>
  31. <value>A <see cref="T:DevExpress.DataAccess.DocumentLoadingBehavior"/> enumeration value.</value>
  32. </member>
  33. <member name="M:DevExpress.DataAccess.UI.Design.DataSourceOptionsContainer.Reset">
  34. <summary>
  35. <para>Restore the default data source settings.</para>
  36. </summary>
  37. </member>
  38. <member name="N:DevExpress.DataAccess.UI.EntityFramework">
  39. <summary>
  40. <para>Provides an application programming interface (API) to access the graphical user interface (GUI) related to configuring an Entity Framework data source connection.</para>
  41. </summary>
  42. </member>
  43. <member name="T:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext">
  44. <summary>
  45. <para>Provides settings required to edit filter settings of an Entity Framework data source.</para>
  46. </summary>
  47. </member>
  48. <member name="M:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext.#ctor">
  49. <summary>
  50. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext"/> class with the default settings.</para>
  51. </summary>
  52. </member>
  53. <member name="P:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext.ConnectionStorageService">
  54. <summary>
  55. <para>Specifies an object that provides a service functionality to store the data connection settings.</para>
  56. </summary>
  57. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</value>
  58. </member>
  59. <member name="P:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext.ConnectionStringsProvider">
  60. <summary>
  61. <para>Specifies a storage of data connection settings.</para>
  62. </summary>
  63. <value>An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</value>
  64. </member>
  65. <member name="P:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext.Options">
  66. <summary>
  67. <para>Specifies the options to customize the Entity Framework <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see>.</para>
  68. </summary>
  69. <value>One or more <see cref="T:DevExpress.DataAccess.Wizard.EFWizardOptions"/> enumeration values.</value>
  70. </member>
  71. <member name="P:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext.ParameterService">
  72. <summary>
  73. <para>Provides access to the service for managing report parameters.</para>
  74. </summary>
  75. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  76. </member>
  77. <member name="P:DevExpress.DataAccess.UI.EntityFramework.EditFiltersContext.SolutionTypesProvider">
  78. <summary>
  79. <para>Specifies the object that provides access to the known types in the current solution.</para>
  80. </summary>
  81. <value>An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</value>
  82. </member>
  83. <member name="N:DevExpress.DataAccess.UI.Excel">
  84. <summary>
  85. <para>Provides an application programming interface (API) to access the graphical user interface (GUI) related to configuring an Excel data source connection.</para>
  86. </summary>
  87. </member>
  88. <member name="T:DevExpress.DataAccess.UI.Excel.EditDataSourceContext">
  89. <summary>
  90. <para>Provides settings required to edit an Excel data source connection.</para>
  91. </summary>
  92. </member>
  93. <member name="M:DevExpress.DataAccess.UI.Excel.EditDataSourceContext.#ctor">
  94. <summary>
  95. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Excel.EditDataSourceContext"/> class with the default settings.</para>
  96. </summary>
  97. </member>
  98. <member name="P:DevExpress.DataAccess.UI.Excel.EditDataSourceContext.DataDirectoryPatchingService">
  99. <summary>
  100. <para>Patches a path to an Excel file.</para>
  101. </summary>
  102. <value>An object implementing the <see cref="T:DevExpress.Data.Utils.IDataDirectoryPatchingService"/> interface.</value>
  103. </member>
  104. <member name="P:DevExpress.DataAccess.UI.Excel.EditDataSourceContext.ExcelSchemaProvider">
  105. <summary>
  106. <para>Specifies a provider of an Excel data source schema.</para>
  107. </summary>
  108. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</value>
  109. </member>
  110. <member name="T:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper">
  111. <summary>
  112. <para>Provides functionality to configure the connection to an <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> in code.</para>
  113. </summary>
  114. </member>
  115. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.Excel.ExcelDataSource,DevExpress.DataAccess.UI.Excel.EditDataSourceContext)">
  116. <summary>
  117. <para>Invokes the Excel Data Source Editor with the specified settings.</para>
  118. </summary>
  119. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  120. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Excel.EditDataSourceContext"/> object.</param>
  121. <returns>true, if the wizard was closed by clicking the Finish button; otherwise, false.</returns>
  122. </member>
  123. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.Excel.ExcelDataSource,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Excel.IExcelSchemaProvider)">
  124. <summary>
  125. <para>Invokes the Excel Data Source Editor with the specified settings.</para>
  126. </summary>
  127. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  128. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface, specifying the wizard settings.</param>
  129. <param name="excelSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</param>
  130. <returns>true, if the wizard was closed by clicking the Finish button; otherwise, false.</returns>
  131. </member>
  132. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.Excel.ExcelDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Excel.IExcelSchemaProvider)">
  133. <summary>
  134. <para>Invokes the Excel Data Source Editor with the specified settings.</para>
  135. </summary>
  136. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  137. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  138. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  139. <param name="excelSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</param>
  140. <returns>true, if the wizard was closed by clicking the Finish button; otherwise, false.</returns>
  141. </member>
  142. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.Excel.ExcelDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  143. <summary>
  144. <para>Invokes the Excel Data Source Editor with the specified settings.</para>
  145. </summary>
  146. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  147. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  148. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  149. <returns>true, if the wizard was closed by clicking the Finish button; otherwise, false.</returns>
  150. </member>
  151. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.Excel.ExcelDataSource,DevExpress.LookAndFeel.UserLookAndFeel)">
  152. <summary>
  153. <para>Invokes the Excel Data Source Editor with the specified settings.</para>
  154. </summary>
  155. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  156. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  157. <returns>true, if the wizard was closed by clicking the Finish button; otherwise, false.</returns>
  158. </member>
  159. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.Excel.ExcelDataSource)">
  160. <summary>
  161. <para>Invokes the Excel Data Source Editor with the specified settings.</para>
  162. </summary>
  163. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  164. <returns>true, if the wizard was closed by clicking the Finish button; otherwise, false.</returns>
  165. </member>
  166. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.EditDataSource``1(DevExpress.DataAccess.Excel.ExcelDataSource,DevExpress.DataAccess.UI.Excel.EditDataSourceContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  167. <summary>
  168. <para>Invokes the Excel Data Source Editor with the specified settings.</para>
  169. </summary>
  170. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  171. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Excel.EditDataSourceContext"/> object.</param>
  172. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  173. <returns>true, if the wizard was closed by clicking the Finish button; otherwise, false.</returns>
  174. </member>
  175. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.UpdateSchema(DevExpress.DataAccess.Excel.ExcelDataSource,DevExpress.DataAccess.UI.Excel.UpdateSchemaContext)">
  176. <summary>
  177. <para>Updates the data source schema available on the client in accordance with the current data source structure.</para>
  178. </summary>
  179. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  180. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Excel.UpdateSchemaContext"/> object.</param>
  181. <returns>true, if the data source schema has been rebuilt; otherwise, false.</returns>
  182. </member>
  183. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.UpdateSchema(DevExpress.DataAccess.Excel.ExcelDataSource,System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.DataAccess.Excel.IExcelSchemaProvider)">
  184. <summary>
  185. <para>Updates the data source schema available on the client in accordance with the current data source structure.</para>
  186. </summary>
  187. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  188. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  189. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  190. <param name="schemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</param>
  191. <returns>true, if the data source schema has been rebuilt; otherwise, false.</returns>
  192. </member>
  193. <member name="M:DevExpress.DataAccess.UI.Excel.ExcelDataSourceUIHelper.UpdateSchema(DevExpress.DataAccess.Excel.ExcelDataSource)">
  194. <summary>
  195. <para>Updates the data source schema available on the client in accordance with the current data source structure.</para>
  196. </summary>
  197. <param name="dataSource">An <see cref="T:DevExpress.DataAccess.Excel.ExcelDataSource"/> object.</param>
  198. <returns>true, if the data source schema has been rebuilt; otherwise, false.</returns>
  199. </member>
  200. <member name="T:DevExpress.DataAccess.UI.Excel.UpdateSchemaContext">
  201. <summary>
  202. <para>Provides settings required to update an Excel data source schema.</para>
  203. </summary>
  204. </member>
  205. <member name="M:DevExpress.DataAccess.UI.Excel.UpdateSchemaContext.#ctor">
  206. <summary>
  207. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Excel.UpdateSchemaContext"/> class with the default settings.</para>
  208. </summary>
  209. </member>
  210. <member name="P:DevExpress.DataAccess.UI.Excel.UpdateSchemaContext.DataDirectoryPatchingService">
  211. <summary>
  212. <para>Patches a path to an Excel file.</para>
  213. </summary>
  214. <value>An object implementing the <see cref="T:DevExpress.Data.Utils.IDataDirectoryPatchingService"/> interface.</value>
  215. </member>
  216. <member name="P:DevExpress.DataAccess.UI.Excel.UpdateSchemaContext.ExcelSchemaProvider">
  217. <summary>
  218. <para>Specifies a provider of an Excel data source schema.</para>
  219. </summary>
  220. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</value>
  221. </member>
  222. <member name="T:DevExpress.DataAccess.UI.FilterEditorControl">
  223. <summary>
  224. <para>Allows users to build filter criteria and apply them to controls and data sources. Supports visual and text criteria edit modes.</para>
  225. </summary>
  226. </member>
  227. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.#ctor">
  228. <summary>
  229. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> class with the default settings.</para>
  230. </summary>
  231. </member>
  232. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.#ctor(System.Func{DevExpress.XtraEditors.FilterControl})">
  233. <summary>
  234. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> class.</para>
  235. </summary>
  236. <param name="getFilterControl">A method that returns the <see cref="T:DevExpress.XtraEditors.FilterControl"/> object that should be embedded in this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> object.</param>
  237. </member>
  238. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ActiveEditor">
  239. <summary>
  240. <para>Returns the editor an end-user currently uses to edit operand value(s).</para>
  241. </summary>
  242. <value>A BaseEdit class descendant that is the currently used editor.</value>
  243. </member>
  244. <member name="E:DevExpress.DataAccess.UI.FilterEditorControl.ActiveEditorValidating">
  245. <summary>
  246. <para>Occurs when a currently active editor from the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s “Visual” panel raises the Control.Validating event.</para>
  247. </summary>
  248. </member>
  249. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ActiveView">
  250. <summary>
  251. <para>Gets or sets the control’s active View.</para>
  252. </summary>
  253. <value>A DevExpress.XtraFilterEditor.FilterEditorActiveView enumeration value that specifies the control’s active View.</value>
  254. </member>
  255. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.AllowAggregateEditing">
  256. <summary>
  257. <para>Gets or sets whether filters can be created against properties that are List objects.</para>
  258. </summary>
  259. <value>A <see cref="T:DevExpress.XtraEditors.FilterControlAllowAggregateEditing"/> enumeration value that specifies whether or not filters can be created against properties that are List objects.</value>
  260. </member>
  261. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.AppearanceEmptyValueColor">
  262. <summary>
  263. <para>Gets or sets a color of a null prompt text that substitutes empty values in the control’s “Visual” panel.</para>
  264. </summary>
  265. <value>A Color applied to empty value text blocks.</value>
  266. </member>
  267. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.AppearanceFieldNameColor">
  268. <summary>
  269. <para>Gets or sets the color applied to field names in the control’s “Visual” panel.</para>
  270. </summary>
  271. <value>A Color applied to field names.</value>
  272. </member>
  273. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.AppearanceGroupOperatorColor">
  274. <summary>
  275. <para>Gets or sets the color applied to group operators in the control’s “Visual” panel.</para>
  276. </summary>
  277. <value>A Color applied to group operators.</value>
  278. </member>
  279. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.AppearanceOperatorColor">
  280. <summary>
  281. <para>Gets or sets the color applied to operators in the control’s “Visual” panel.</para>
  282. </summary>
  283. <value>A Color applied to operators.</value>
  284. </member>
  285. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.AppearanceTreeLine">
  286. <summary>
  287. <para>Returns appearance settings applied to tree lines in the control’s “Visual” panel.</para>
  288. </summary>
  289. <value>An AppearanceObject applied to tree lines.</value>
  290. </member>
  291. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.AppearanceValueColor">
  292. <summary>
  293. <para>Gets or sets the color applied to values in the control’s “Visual” panel.</para>
  294. </summary>
  295. <value>A Color applied to values.</value>
  296. </member>
  297. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.ApplyFilter">
  298. <summary>
  299. <para>Applies the filter criteria to the source control.</para>
  300. </summary>
  301. </member>
  302. <member name="E:DevExpress.DataAccess.UI.FilterEditorControl.BeforeShowValueEditor">
  303. <summary>
  304. <para>Fires before the editor used to edit operands is shown on screen. Allows you to customize this editor.</para>
  305. </summary>
  306. </member>
  307. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.BorderStyle">
  308. <summary>
  309. <para>Gets or sets the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> border style.</para>
  310. </summary>
  311. <value>A BorderStyles enumeration value that specifies the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> border style.</value>
  312. </member>
  313. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.ClearFilter">
  314. <summary>
  315. <para>Clears the filter criteria.</para>
  316. </summary>
  317. </member>
  318. <member name="E:DevExpress.DataAccess.UI.FilterEditorControl.FilterChanged">
  319. <summary>
  320. <para>Fires when the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s criteria changes.</para>
  321. </summary>
  322. </member>
  323. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.FilterColumns">
  324. <summary>
  325. <para>Gets or sets a collection of columns retrieved from this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s source control.</para>
  326. </summary>
  327. <value>A FilterColumnCollection that stores columns retrieved from this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s source control.</value>
  328. </member>
  329. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.FilterControl">
  330. <summary>
  331. <para>Returns the <see cref="T:DevExpress.XtraEditors.FilterControl"/> embedded in the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s “Visual” panel.</para>
  332. </summary>
  333. <value>A FilterControl embedded in this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>.</value>
  334. </member>
  335. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.FilterCriteria">
  336. <summary>
  337. <para>Gets or sets the filter criteria.</para>
  338. </summary>
  339. <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object that represents the filter criteria.</value>
  340. </member>
  341. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.FilterString">
  342. <summary>
  343. <para>Gets or sets the final filter expression.</para>
  344. </summary>
  345. <value>A String value that is the final <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> filter expression.</value>
  346. </member>
  347. <member name="E:DevExpress.DataAccess.UI.FilterEditorControl.FilterTextChanged">
  348. <summary>
  349. <para>Fires whenever the <see cref="P:DevExpress.DataAccess.UI.FilterEditorControl.FilterString">FilterEditorControl.FilterString</see> property value changes.</para>
  350. </summary>
  351. </member>
  352. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.FilterViewInfo">
  353. <summary>
  354. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  355. </summary>
  356. </member>
  357. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.Font">
  358. <summary>
  359. <para>Gets or sets the control font.</para>
  360. </summary>
  361. <value>A Font for this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>.</value>
  362. </member>
  363. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.HasErrors">
  364. <summary>
  365. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  366. </summary>
  367. <value>For internal use.</value>
  368. </member>
  369. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.HasWarnings">
  370. <summary>
  371. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  372. </summary>
  373. <value>For internal use.</value>
  374. </member>
  375. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.IsFilterCriteriaValid">
  376. <summary>
  377. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  378. </summary>
  379. </member>
  380. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.IsModified">
  381. <summary>
  382. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  383. </summary>
  384. <value>For internal use.</value>
  385. </member>
  386. <member name="E:DevExpress.DataAccess.UI.FilterEditorControl.ItemDoubleClick">
  387. <summary>
  388. <para>Fires whenever a user clicks any <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> element (logical operator, filtering value, field name, etc.).</para>
  389. </summary>
  390. </member>
  391. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.LayoutChanged">
  392. <summary>
  393. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  394. </summary>
  395. </member>
  396. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.LevelIndent">
  397. <summary>
  398. <para>Gets or sets the horizontal offset for individual logical expressions inside the “Visual” panel.</para>
  399. </summary>
  400. <value>An Int32 value that is the horizontal offset.</value>
  401. </member>
  402. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.MenuManager">
  403. <summary>
  404. <para>Gets or sets the menu manager that specifies the look and feel settings for this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s menus.</para>
  405. </summary>
  406. <value>An Object that implements the DevExpress.Utils.Menu.IDXMenuManager interface.</value>
  407. </member>
  408. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.NodeSeparatorHeight">
  409. <summary>
  410. <para>Gets or sets the distance between separate logical expressions in the “Visual” panel.</para>
  411. </summary>
  412. <value>An Int32 value that is the distance between logical expressions.</value>
  413. </member>
  414. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.PanelAlignment">
  415. <summary>
  416. <para>Specifies the relative alignment of the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s “Visual” and “Text” panels.</para>
  417. </summary>
  418. <value>An <see cref="T:System.Windows.Forms.Orientation"/> enumeration value that specifies the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> panels’ alignment.</value>
  419. </member>
  420. <member name="E:DevExpress.DataAccess.UI.FilterEditorControl.QueryCustomFunctions">
  421. <summary>
  422. <para>Allows you to add <see href="https://docs.devexpress.com/WindowsForms/400995/common-features/expressions/custom-function-based-filters">custom-function-based filters</see> (for example, ‘discount is more than 15%’) to Excel-style pop-up filter menus and/or the filter editor.</para>
  423. </summary>
  424. </member>
  425. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ReadOnly">
  426. <summary>
  427. <para>Gets or sets whether users can edit filter criteria.</para>
  428. </summary>
  429. <value>true if users can edit filter criteria; otherwise, false.</value>
  430. </member>
  431. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.SetDefaultColumn(DevExpress.XtraEditors.Filtering.FilterColumn)">
  432. <summary>
  433. <para>Specifies a column the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> uses by default when a user creates a new logical expression.</para>
  434. </summary>
  435. <param name="column">The FilterColumn this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> uses by default when a user creates a new logical expression.</param>
  436. </member>
  437. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.SetFilterColumnsCollection(DevExpress.XtraEditors.Filtering.FilterColumnCollection,DevExpress.Utils.Menu.IDXMenuManager)">
  438. <summary>
  439. <para>Clears the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s column collection and re-populates it manually with specific columns. The menu manager passed as the second parameter specifies the context menus’ look and feel settings.</para>
  440. </summary>
  441. <param name="columns">A FilterColumnCollection object that stores a new column set for this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>.</param>
  442. <param name="manager">An object that implements the IDXMenuManager interface. This object specifies the look and feel settings of the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s context menus.</param>
  443. </member>
  444. <member name="M:DevExpress.DataAccess.UI.FilterEditorControl.SetFilterColumnsCollection(DevExpress.XtraEditors.Filtering.FilterColumnCollection)">
  445. <summary>
  446. <para>Clears the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>‘s column collection and re-populates it manually with specific columns.</para>
  447. </summary>
  448. <param name="columns">A FilterColumnCollection object that stores a new column set for this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>.</param>
  449. </member>
  450. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowCustomFunctions">
  451. <summary>
  452. <para>Gets or sets whether to show <see href="https://docs.devexpress.com/WindowsForms/400995/common-features/expressions/custom-function-based-filters">custom function-based filters</see>.</para>
  453. </summary>
  454. <value>True to show custom function-based filters; False to not show them; Default to enable/disable custom function-based filters depending on the global <see cref="F:DevExpress.XtraEditors.WindowsFormsSettings.DefaultSettingsCompatibilityMode"></see> setting.</value>
  455. </member>
  456. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowDateTimeFunctions">
  457. <summary>
  458. <para>Gets or sets whether to show the standard and advanced date-time functions (BeyondThisYear, LaterThisYear, Tomorrow, Today, Yesterday, LastWeek, etc.) for date-time fields.</para>
  459. </summary>
  460. <value>A DateTimeFunctionsShowMode enumaration value that specifies whether to show the standard and advanced date-time functions for date-time fields.</value>
  461. </member>
  462. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowDateTimeOperators">
  463. <summary>
  464. <para>Gets or sets whether date-time specific operators (BeyondThisYear, LaterThisYear, Tomorrow, Today, Yesterday, LastWeek, etc.) are available for date-time fields.</para>
  465. </summary>
  466. <value>true if date-time specific operators are available; otherwise, false.</value>
  467. </member>
  468. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowFunctions">
  469. <summary>
  470. <para>Gets or sets whether or not the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> allows end-users to use specific functions and constants when building filter criteria.</para>
  471. </summary>
  472. <value>true if functions and constants are available; otherwise, false.</value>
  473. </member>
  474. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowGroupCommandsIcon">
  475. <summary>
  476. <para>Gets or sets whether or not group commands are available at runtime via a separate button inside the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> “Visual” panel.</para>
  477. </summary>
  478. <value>true to move group commands to a separate button; otherwise, false.</value>
  479. </member>
  480. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowIsNullOperatorsForStrings">
  481. <summary>
  482. <para>Gets or sets whether the “Visual” <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> panel allows end-users to utilize the IsNull operator for string values.</para>
  483. </summary>
  484. <value>true if the IsNull operator is available for string values; otherwise, false.</value>
  485. </member>
  486. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowOperandTypeIcon">
  487. <summary>
  488. <para>Gets or sets whether a user can swap the second operand’s type (between the Value box and Field list). The Field list allows users to compare the first operand (field) with another field.</para>
  489. </summary>
  490. <value>true, to allow end-users to swap the second operand’s type; otherwise, false.</value>
  491. </member>
  492. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ShowToolTips">
  493. <summary>
  494. <para>Gets or sets whether the control shows tooltips.</para>
  495. </summary>
  496. <value>true if the control shows tooltips; otherwise, false.</value>
  497. </member>
  498. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.SortFilterColumns">
  499. <summary>
  500. <para>Gets or sets whether or not the <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> should sort its source control’s columns alphabetically in its menus.</para>
  501. </summary>
  502. <value>true if <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/> menus should display source control columns in an alphabetical order; otherwise, false.</value>
  503. </member>
  504. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.SourceControl">
  505. <summary>
  506. <para>Gets or sets a source control associated with this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>.</para>
  507. </summary>
  508. <value>An Object that is the source control for this <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>.</value>
  509. </member>
  510. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.StyleController">
  511. <summary>
  512. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  513. </summary>
  514. </member>
  515. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.UseMenuForOperandsAndOperators">
  516. <summary>
  517. <para>Gets or sets whether a menu or combobox editor is used to select operands and operators in a <see cref="T:DevExpress.DataAccess.UI.FilterEditorControl"/>. This property is not supported when filters are edited in a text-based form (see <see cref="P:DevExpress.DataAccess.UI.FilterEditorControl.ViewMode">FilterEditorControl.ViewMode</see>).</para>
  518. </summary>
  519. <value>true if a menu is used to select operands and operators; otherwise, false.</value>
  520. </member>
  521. <member name="P:DevExpress.DataAccess.UI.FilterEditorControl.ViewMode">
  522. <summary>
  523. <para>Gets or sets how a Filter Editor’s criteria can be edited.</para>
  524. </summary>
  525. <value>A <see cref="T:DevExpress.XtraEditors.FilterEditorViewMode"/> enumeration value that specifies how a Filter Editor’s criteria can be edited.</value>
  526. </member>
  527. <member name="N:DevExpress.DataAccess.UI.MongoDB">
  528. <summary>
  529. <para>Contains classes that allow you to invoke and customize the Connection Editor and the Manage Queries dialog for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  530. </summary>
  531. </member>
  532. <member name="T:DevExpress.DataAccess.UI.MongoDB.IMongoDBEditorsCustomizationService">
  533. <summary>
  534. <para>If implemented, allows you to display a custom Connection Editor or Manage Queries dialog.</para>
  535. </summary>
  536. </member>
  537. <member name="M:DevExpress.DataAccess.UI.MongoDB.IMongoDBEditorsCustomizationService.CustomizeEditor(DevExpress.DataAccess.UI.MongoDB.MongoDBEditorId,DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.DataAccess.Wizard.Model.MongoDBDataSourceModel})">
  538. <summary>
  539. <para>Replaces the standard Connection Editor or Manage Queries dialog with a custom one.</para>
  540. </summary>
  541. <param name="editor">An editor to be customized.</param>
  542. <param name="tool">An object that contains customization settings.</param>
  543. </member>
  544. <member name="T:DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext">
  545. <summary>
  546. <para>Contains settings used to display the Manage Queries dialog for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  547. </summary>
  548. </member>
  549. <member name="M:DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext.#ctor">
  550. <summary>
  551. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext"/> class.</para>
  552. </summary>
  553. </member>
  554. <member name="P:DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext.ParameterService">
  555. <summary>
  556. <para>Stores a service that manages external parameters of MongoDB queries in the Manage Queries dialog.</para>
  557. </summary>
  558. <value>An object that manages external parameters of MongoDB queries.</value>
  559. </member>
  560. <member name="P:DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext.PropertyGridServices">
  561. <summary>
  562. <para>Stores a service that displays the Property Grid in the Manage Queries dialog.</para>
  563. </summary>
  564. <value>A service that displays the Property Grid in the Manage Queries dialog.</value>
  565. </member>
  566. <member name="P:DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext.RepositoryItemsProvider">
  567. <summary>
  568. <para>Stores an object that contains <see href="https://docs.devexpress.com/WindowsForms/428/controls-and-libraries/vertical-grid/data-editing-and-validation/in-place-editors">repository items</see>. These items allow you to edit parameters of MongoDB queries in the Manage Queries dialog.</para>
  569. </summary>
  570. <value>An object that contains <see href="https://docs.devexpress.com/WindowsForms/428/controls-and-libraries/vertical-grid/data-editing-and-validation/in-place-editors">repository items</see>.</value>
  571. </member>
  572. <member name="T:DevExpress.DataAccess.UI.MongoDB.MongoDBDataSourceUIHelper">
  573. <summary>
  574. <para>Contains methods that allow you to invoke the Connection Editor and the Manage Queries dialog for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  575. </summary>
  576. </member>
  577. <member name="M:DevExpress.DataAccess.UI.MongoDB.MongoDBDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase,DevExpress.DataAccess.UI.MongoDB.ConfigureMongoDBConnectionContext)">
  578. <summary>
  579. <para>Invokes the Connection Editor with the specified settings for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  580. </summary>
  581. <param name="dataSource">A MongoDB data source.</param>
  582. <param name="context">An object that contains settings for the editor.</param>
  583. <returns>true if a user clicked the Finish button to close the editor; otherwise, false.</returns>
  584. </member>
  585. <member name="M:DevExpress.DataAccess.UI.MongoDB.MongoDBDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase)">
  586. <summary>
  587. <para>Invokes the Connection Editor for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  588. </summary>
  589. <param name="dataSource">A MongoDB data source.</param>
  590. <returns>true if a user clicked the Finish button to close the editor; otherwise, false.</returns>
  591. </member>
  592. <member name="M:DevExpress.DataAccess.UI.MongoDB.MongoDBDataSourceUIHelper.ConfigureConnection``1(DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase,DevExpress.DataAccess.UI.MongoDB.ConfigureMongoDBConnectionContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  593. <summary>
  594. <para>Invokes the Connection Editor with the specified settings and customization parameters for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  595. </summary>
  596. <param name="dataSource">A MongoDB data source.</param>
  597. <param name="context">An object that contains settings for the editor.</param>
  598. <param name="customizeWizard">A method that customizes the editor.</param>
  599. <typeparam name="TModel">A class that implements the IMongoDBDataSourceModel interface.</typeparam>
  600. <returns>true if a user clicked the Finish button to close the editor; otherwise, false.</returns>
  601. </member>
  602. <member name="M:DevExpress.DataAccess.UI.MongoDB.MongoDBDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase,DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext)">
  603. <summary>
  604. <para>Invokes the Manage Queries dialog with the specified settings for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  605. </summary>
  606. <param name="dataSource">A MongoDB data source.</param>
  607. <param name="context">An object that contains settings for the dialog.</param>
  608. <returns>true if a user clicked the OK button to close the dialog; otherwise, false.</returns>
  609. </member>
  610. <member name="M:DevExpress.DataAccess.UI.MongoDB.MongoDBDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase)">
  611. <summary>
  612. <para>Invokes the Manage Queries dialog for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  613. </summary>
  614. <param name="dataSource">A MongoDB data source.</param>
  615. <returns>true if a user clicked the OK button to close the dialog; otherwise, false.</returns>
  616. </member>
  617. <member name="M:DevExpress.DataAccess.UI.MongoDB.MongoDBDataSourceUIHelper.ManageQueries``1(DevExpress.DataAccess.MongoDB.MongoDBDataSourceBase,DevExpress.DataAccess.UI.MongoDB.ManageQueriesContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  618. <summary>
  619. <para>Invokes the Manage Queries dialog with the specified settings and customization parameters for the <see cref="T:DevExpress.DataAccess.MongoDB.MongoDBDataSource">MongoDB Data Source</see>.</para>
  620. </summary>
  621. <param name="dataSource">A MongoDB data source.</param>
  622. <param name="context">An object that contains settings for the dialog.</param>
  623. <param name="customizeWizard">A method that customizes the dialog.</param>
  624. <typeparam name="TModel">A class that implements the IMongoDBDataSourceModel interface.</typeparam>
  625. <returns>true if a user clicked the OK button to close the dialog; otherwise, false.</returns>
  626. </member>
  627. <member name="T:DevExpress.DataAccess.UI.MongoDB.MongoDBEditorId">
  628. <summary>
  629. <para>Lists MongoDB editors.</para>
  630. </summary>
  631. </member>
  632. <member name="F:DevExpress.DataAccess.UI.MongoDB.MongoDBEditorId.Connection">
  633. <summary>
  634. <para>The Connection Editor.</para>
  635. </summary>
  636. </member>
  637. <member name="F:DevExpress.DataAccess.UI.MongoDB.MongoDBEditorId.Query">
  638. <summary>
  639. <para>The Manage Queries dialog.</para>
  640. </summary>
  641. </member>
  642. <member name="N:DevExpress.DataAccess.UI.ObjectBinding">
  643. <summary>
  644. <para>Provides an application programming interface (API) to access the graphical user interface (GUI) related to configuring an object data source connection.</para>
  645. </summary>
  646. </member>
  647. <member name="T:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext">
  648. <summary>
  649. <para>Provides settings required to edit the constructors of an object data source.</para>
  650. </summary>
  651. </member>
  652. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext.#ctor">
  653. <summary>
  654. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext"/> class with the default settings.</para>
  655. </summary>
  656. </member>
  657. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext.OperationMode">
  658. <summary>
  659. <para>Specifies the availability of an object data source’s data, schema or both on the client.</para>
  660. </summary>
  661. <value>An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</value>
  662. </member>
  663. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext.ParameterService">
  664. <summary>
  665. <para>Specifies an object that provides a service functionality to manage report parameters.</para>
  666. </summary>
  667. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  668. </member>
  669. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext.PropertyGridServices">
  670. <summary>
  671. <para>Specifies services that provide functionality to custom parameter editors displayed in the Property Grid that is invoked from the Data Source wizard.</para>
  672. </summary>
  673. <value>An object implementing the <see cref="T:System.IServiceProvider"/> interface that is used to obtain the service object of a specific type.</value>
  674. </member>
  675. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext.RepositoryItemsProvider">
  676. <summary>
  677. <para>Specifies an object that provides repository items for editing query parameters.</para>
  678. </summary>
  679. <value>An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</value>
  680. </member>
  681. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext.SolutionTypesProvider">
  682. <summary>
  683. <para>Specifies an object that provides access to the known types in the current solution.</para>
  684. </summary>
  685. <value>An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</value>
  686. </member>
  687. <member name="T:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext">
  688. <summary>
  689. <para>Provides settings required to edit the data members of an object data source.</para>
  690. </summary>
  691. </member>
  692. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext.#ctor">
  693. <summary>
  694. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext"/> class with the default settings.</para>
  695. </summary>
  696. </member>
  697. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext.ParameterService">
  698. <summary>
  699. <para>Specifies an object that provides a service functionality to manage report parameters.</para>
  700. </summary>
  701. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  702. </member>
  703. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext.PropertyGridServices">
  704. <summary>
  705. <para>Specifies services that provide functionality to custom parameter editors displayed in the Property Grid that is invoked from the Data Source wizard.</para>
  706. </summary>
  707. <value>An object implementing the <see cref="T:System.IServiceProvider"/> interface that is used to obtain the service object of a specific type.</value>
  708. </member>
  709. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext.RepositoryItemsProvider">
  710. <summary>
  711. <para>Specifies an object that provides repository items for editing query parameters.</para>
  712. </summary>
  713. <value>An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</value>
  714. </member>
  715. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext.SolutionTypesProvider">
  716. <summary>
  717. <para>Specifies an object that provides access to the known types in the current solution.</para>
  718. </summary>
  719. <value>An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</value>
  720. </member>
  721. <member name="T:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext">
  722. <summary>
  723. <para>Provides settings required to edit an object data source.</para>
  724. </summary>
  725. </member>
  726. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext.#ctor">
  727. <summary>
  728. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext"/> class with the default settings.</para>
  729. </summary>
  730. </member>
  731. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext.OperationMode">
  732. <summary>
  733. <para>Specifies the modes of operation available for an object data source.</para>
  734. </summary>
  735. <value>An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</value>
  736. </member>
  737. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext.ParameterService">
  738. <summary>
  739. <para>Specifies an object that provides a service functionality to manage report parameters.</para>
  740. </summary>
  741. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  742. </member>
  743. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext.PropertyGridServices">
  744. <summary>
  745. <para>Specifies services that provide functionality to custom parameter editors displayed in the Property Grid that is invoked from the Data Source wizard.</para>
  746. </summary>
  747. <value>An object implementing the <see cref="T:System.IServiceProvider"/> interface that is used to obtain the service object of a specific type.</value>
  748. </member>
  749. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext.RepositoryItemsProvider">
  750. <summary>
  751. <para>Specifies an object that provides repository items for editing query parameters.</para>
  752. </summary>
  753. <value>An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</value>
  754. </member>
  755. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext.SolutionTypesProvider">
  756. <summary>
  757. <para>Specifies an object that provides access to the known types in the current solution.</para>
  758. </summary>
  759. <value>An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</value>
  760. </member>
  761. <member name="T:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext">
  762. <summary>
  763. <para>Provides settings required to edit the parameters of an object data source.</para>
  764. </summary>
  765. </member>
  766. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext.#ctor">
  767. <summary>
  768. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext"/> class with the default settings.</para>
  769. </summary>
  770. </member>
  771. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext.ParameterService">
  772. <summary>
  773. <para>Specifies an object that provides a service functionality to manage report parameters.</para>
  774. </summary>
  775. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  776. </member>
  777. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext.PropertyGridServices">
  778. <summary>
  779. <para>Specifies services that provide functionality to custom parameter editors displayed in the Property Grid that is invoked from the Data Source wizard.</para>
  780. </summary>
  781. <value>An object implementing the <see cref="T:System.IServiceProvider"/> interface that is used to obtain the service object of a specific type.</value>
  782. </member>
  783. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext.RepositoryItemsProvider">
  784. <summary>
  785. <para>Specifies an object that provides repository items for editing query parameters.</para>
  786. </summary>
  787. <value>An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</value>
  788. </member>
  789. <member name="P:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext.SolutionTypesProvider">
  790. <summary>
  791. <para>Specifies an object that provides access to the known types in the current solution.</para>
  792. </summary>
  793. <value>An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</value>
  794. </member>
  795. <member name="T:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper">
  796. <summary>
  797. <para>Provides functionality to configure the connection to an <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/> in code.</para>
  798. </summary>
  799. </member>
  800. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditConstructor(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext)">
  801. <summary>
  802. <para>Invokes the Configure Constructor Settings dialog with the specified settings.</para>
  803. </summary>
  804. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  805. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext"/> object.</param>
  806. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  807. </member>
  808. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditConstructor(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  809. <summary>
  810. <para>Invokes the Configure Constructor Settings dialog with the specified settings.</para>
  811. </summary>
  812. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  813. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  814. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  815. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  816. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  817. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  818. </member>
  819. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditConstructor(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.OperationMode,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  820. <summary>
  821. <para>Invokes the Configure Constructor Settings dialog with the specified settings.</para>
  822. </summary>
  823. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  824. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  825. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  826. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  827. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  828. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  829. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  830. </member>
  831. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditConstructor(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.OperationMode)">
  832. <summary>
  833. <para>Invokes the Configure Constructor Settings dialog with the specified settings.</para>
  834. </summary>
  835. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  836. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  837. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  838. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  839. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  840. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  841. </member>
  842. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditConstructor(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  843. <summary>
  844. <para>Invokes the Configure Constructor Settings dialog with the specified settings.</para>
  845. </summary>
  846. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  847. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  848. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  849. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  850. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  851. </member>
  852. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditConstructor(DevExpress.DataAccess.ObjectBinding.ObjectDataSource)">
  853. <summary>
  854. <para>Invokes the Configure Constructor Settings dialog with the specified settings.</para>
  855. </summary>
  856. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  857. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  858. </member>
  859. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditConstructor``1(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  860. <summary>
  861. <para>Invokes the Configure Constructor Settings dialog with the specified settings.</para>
  862. </summary>
  863. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  864. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditConstructorContext"/> object.</param>
  865. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  866. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  867. </member>
  868. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataMember(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext)">
  869. <summary>
  870. <para>Invokes a dialog that enables you to edit the data members of an object data source.</para>
  871. </summary>
  872. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  873. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext"/> object.</param>
  874. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  875. </member>
  876. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataMember(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  877. <summary>
  878. <para>Invokes a dialog that enables you to edit the data members of an object data source.</para>
  879. </summary>
  880. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  881. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  882. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  883. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  884. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  885. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  886. </member>
  887. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataMember(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  888. <summary>
  889. <para>Invokes a dialog that enables you to edit the data members of an object data source.</para>
  890. </summary>
  891. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  892. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  893. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  894. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  895. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  896. </member>
  897. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataMember(DevExpress.DataAccess.ObjectBinding.ObjectDataSource)">
  898. <summary>
  899. <para>Invokes a dialog that enables you to edit the data members of an object data source.</para>
  900. </summary>
  901. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  902. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  903. </member>
  904. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataMember``1(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  905. <summary>
  906. <para>Invokes a dialog that enables you to edit the data members of an object data source.</para>
  907. </summary>
  908. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  909. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditDataMemberContext"/> object.</param>
  910. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  911. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  912. </member>
  913. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext)">
  914. <summary>
  915. <para>Invokes a dialog that enables you to edit the settings of an object data source.</para>
  916. </summary>
  917. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  918. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Excel.EditDataSourceContext"/> object.</param>
  919. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  920. </member>
  921. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  922. <summary>
  923. <para>Invokes a dialog that enables you to edit the settings of an object data source.</para>
  924. </summary>
  925. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  926. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  927. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  928. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  929. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  930. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  931. </member>
  932. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.OperationMode,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  933. <summary>
  934. <para>Invokes a dialog that enables you to edit the settings of an object data source.</para>
  935. </summary>
  936. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  937. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  938. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  939. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  940. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  941. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  942. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  943. </member>
  944. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.OperationMode)">
  945. <summary>
  946. <para>Invokes a dialog that enables you to edit the settings of an object data source.</para>
  947. </summary>
  948. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  949. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  950. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  951. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  952. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  953. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  954. </member>
  955. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  956. <summary>
  957. <para>Invokes a dialog that enables you to edit the settings of an object data source.</para>
  958. </summary>
  959. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  960. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  961. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  962. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  963. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  964. </member>
  965. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataSource(DevExpress.DataAccess.ObjectBinding.ObjectDataSource)">
  966. <summary>
  967. <para>Invokes a dialog that enables you to edit the settings of an object data source.</para>
  968. </summary>
  969. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  970. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  971. </member>
  972. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditDataSource``1(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditDataSourceContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  973. <summary>
  974. <para>Invokes a dialog that enables you to edit the settings of an object data source.</para>
  975. </summary>
  976. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  977. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Excel.EditDataSourceContext"/> object.</param>
  978. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  979. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  980. </member>
  981. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditParameters(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext)">
  982. <summary>
  983. <para>Invokes a dialog that enables you to edit the parameters of an object data source.</para>
  984. </summary>
  985. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  986. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext"/> object.</param>
  987. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  988. </member>
  989. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditParameters(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  990. <summary>
  991. <para>Invokes a dialog that enables you to edit the parameters of an object data source.</para>
  992. </summary>
  993. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  994. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  995. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  996. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  997. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  998. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  999. </member>
  1000. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditParameters(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  1001. <summary>
  1002. <para>Invokes a dialog that enables you to edit the parameters of an object data source.</para>
  1003. </summary>
  1004. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  1005. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  1006. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  1007. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1008. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  1009. </member>
  1010. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditParameters(DevExpress.DataAccess.ObjectBinding.ObjectDataSource)">
  1011. <summary>
  1012. <para>Invokes a dialog that enables you to edit the parameters of an object data source.</para>
  1013. </summary>
  1014. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  1015. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  1016. </member>
  1017. <member name="M:DevExpress.DataAccess.UI.ObjectBinding.ObjectDataSourceUIHelper.EditParameters``1(DevExpress.DataAccess.ObjectBinding.ObjectDataSource,DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1018. <summary>
  1019. <para>Invokes a dialog that enables you to edit the parameters of an object data source.</para>
  1020. </summary>
  1021. <param name="objectDataSource">An <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectDataSource"/>.</param>
  1022. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.ObjectBinding.EditParametersContext"/> object.</param>
  1023. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1024. <returns>true, if the dialog was closed by clicking the Finish button; otherwise, false.</returns>
  1025. </member>
  1026. <member name="N:DevExpress.DataAccess.UI.Sql">
  1027. <summary>
  1028. <para>Provides an application programming interface (API) to access the graphical user interface (GUI) related to configuring a SQL data source connection.</para>
  1029. </summary>
  1030. </member>
  1031. <member name="T:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext">
  1032. <summary>
  1033. <para>Contains settings used to display the Connection Editor dialog when the SqlDataSourceUIHelper.ConfigureConnection method is called.</para>
  1034. </summary>
  1035. </member>
  1036. <member name="M:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext.#ctor">
  1037. <summary>
  1038. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext"/> class with the default settings.</para>
  1039. </summary>
  1040. </member>
  1041. <member name="P:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext.ConnectionProviderService">
  1042. <summary>
  1043. <para>Specifies an object that enables the data connection’s serialization.</para>
  1044. </summary>
  1045. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionProviderService"/> interface.</value>
  1046. </member>
  1047. <member name="P:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext.ConnectionStorageService">
  1048. <summary>
  1049. <para>Specifies an object that provides a service functionality to store the data connection settings.</para>
  1050. </summary>
  1051. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</value>
  1052. </member>
  1053. <member name="P:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext.DatabaseCredentialsSavingBehavior">
  1054. <summary>
  1055. <para>Specifies whether or not to serialize database credentials along with document layouts (e.g., report or dashboards). Optionally, you can enable your end-users to select the required behavior.</para>
  1056. </summary>
  1057. <value>A <see cref="T:DevExpress.DataAccess.Wizard.SensitiveInfoSavingBehavior"/> enumeration value.</value>
  1058. </member>
  1059. <member name="P:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext.DataProviders">
  1060. <summary>
  1061. <para>Specifies the list of data providers available for a data connection.</para>
  1062. </summary>
  1063. <value>A collection of <see cref="T:DevExpress.DataAccess.UI.Wizard.ProviderLookupItem"/> objects.</value>
  1064. </member>
  1065. <member name="P:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext.Options">
  1066. <summary>
  1067. <para>Specifies the settings of the Connection Editor wizard options.</para>
  1068. </summary>
  1069. <value>A <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration value.</value>
  1070. </member>
  1071. <member name="T:DevExpress.DataAccess.UI.Sql.EditQueryContext">
  1072. <summary>
  1073. <para>Contains settings used to display the <see href="https://docs.devexpress.com/XtraReports/17308/visual-studio-report-designer/sql-query-builder">Query Builder</see> dialog when the SqlDataSourceUIHelper.EditQuery or SqlDataSourceUIHelper.ManageQueries method is called.</para>
  1074. </summary>
  1075. </member>
  1076. <member name="M:DevExpress.DataAccess.UI.Sql.EditQueryContext.#ctor">
  1077. <summary>
  1078. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> class.</para>
  1079. </summary>
  1080. </member>
  1081. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.ConnectionProviderService">
  1082. <summary>
  1083. <para>Specifies an object that enables the data connection’s serialization.</para>
  1084. </summary>
  1085. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionProviderService"/> interface.</value>
  1086. </member>
  1087. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.DBSchemaProviderEx">
  1088. <summary>
  1089. <para>Specifies a database schema provider for the Query Builder.</para>
  1090. </summary>
  1091. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</value>
  1092. </member>
  1093. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.DisplayNameProvider">
  1094. <summary>
  1095. <para>Specifies a provider of display names to data fields in the Query Builder dialog.</para>
  1096. </summary>
  1097. <value>An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</value>
  1098. </member>
  1099. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.Options">
  1100. <summary>
  1101. <para>Specifies the Edit Query dialog options.</para>
  1102. </summary>
  1103. <value>A <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration value.</value>
  1104. </member>
  1105. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.ParameterService">
  1106. <summary>
  1107. <para>Specifies an object that provides a service functionality to manage report parameters.</para>
  1108. </summary>
  1109. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  1110. </member>
  1111. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.PropertyGridServices">
  1112. <summary>
  1113. <para>Specifies an object that provides a service functionality to the Property Grid.</para>
  1114. </summary>
  1115. <value>An object implementing the <see cref="T:System.IServiceProvider"/> interface.</value>
  1116. </member>
  1117. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.QueryValidator">
  1118. <summary>
  1119. <para>Specifies an object that is used to validate SQL strings.</para>
  1120. </summary>
  1121. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</value>
  1122. </member>
  1123. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.RepositoryItemsProvider">
  1124. <summary>
  1125. <para>Specifies an object that provides repository items for editing query parameters.</para>
  1126. </summary>
  1127. <value>An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</value>
  1128. </member>
  1129. <member name="P:DevExpress.DataAccess.UI.Sql.EditQueryContext.ResultSchemaProvider">
  1130. <summary>
  1131. <para>Specifies the provider of a data source result schema.</para>
  1132. </summary>
  1133. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IResultSchemaProvider"/> interface.</value>
  1134. </member>
  1135. <member name="T:DevExpress.DataAccess.UI.Sql.ISqlEditorsCustomizationService">
  1136. <summary>
  1137. <para>If implemented, enables you to display a custom Query Editor and Data Connections Editor.</para>
  1138. </summary>
  1139. </member>
  1140. <member name="M:DevExpress.DataAccess.UI.Sql.ISqlEditorsCustomizationService.CustomizeEditor(DevExpress.DataAccess.UI.Sql.SqlEditorId,DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.DataAccess.Wizard.Model.SqlDataSourceModel})">
  1141. <summary>
  1142. <para>Replaces the standard Query Editor or Data Connections Editor with a custom one.</para>
  1143. </summary>
  1144. <param name="editor">A <see cref="T:DevExpress.DataAccess.UI.Sql.SqlEditorId"/> enumeration value, specifying the editor to be customized.</param>
  1145. <param name="tool">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface with the specified <see cref="T:DevExpress.DataAccess.Wizard.Model.SqlDataSourceModel"/> type parameter.</param>
  1146. </member>
  1147. <member name="T:DevExpress.DataAccess.UI.Sql.ManageRelationsContext">
  1148. <summary>
  1149. <para>Contains settings used to display the Master-Detail Relations Editor dialog when the SqlDataSourceUIHelper.ManageRelations method is called.</para>
  1150. </summary>
  1151. </member>
  1152. <member name="M:DevExpress.DataAccess.UI.Sql.ManageRelationsContext.#ctor">
  1153. <summary>
  1154. <para>Initialize a new instance of the <see cref="T:DevExpress.DataAccess.UI.Sql.ManageRelationsContext"/> class with default settings.</para>
  1155. </summary>
  1156. </member>
  1157. <member name="P:DevExpress.DataAccess.UI.Sql.ManageRelationsContext.ConnectionProviderService">
  1158. <summary>
  1159. <para>Specifies an object that enables the data connection’s serialization.</para>
  1160. </summary>
  1161. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionProviderService"/> interface.</value>
  1162. </member>
  1163. <member name="P:DevExpress.DataAccess.UI.Sql.ManageRelationsContext.DBSchemaProviderEx">
  1164. <summary>
  1165. <para>Specifies a database schema provider for the Master-Detail Relations Editor.</para>
  1166. </summary>
  1167. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</value>
  1168. </member>
  1169. <member name="P:DevExpress.DataAccess.UI.Sql.ManageRelationsContext.LegacyEditor">
  1170. <summary>
  1171. <para>Specifies the kind of Master-Detail Relation Editor to use in the application.</para>
  1172. </summary>
  1173. <value>true, to use an older editor version; otherwise, false.</value>
  1174. </member>
  1175. <member name="P:DevExpress.DataAccess.UI.Sql.ManageRelationsContext.LookAndFeel">
  1176. <summary>
  1177. <para>Specifies the look and feel settings for the Master-Detail Relations Editor.</para>
  1178. </summary>
  1179. <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look and feel settings for editors.</value>
  1180. </member>
  1181. <member name="P:DevExpress.DataAccess.UI.Sql.ManageRelationsContext.Owner">
  1182. <summary>
  1183. <para>Specifying the owner window of the Master-Detail Relations Editor.</para>
  1184. </summary>
  1185. <value>An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface, specifying the owner window.</value>
  1186. </member>
  1187. <member name="T:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext">
  1188. <summary>
  1189. <para>Specifies the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see> options when using it in a standalone mode.</para>
  1190. </summary>
  1191. </member>
  1192. <member name="M:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.#ctor">
  1193. <summary>
  1194. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext"/> class with the default settings.</para>
  1195. </summary>
  1196. </member>
  1197. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.ConnectionProviderService">
  1198. <summary>
  1199. <para>Specifies an object that enables the data connection’s serialization.</para>
  1200. </summary>
  1201. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionProviderService"/> interface.</value>
  1202. </member>
  1203. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.CustomQueryValidator">
  1204. <summary>
  1205. <para>Provides access to a custom SQL query validator.</para>
  1206. </summary>
  1207. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</value>
  1208. </member>
  1209. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.DBSchemaProvider">
  1210. <summary>
  1211. <para>Specifies a database schema provider for the Query Builder.</para>
  1212. </summary>
  1213. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema.</value>
  1214. </member>
  1215. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.DisplayNameProvider">
  1216. <summary>
  1217. <para>Specifies a provider of display names to data fields in the Query Builder dialog.</para>
  1218. </summary>
  1219. <value>An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</value>
  1220. </member>
  1221. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.EnableCustomSql">
  1222. <summary>
  1223. <para>Specifies whether or not the Query Builder allows end-users to create and execute custom SQL queries.</para>
  1224. </summary>
  1225. <value>true, to allow end-users to use custom SQL queries; otherwise, false.</value>
  1226. </member>
  1227. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.ExpressionEditorContext">
  1228. <summary>
  1229. <para>Specifies the object enabling customization of the <see href="https://docs.devexpress.com/WindowsForms/6212/common-features/expressions/expression-editor">Expression Editor</see>.</para>
  1230. </summary>
  1231. <value>A <see cref="T:DevExpress.Data.Controls.ExpressionEditor.ExpressionEditorContext"/> object.</value>
  1232. </member>
  1233. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.LegacyExpressionEditor">
  1234. <summary>
  1235. <para>Enables a user to switch to an older version of the <see href="https://docs.devexpress.com/WindowsForms/6212/common-features/expressions/expression-editor">Expression Editor</see> that does not support intelligent code completion.</para>
  1236. </summary>
  1237. <value>true, to use the older <see href="https://docs.devexpress.com/WindowsForms/6212/common-features/expressions/expression-editor">Expression Editor</see> version; otherwise, false.</value>
  1238. </member>
  1239. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.ParameterService">
  1240. <summary>
  1241. <para>Provides access to the service for managing report parameters.</para>
  1242. </summary>
  1243. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  1244. </member>
  1245. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.PropertyGridServices">
  1246. <summary>
  1247. <para>Specifies an object that provides a service functionality to the Property Grid.</para>
  1248. </summary>
  1249. <value>An object implementing the <see cref="T:System.IServiceProvider"/> interface that is used to obtain the service object of a specific type.</value>
  1250. </member>
  1251. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.QueryBuilderLight">
  1252. <summary>
  1253. <para>Specifies whether or not the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see> enables end-users to specify custom SQL queries, column aliases and expressions.</para>
  1254. </summary>
  1255. <value>true, to disallow end-users from specifying custom SQL queries, column aliases and expressions; otherwise, false.</value>
  1256. </member>
  1257. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.QueryBuilderTreeListView">
  1258. <summary>
  1259. <para>Enables a table-like interface for selecting fields in the Query Builder (instead of a <see href="https://docs.devexpress.com/WindowsForms/114833/controls-and-libraries/diagrams">diagram</see>-based control).</para>
  1260. </summary>
  1261. <value>true, to enable a table-like interface in the Query Builder; otherwise, false.</value>
  1262. </member>
  1263. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.RepositoryItemsProvider">
  1264. <summary>
  1265. <para>Specifies an object that provides repository items for editing query parameters.</para>
  1266. </summary>
  1267. <value>An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items to manage query parameters.</value>
  1268. </member>
  1269. <member name="P:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext.ResultSchemaProvider">
  1270. <summary>
  1271. <para>Specifies the provider of a data source result schema.</para>
  1272. </summary>
  1273. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IResultSchemaProvider"/> interface.</value>
  1274. </member>
  1275. <member name="T:DevExpress.DataAccess.UI.Sql.QueryBuilderRunner">
  1276. <summary>
  1277. <para>Enables you to integrate the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see> into your application.</para>
  1278. </summary>
  1279. </member>
  1280. <member name="M:DevExpress.DataAccess.UI.Sql.QueryBuilderRunner.#ctor(DevExpress.DataAccess.Sql.DBSchema,DevExpress.DataAccess.Sql.SqlDataConnection,DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext)">
  1281. <summary>
  1282. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderRunner"/> class with the specified settings.</para>
  1283. </summary>
  1284. <param name="dbSchema">A <see cref="T:DevExpress.DataAccess.Sql.DBSchema"/> object that is the data source schema.</param>
  1285. <param name="sqlDataConnection">An <see cref="T:DevExpress.DataAccess.Sql.SqlDataConnection"/> object that specifies a connection to a data provider.</param>
  1286. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext"/> object.</param>
  1287. </member>
  1288. <member name="M:DevExpress.DataAccess.UI.Sql.QueryBuilderRunner.#ctor(DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Sql.DBSchema,DevExpress.DataAccess.Sql.SqlDataConnection,System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel,System.Boolean,System.Boolean,System.Boolean,System.Boolean,DevExpress.Data.IDisplayNameProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.Services.IExceptionHandler,DevExpress.Data.Controls.ExpressionEditor.ExpressionEditorContext,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1289. <summary>
  1290. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderRunner"/> class with the specified settings.</para>
  1291. </summary>
  1292. <param name="schemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema.</param>
  1293. <param name="dbSchema">A <see cref="T:DevExpress.DataAccess.Sql.DBSchema"/> object that is the data source schema.</param>
  1294. <param name="connection">An <see cref="T:DevExpress.DataAccess.Sql.SqlDataConnection"/> object that specifies a connection to a data provider.</param>
  1295. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface.</param>
  1296. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.</param>
  1297. <param name="noCustomSql">true, to disable custom SQL editing; otherwise, false.</param>
  1298. <param name="light">true, to disallow end-users from specifying custom SQL queries, column aliases and expressions; otherwise, false.</param>
  1299. <param name="noDiagramControl">true, to use a table-based user interface; false, to use a <see href="https://docs.devexpress.com/WindowsForms/114834/controls-and-libraries/diagrams/diagram-control">diagram</see>-based user interface.</param>
  1300. <param name="legacyExpressionEditor">true, to use the older <see href="https://docs.devexpress.com/WindowsForms/6212/common-features/expressions/expression-editor">Expression Editor</see> version; otherwise, false.</param>
  1301. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  1302. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  1303. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  1304. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface that provides custom validation logic for SQL queries.</param>
  1305. <param name="loaderExceptionHandler">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IExceptionHandler"/> interface.</param>
  1306. <param name="context">An <see cref="T:DevExpress.Data.Controls.ExpressionEditor.ExpressionEditorContext"/> object.</param>
  1307. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items to manage query parameters.</param>
  1308. </member>
  1309. <member name="M:DevExpress.DataAccess.UI.Sql.QueryBuilderRunner.#ctor(DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Sql.DBSchema,DevExpress.DataAccess.Sql.SqlDataConnection,System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel,System.Boolean,System.Boolean,System.Boolean,System.Boolean,DevExpress.Data.IDisplayNameProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.Services.IExceptionHandler)">
  1310. <summary>
  1311. <para>This constructor has become obsolete. Use another constructor instead.</para>
  1312. </summary>
  1313. <param name="schemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema.</param>
  1314. <param name="dbSchema">A <see cref="T:DevExpress.DataAccess.Sql.DBSchema"/> object that is the data source schema.</param>
  1315. <param name="connection">An <see cref="T:DevExpress.DataAccess.Sql.SqlDataConnection"/> object that specifies a connection to a data provider.</param>
  1316. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface.</param>
  1317. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.</param>
  1318. <param name="noCustomSql">true, to disable custom SQL editing; otherwise, false.</param>
  1319. <param name="light">true, to disallow end-users from specifying custom SQL queries, column aliases and expressions; otherwise, false.</param>
  1320. <param name="noDiagramControl">true, to use a table-based user interface; false, to use a <see href="https://docs.devexpress.com/WindowsForms/114834/controls-and-libraries/diagrams/diagram-control">diagram</see>-based user interface.</param>
  1321. <param name="legacyExpressionEditor">true, to use the older <see href="https://docs.devexpress.com/WindowsForms/6212/common-features/expressions/expression-editor">Expression Editor</see> version; otherwise, false.</param>
  1322. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  1323. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  1324. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  1325. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface that provides custom validation logic for SQL queries.</param>
  1326. <param name="loaderExceptionHandler">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IExceptionHandler"/> interface.</param>
  1327. </member>
  1328. <member name="M:DevExpress.DataAccess.UI.Sql.QueryBuilderRunner.#ctor(DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Sql.DBSchema,DevExpress.DataAccess.Sql.SqlDataConnection,System.Windows.Forms.IWin32Window,DevExpress.LookAndFeel.UserLookAndFeel,System.Boolean,System.Boolean,System.Boolean,System.Boolean,DevExpress.Data.IDisplayNameProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator)">
  1329. <summary>
  1330. <para>This constructor has become obsolete. Use another constructor instead.</para>
  1331. </summary>
  1332. <param name="schemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema.</param>
  1333. <param name="dbSchema">A <see cref="T:DevExpress.DataAccess.Sql.DBSchema"/> object that is the data source schema.</param>
  1334. <param name="connection">An <see cref="T:DevExpress.DataAccess.Sql.SqlDataConnection"/> object that specifies a connection to a data provider.</param>
  1335. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface.</param>
  1336. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.</param>
  1337. <param name="noCustomSql">true, to disable custom SQL editing; otherwise, false.</param>
  1338. <param name="light">true, to disallow end-users from specifying custom SQL queries, column aliases and expressions; otherwise, false.</param>
  1339. <param name="noDiagramControl">true, to use a table-based user interface; false, to use a <see href="https://docs.devexpress.com/WindowsForms/114834/controls-and-libraries/diagrams/diagram-control">diagram</see>-based user interface.</param>
  1340. <param name="legacyExpressionEditor">true, to use the older <see href="https://docs.devexpress.com/WindowsForms/6212/common-features/expressions/expression-editor">Expression Editor</see> version; otherwise, false.</param>
  1341. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  1342. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  1343. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  1344. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface that provides custom validation logic for SQL queries.</param>
  1345. </member>
  1346. <member name="T:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext">
  1347. <summary>
  1348. <para>Contains settings used to update a data source schema when calling the SqlDataSourceUIHelper.RebuildResultSchema method.</para>
  1349. </summary>
  1350. </member>
  1351. <member name="M:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext.#ctor">
  1352. <summary>
  1353. <para>Initialize a new instance of the <see cref="T:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext"/> class with default settings.</para>
  1354. </summary>
  1355. </member>
  1356. <member name="P:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext.ConnectionProviderService">
  1357. <summary>
  1358. <para>Specifies an object that enables the data connection’s serialization.</para>
  1359. </summary>
  1360. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionProviderService"/> interface.</value>
  1361. </member>
  1362. <member name="P:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext.LookAndFeel">
  1363. <summary>
  1364. <para>Specifies the look and feel settings for the Rebuild Schema dialog.</para>
  1365. </summary>
  1366. <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the look and feel settings for editors.</value>
  1367. </member>
  1368. <member name="P:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext.Owner">
  1369. <summary>
  1370. <para>Specifying the owner window of the Rebuild Schema dialog.</para>
  1371. </summary>
  1372. <value>An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface, specifying the owner window.</value>
  1373. </member>
  1374. <member name="P:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext.ParameterService">
  1375. <summary>
  1376. <para>Specifies an object that provides a service functionality to manage report parameters created in the Report Wizard.</para>
  1377. </summary>
  1378. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</value>
  1379. </member>
  1380. <member name="P:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext.ShowSuccessMessage">
  1381. <summary>
  1382. <para>Specifies whether or not to show a message notifying that the resulting schema has been rebuilt successfully.</para>
  1383. </summary>
  1384. <value>true to show the message; otherwise false.</value>
  1385. </member>
  1386. <member name="T:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper">
  1387. <summary>
  1388. <para>Provides functionality to configure the connection to a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> in code.</para>
  1389. </summary>
  1390. </member>
  1391. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.EditQueryContext)">
  1392. <summary>
  1393. <para>Invokes the Query Editor dialog.</para>
  1394. </summary>
  1395. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1396. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> object, specifying the Query Designer settings.</param>
  1397. <returns>true, if the wizard page was switched by clicking the Next or Finish button; otherwise, false.</returns>
  1398. </member>
  1399. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1400. <summary>
  1401. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1402. </summary>
  1403. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1404. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1405. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1406. </member>
  1407. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1408. <summary>
  1409. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1410. </summary>
  1411. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1412. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1413. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1414. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1415. </member>
  1416. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1417. <summary>
  1418. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1419. </summary>
  1420. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1421. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1422. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1423. <param name="dbSchemaProvider">An IDBSchemaProvider, providing access to the schema of the SQL data base.</param>
  1424. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1425. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1426. </member>
  1427. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1428. <summary>
  1429. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1430. </summary>
  1431. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1432. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1433. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1434. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1435. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1436. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1437. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1438. </member>
  1439. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  1440. <summary>
  1441. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1442. </summary>
  1443. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1444. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1445. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1446. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1447. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1448. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1449. </member>
  1450. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider)">
  1451. <summary>
  1452. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1453. </summary>
  1454. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1455. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1456. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1457. <param name="dbSchemaProvider">An IDBSchemaProvider, providing access to the schema of the SQL data base.</param>
  1458. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1459. </member>
  1460. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1461. <summary>
  1462. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1463. </summary>
  1464. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1465. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1466. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1467. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1468. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1469. </member>
  1470. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  1471. <summary>
  1472. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1473. </summary>
  1474. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1475. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1476. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1477. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1478. </member>
  1479. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel)">
  1480. <summary>
  1481. <para>Use another SqlDataSourceUIHelper.AddQuery overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1482. </summary>
  1483. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1484. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1485. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1486. </member>
  1487. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery(DevExpress.DataAccess.Sql.SqlDataSource)">
  1488. <summary>
  1489. <para>Invokes the Query Editor dialog.</para>
  1490. </summary>
  1491. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1492. <returns>true, if the wizard page was switched by clicking the Next or Finish button; otherwise, false.</returns>
  1493. </member>
  1494. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.EditQueryContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1495. <summary>
  1496. <para>Invokes the Query Editor dialog.</para>
  1497. </summary>
  1498. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1499. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> object, specifying the Query Designer settings.</param>
  1500. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1501. <returns>true, if the wizard page was switched by clicking the Next or Finish button; otherwise, false.</returns>
  1502. </member>
  1503. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}},System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator)">
  1504. <summary>
  1505. <para>Use another SqlDataSourceUIHelper.AddQuery&lt;TModel&gt; overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1506. </summary>
  1507. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1508. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1509. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1510. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1511. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1512. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1513. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1514. <param name="propertyGridServices">An object implementing the System.IServiceProvider interface that provides access to services managing property grid functionality.</param>
  1515. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface, which provides custom query validation logic.</param>
  1516. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1517. </member>
  1518. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}},System.IServiceProvider)">
  1519. <summary>
  1520. <para>Use another SqlDataSourceUIHelper.AddQuery&lt;TModel&gt; overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1521. </summary>
  1522. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1523. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1524. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1525. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1526. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1527. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1528. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1529. <param name="propertyGridServices">An object implementing the System.IServiceProvider interface that provides access to services managing property grid functionality.</param>
  1530. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1531. </member>
  1532. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1533. <summary>
  1534. <para>Use another SqlDataSourceUIHelper.AddQuery&lt;TModel&gt; overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1535. </summary>
  1536. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1537. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1538. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1539. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1540. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1541. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1542. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1543. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1544. </member>
  1545. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}},System.IServiceProvider)">
  1546. <summary>
  1547. <para>Use another SqlDataSourceUIHelper.AddQuery&lt;TModel&gt; overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1548. </summary>
  1549. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1550. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1551. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1552. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1553. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1554. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1555. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface that provides access to services managing property grid functionality.</param>
  1556. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1557. </member>
  1558. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQuery``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1559. <summary>
  1560. <para>Use another SqlDataSourceUIHelper.AddQuery&lt;TModel&gt; overload that accepts a <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> and <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> as parameters.</para>
  1561. </summary>
  1562. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1563. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1564. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1565. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1566. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1567. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1568. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1569. </member>
  1570. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQueryWithQueryBuilder(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext,DevExpress.DataAccess.UI.Sql.QueryBuilderRunnerDelegate)">
  1571. <summary>
  1572. <para>Invokes the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see>.</para>
  1573. </summary>
  1574. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1575. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext"/> object.</param>
  1576. <param name="createQueryBuilderRunner">A <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderRunnerDelegate"/> object.</param>
  1577. <returns>true, if the Query Builder was closed by clicking the OK button; otherwise, false.</returns>
  1578. </member>
  1579. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQueryWithQueryBuilder(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext)">
  1580. <summary>
  1581. <para>Invokes the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see>.</para>
  1582. </summary>
  1583. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1584. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderRunnerDelegate"/> object.</param>
  1585. <returns>true, if the Query Builder was closed by clicking the OK button; otherwise, false.</returns>
  1586. </member>
  1587. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.AddQueryWithQueryBuilder(DevExpress.DataAccess.Sql.SqlDataSource)">
  1588. <summary>
  1589. <para>Invokes the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see>.</para>
  1590. </summary>
  1591. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> to which the resulting query will be added.</param>
  1592. <returns>true, if the Query Builder was closed by clicking the OK button; otherwise, false.</returns>
  1593. </member>
  1594. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext)">
  1595. <summary>
  1596. <para>Invokes the Connection Editor with the specified settings.</para>
  1597. </summary>
  1598. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1599. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext"/> object, specifying the editor settings.</param>
  1600. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1601. </member>
  1602. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService)">
  1603. <summary>
  1604. <para>Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.</para>
  1605. </summary>
  1606. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1607. <param name="wizardRunnerContext">An object implementing the IWizardRunnerContext interface.</param>
  1608. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  1609. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1610. </member>
  1611. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService)">
  1612. <summary>
  1613. <para>Invokes the Connection Editor with the specified settings.</para>
  1614. </summary>
  1615. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1616. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1617. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1618. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  1619. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1620. </member>
  1621. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  1622. <summary>
  1623. <para>Invokes the Connection Editor with the specified settings.</para>
  1624. </summary>
  1625. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1626. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1627. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1628. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1629. </member>
  1630. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel)">
  1631. <summary>
  1632. <para>Invokes the Connection Editor with the specified settings.</para>
  1633. </summary>
  1634. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1635. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1636. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1637. </member>
  1638. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection(DevExpress.DataAccess.Sql.SqlDataSource)">
  1639. <summary>
  1640. <para>Invokes the Connection Editor with the specified settings.</para>
  1641. </summary>
  1642. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1643. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1644. </member>
  1645. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1646. <summary>
  1647. <para>Invokes the Connection Editor with the specified settings.</para>
  1648. </summary>
  1649. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1650. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext"/> object, specifying the editor settings.</param>
  1651. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1652. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1653. </member>
  1654. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnection``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1655. <summary>
  1656. <para>Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.</para>
  1657. </summary>
  1658. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1659. <param name="wizardRunnerContext">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  1660. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  1661. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1662. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1663. </member>
  1664. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext)">
  1665. <summary>
  1666. <para>Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.</para>
  1667. </summary>
  1668. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1669. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext"/> object, specifying the editor settings.</param>
  1670. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1671. </member>
  1672. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService)">
  1673. <summary>
  1674. <para>Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.</para>
  1675. </summary>
  1676. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1677. <param name="context">An object implementing the IWizardRunnerContext interface.</param>
  1678. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  1679. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1680. </member>
  1681. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService)">
  1682. <summary>
  1683. <para>Invokes the Connection Editor to edit the parameters used to establish a connection to a database.</para>
  1684. </summary>
  1685. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1686. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1687. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1688. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  1689. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1690. </member>
  1691. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  1692. <summary>
  1693. <para>Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.</para>
  1694. </summary>
  1695. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1696. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1697. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1698. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1699. </member>
  1700. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel)">
  1701. <summary>
  1702. <para>Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.</para>
  1703. </summary>
  1704. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1705. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1706. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1707. </member>
  1708. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters(DevExpress.DataAccess.Sql.SqlDataSource)">
  1709. <summary>
  1710. <para>Invokes the Connection Editor to edit the parameters used to establish a connection to a database.</para>
  1711. </summary>
  1712. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1713. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1714. </member>
  1715. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1716. <summary>
  1717. <para>Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.</para>
  1718. </summary>
  1719. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1720. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.ConfigureConnectionContext"/> object, specifying the editor settings.</param>
  1721. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1722. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1723. </member>
  1724. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ConfigureConnectionParameters``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1725. <summary>
  1726. <para>Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.</para>
  1727. </summary>
  1728. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1729. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  1730. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  1731. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1732. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1733. </member>
  1734. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.DataAccess.UI.Sql.EditQueryContext)">
  1735. <summary>
  1736. <para>Invokes the Query Builder to edit the specified query.</para>
  1737. </summary>
  1738. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> object.</param>
  1739. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> object, specifying the Query Builder settings.</param>
  1740. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1741. </member>
  1742. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1743. <summary>
  1744. <para>Invokes the Query Builder to edit the specified query.</para>
  1745. </summary>
  1746. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1747. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1748. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1749. </member>
  1750. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1751. <summary>
  1752. <para>Invokes the Query Builder to edit the specified query.</para>
  1753. </summary>
  1754. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1755. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1756. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1757. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1758. </member>
  1759. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1760. <summary>
  1761. <para>Invokes the Query Builder to edit the specified query.</para>
  1762. </summary>
  1763. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> object.</param>
  1764. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1765. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1766. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1767. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1768. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1769. </member>
  1770. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1771. <summary>
  1772. <para>Invokes the Query Builder to edit the specified query.</para>
  1773. </summary>
  1774. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> object.</param>
  1775. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1776. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1777. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1778. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1779. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1780. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1781. </member>
  1782. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  1783. <summary>
  1784. <para>Invokes the Query Builder to edit the specified query.</para>
  1785. </summary>
  1786. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> object.</param>
  1787. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1788. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1789. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1790. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1791. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1792. </member>
  1793. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider)">
  1794. <summary>
  1795. <para>Invokes the Query Builder to edit the specified query.</para>
  1796. </summary>
  1797. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1798. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1799. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1800. <param name="dbSchemaProvider">An IDBSchemaProvider, providing access to the schema of the SQL data base</param>
  1801. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1802. </member>
  1803. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  1804. <summary>
  1805. <para>Invokes the Query Builder to edit the specified query.</para>
  1806. </summary>
  1807. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1808. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1809. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1810. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1811. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1812. </member>
  1813. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  1814. <summary>
  1815. <para>Invokes the Query Builder to edit the specified query.</para>
  1816. </summary>
  1817. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1818. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1819. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1820. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1821. </member>
  1822. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel)">
  1823. <summary>
  1824. <para>Invokes the Query Builder to edit the specified query.</para>
  1825. </summary>
  1826. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1827. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1828. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1829. </member>
  1830. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery(DevExpress.DataAccess.Sql.SqlQuery)">
  1831. <summary>
  1832. <para>Invokes the Query Builder to edit the specified query.</para>
  1833. </summary>
  1834. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1835. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1836. </member>
  1837. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery``1(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.DataAccess.UI.Sql.EditQueryContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1838. <summary>
  1839. <para>Invokes the Query Builder to edit the specified query.</para>
  1840. </summary>
  1841. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> object.</param>
  1842. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> object, specifying the Query Builder settings.</param>
  1843. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1844. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  1845. </member>
  1846. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery``1(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}},System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator)">
  1847. <summary>
  1848. <para>Invokes the Query Builder to edit the specified query.</para>
  1849. </summary>
  1850. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1851. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1852. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1853. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1854. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1855. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1856. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1857. <param name="propertyGridServices">An object implementing the System.IServiceProvider interface that provides access to services managing property grid functionality.</param>
  1858. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface, which provides custom query validation logic.</param>
  1859. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1860. </member>
  1861. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery``1(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}},System.IServiceProvider)">
  1862. <summary>
  1863. <para>Invokes the Query Builder to edit the specified query.</para>
  1864. </summary>
  1865. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1866. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1867. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1868. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1869. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1870. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1871. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1872. <param name="propertyGridServices">An object implementing the System.IServiceProvider interface that provides access to services managing property grid functionality.</param>
  1873. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1874. </member>
  1875. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery``1(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1876. <summary>
  1877. <para>Invokes the Query Builder to edit the specified query.</para>
  1878. </summary>
  1879. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1880. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1881. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1882. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1883. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1884. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items for editing query parameters.</param>
  1885. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1886. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1887. </member>
  1888. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery``1(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}},System.IServiceProvider)">
  1889. <summary>
  1890. <para>Invokes the Query Builder to edit the specified query.</para>
  1891. </summary>
  1892. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1893. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1894. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1895. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1896. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1897. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1898. <param name="propertyGridServices">An object implementing the System.IServiceProvider interface that provides access to services managing property grid functionality.</param>
  1899. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1900. </member>
  1901. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQuery``1(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  1902. <summary>
  1903. <para>Invokes the Query Builder to edit the specified query.</para>
  1904. </summary>
  1905. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1906. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1907. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1908. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1909. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1910. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1911. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1912. </member>
  1913. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQueryWithQueryBuilder(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext,DevExpress.DataAccess.UI.Sql.QueryBuilderRunnerDelegate)">
  1914. <summary>
  1915. <para>Invokes the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see>.</para>
  1916. </summary>
  1917. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1918. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext"/> object.</param>
  1919. <param name="createQueryBuilderRunner">A <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderRunnerDelegate"/> object.</param>
  1920. <returns>true, if the Query Builder was closed by clicking the OK button; otherwise, false.</returns>
  1921. </member>
  1922. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQueryWithQueryBuilder(DevExpress.DataAccess.Sql.SqlQuery,DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext)">
  1923. <summary>
  1924. <para>Invokes the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see>.</para>
  1925. </summary>
  1926. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1927. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.QueryBuilderEditQueryContext"/> object.</param>
  1928. <returns>true, if the Query Builder was closed by clicking the OK button; otherwise, false.</returns>
  1929. </member>
  1930. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.EditQueryWithQueryBuilder(DevExpress.DataAccess.Sql.SqlQuery)">
  1931. <summary>
  1932. <para>Invokes the <see href="https://docs.devexpress.com/WindowsForms/119019/common-features/data-source-wizard/query-builder">Query Builder</see>.</para>
  1933. </summary>
  1934. <param name="query">A <see cref="T:DevExpress.DataAccess.Sql.SqlQuery"/> to be edited.</param>
  1935. <returns>true, if the Query Builder was closed by clicking the OK button; otherwise, false.</returns>
  1936. </member>
  1937. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.EditQueryContext)">
  1938. <summary>
  1939. <para>Invokes the Manage Queries dialog window with the specified settings.</para>
  1940. </summary>
  1941. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1942. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> object, specifying the Manage Queries dialog settings.</param>
  1943. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1944. </member>
  1945. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.DataAccess.Wizard.Model.SqlDataSourceModel}},DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator)">
  1946. <summary>
  1947. <para>Invokes the Manage Queries dialog window with the specified settings.</para>
  1948. </summary>
  1949. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1950. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1951. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1952. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1953. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1954. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1955. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface, which provides custom query validation logic.</param>
  1956. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1957. </member>
  1958. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.DataAccess.Wizard.Model.SqlDataSourceModel}})">
  1959. <summary>
  1960. <para>Invokes the Manage Queries dialog window with the specified settings.</para>
  1961. </summary>
  1962. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1963. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1964. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1965. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1966. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1967. <param name="callback">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  1968. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1969. </member>
  1970. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  1971. <summary>
  1972. <para>Invokes the Manage Queries dialog window with the specified settings.</para>
  1973. </summary>
  1974. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1975. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1976. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1977. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1978. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  1979. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1980. </member>
  1981. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider)">
  1982. <summary>
  1983. <para>Invokes the Manage Queries dialog window with the specified settings.</para>
  1984. </summary>
  1985. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1986. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1987. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1988. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  1989. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1990. </member>
  1991. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  1992. <summary>
  1993. <para>Invokes the Manage Queries dialog window with the specified settings.</para>
  1994. </summary>
  1995. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  1996. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  1997. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  1998. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  1999. </member>
  2000. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel)">
  2001. <summary>
  2002. <para>Invokes the Manage Queries dialog window with the specified settings.</para>
  2003. </summary>
  2004. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2005. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  2006. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2007. </member>
  2008. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries(DevExpress.DataAccess.Sql.SqlDataSource)">
  2009. <summary>
  2010. <para>Invokes the Manage Queries dialog window.</para>
  2011. </summary>
  2012. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object.</param>
  2013. <returns>true, if the OK button is clicked in the dialog window; otherwise, false.</returns>
  2014. </member>
  2015. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageQueries``1(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.EditQueryContext,System.Action{DevExpress.DataAccess.UI.Wizard.IWizardCustomization{``0}})">
  2016. <summary>
  2017. <para>Invokes the Query Builder to manage the specified queries.</para>
  2018. </summary>
  2019. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2020. <param name="context">An <see cref="T:DevExpress.DataAccess.UI.Sql.EditQueryContext"/> object, specifying the Query Designer settings.</param>
  2021. <param name="customizeWizard">A <see cref="T:System.Action"/> delegate of an object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface.</param>
  2022. <returns>true, if the dialog was finished by clicking the Finish button; otherwise, false.</returns>
  2023. </member>
  2024. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageRelations(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.ManageRelationsContext)">
  2025. <summary>
  2026. <para>Invokes the Master-Detail Relations Editor to specify the key data fields by which a pair of queries is related.</para>
  2027. </summary>
  2028. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2029. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.ManageRelationsContext"/> object, specifying the Master-Detail Relations Editor settings.</param>
  2030. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2031. </member>
  2032. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageRelations(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Sql.IDBSchemaProvider)">
  2033. <summary>
  2034. <para>Invokes the Master-Detail Relations Editor to specify the key data fields by which a pair of queries is related.</para>
  2035. </summary>
  2036. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2037. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  2038. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  2039. <param name="dbSchemaProvider">An object implementing the IDBSchemaProvider interface.</param>
  2040. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2041. </member>
  2042. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageRelations(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  2043. <summary>
  2044. <para>Invokes the Master-Detail Relations Editor to specify the key data fields by which a pair of queries is related.</para>
  2045. </summary>
  2046. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2047. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  2048. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  2049. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2050. </member>
  2051. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageRelations(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel)">
  2052. <summary>
  2053. <para>Invokes the Master-Detail Relations Editor to specify the key data fields by which a pair of queries is related.</para>
  2054. </summary>
  2055. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2056. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  2057. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2058. </member>
  2059. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.ManageRelations(DevExpress.DataAccess.Sql.SqlDataSource)">
  2060. <summary>
  2061. <para>Invokes the Master-Detail Relations Editor to specify the key data fields by which a pair of queries is related.</para>
  2062. </summary>
  2063. <param name="sqlDataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2064. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2065. </member>
  2066. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.RebuildResultSchema(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext)">
  2067. <summary>
  2068. <para>Updates the data source schema available on the client in accordance to the current data source structure.</para>
  2069. </summary>
  2070. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2071. <param name="context">A <see cref="T:DevExpress.DataAccess.UI.Sql.RebuildResultSchemaContext"/> object that contains settings used to update a data source schema.</param>
  2072. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2073. </member>
  2074. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.RebuildResultSchema(DevExpress.DataAccess.Sql.SqlDataSource,DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window,DevExpress.DataAccess.Wizard.Services.IParameterService,System.Boolean)">
  2075. <summary>
  2076. <para>Updates the data source schema available on the client in accordance to the current data source structure.</para>
  2077. </summary>
  2078. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2079. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, specifying the application’s look and feel settings.</param>
  2080. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface that is the owner of the current dialog window.</param>
  2081. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  2082. <param name="showSuccessMessage">true to acknowledge the task completion upon successfully updating the schema; otherwise false.</param>
  2083. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2084. </member>
  2085. <member name="M:DevExpress.DataAccess.UI.Sql.SqlDataSourceUIHelper.RebuildResultSchema(DevExpress.DataAccess.Sql.SqlDataSource)">
  2086. <summary>
  2087. <para>Updates the data source schema available on the client in accordance to the current data source structure.</para>
  2088. </summary>
  2089. <param name="dataSource">A <see cref="T:DevExpress.DataAccess.Sql.SqlDataSource"/> object, specifying the database connection.</param>
  2090. <returns>true, if the dialog was finished by clicking the OK button; otherwise, false.</returns>
  2091. </member>
  2092. <member name="T:DevExpress.DataAccess.UI.Sql.SqlEditorId">
  2093. <summary>
  2094. <para>Lists the editors that can be customized by implementing the <see cref="T:DevExpress.DataAccess.UI.Sql.ISqlEditorsCustomizationService"/> interface.</para>
  2095. </summary>
  2096. </member>
  2097. <member name="F:DevExpress.DataAccess.UI.Sql.SqlEditorId.Connection">
  2098. <summary>
  2099. <para>Identifies the Data Connections Editor.</para>
  2100. <para />
  2101. </summary>
  2102. </member>
  2103. <member name="F:DevExpress.DataAccess.UI.Sql.SqlEditorId.Query">
  2104. <summary>
  2105. <para>Identifies the Query Editor.</para>
  2106. <para />
  2107. </summary>
  2108. </member>
  2109. <member name="N:DevExpress.DataAccess.UI.Wizard">
  2110. <summary>
  2111. <para>Contains classes used to manage UI settings of the Data Source wizard and Query Builder.</para>
  2112. </summary>
  2113. </member>
  2114. <member name="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1">
  2115. <summary>
  2116. <para>Provides functionality to customize the <see href="https://docs.devexpress.com/WindowsForms/118350/common-features/data-source-wizard">Data Source Wizard</see>.</para>
  2117. </summary>
  2118. </member>
  2119. <member name="P:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.Model">
  2120. <summary>
  2121. <para>Provides access to a document model associated with a custom wizard page.</para>
  2122. </summary>
  2123. <value>A <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/> or <see cref="T:DevExpress.DashboardCommon.DashboardDataSourceModel"/> object.</value>
  2124. </member>
  2125. <member name="M:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.RegisterInstance``1(``0)">
  2126. <summary>
  2127. <para>Registers a specified service instance.</para>
  2128. </summary>
  2129. <param name="instance">A server instance.</param>
  2130. </member>
  2131. <member name="M:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.RegisterPage``2">
  2132. <summary>
  2133. <para>Registers a custom wizard page.</para>
  2134. </summary>
  2135. </member>
  2136. <member name="M:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.RegisterPageView``2">
  2137. <summary>
  2138. <para>Registers a custom wizard page view.</para>
  2139. </summary>
  2140. </member>
  2141. <member name="M:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.RegisterType``2">
  2142. <summary>
  2143. <para>Registers a service type.</para>
  2144. </summary>
  2145. </member>
  2146. <member name="M:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.Resolve(System.Type)">
  2147. <summary>
  2148. <para>Returns the list of available data providers from the internal container.</para>
  2149. </summary>
  2150. <param name="serviceType">A <see cref="T:System.Type"/> object.</param>
  2151. <returns>A <see cref="T:System.Object"/> value.</returns>
  2152. </member>
  2153. <member name="P:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.StartPage">
  2154. <summary>
  2155. <para>Specifies the starting page of a wizard.</para>
  2156. </summary>
  2157. <value>A <see cref="T:System.Type"/> object.</value>
  2158. </member>
  2159. <member name="P:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.WizardSize">
  2160. <summary>
  2161. <para>Specifies the dimensions of the wizard window.</para>
  2162. </summary>
  2163. <value>A System.Drawing.Size structure.</value>
  2164. </member>
  2165. <member name="P:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1.WizardTitle">
  2166. <summary>
  2167. <para>Specifies the title of the wizard window.</para>
  2168. </summary>
  2169. <value>A <see cref="T:System.String"/> value.</value>
  2170. </member>
  2171. <member name="N:DevExpress.DataAccess.UI.Wizard.Services">
  2172. <summary>
  2173. <para>Contains interfaces that provide additional functionality to the Data Source Wizard.</para>
  2174. </summary>
  2175. </member>
  2176. <member name="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider">
  2177. <summary>
  2178. <para>When implemented by a class, provides repository items for editing query parameters.</para>
  2179. </summary>
  2180. </member>
  2181. <member name="M:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider.GetRepositoryItem(System.Type)">
  2182. <summary>
  2183. <para>Gets a repository item for editing a parameter of the specified type.</para>
  2184. </summary>
  2185. <param name="type">The type of a parameter to edit.</param>
  2186. <returns>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> object.</returns>
  2187. </member>
  2188. <member name="N:DevExpress.DataAccess.UI.Wizard.Views">
  2189. <summary>
  2190. <para>Contains classes that provide the user interface functionality to the Data Source Wizard views.</para>
  2191. </summary>
  2192. </member>
  2193. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView">
  2194. <summary>
  2195. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118392/common-features/data-source-wizard/wizard-pages/connect-to-a-database/select-a-data-connection">Select a Data Connection</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2196. </summary>
  2197. </member>
  2198. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView.#ctor(DevExpress.DataAccess.Wizard.SqlWizardOptions)">
  2199. <summary>
  2200. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView"/> class with the specified options.</para>
  2201. </summary>
  2202. <param name="options">An object that specifies the wizard options.</param>
  2203. </member>
  2204. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView.Changed">
  2205. <summary>
  2206. <para>Occurs when the selected item in the list of available connections is changed.</para>
  2207. </summary>
  2208. </member>
  2209. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView.ExistingConnectionName">
  2210. <summary>
  2211. <para>Gets the name of the connection selected from the list of available connections.</para>
  2212. </summary>
  2213. <value>A string specifying the name of the selected connection.</value>
  2214. </member>
  2215. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView.HeaderDescription">
  2216. <summary>
  2217. <para>Specifies the description of the current wizard page.</para>
  2218. </summary>
  2219. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2220. </member>
  2221. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView.SetConnections(System.Collections.Generic.IEnumerable{System.String})">
  2222. <summary>
  2223. <para>Changes the list of available connections on a wizard page.</para>
  2224. </summary>
  2225. <param name="connectionNames">A collection of strings specifying connection names.</param>
  2226. </member>
  2227. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView.SetSelectedConnection(System.String)">
  2228. <summary>
  2229. <para>Changes the selected item from the list of available connections.</para>
  2230. </summary>
  2231. <param name="connectionName">A string that specifies the name of the connection to be selected.</param>
  2232. </member>
  2233. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseConnectionPageView.ShouldCreateNewConnection">
  2234. <summary>
  2235. <para>Gets whether to create a new data connection or use an existing one from the list.</para>
  2236. </summary>
  2237. <value>true, to create a new connection; otherwise, false.</value>
  2238. </member>
  2239. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataProviderPageView">
  2240. <summary>
  2241. <para>Supplies a view for the Select a Data Connection Type page of the <see href="https://docs.devexpress.com/XtraReports/120164/visual-studio-report-designer/data-source-wizard">Data Source Wizard</see> in WinForms applications.</para>
  2242. </summary>
  2243. </member>
  2244. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataProviderPageView.#ctor">
  2245. <summary>
  2246. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataProviderPageView"/> class.</para>
  2247. </summary>
  2248. </member>
  2249. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataProviderPageView.DataSourceType">
  2250. <summary>
  2251. <para>Specifies the selected data source type.</para>
  2252. </summary>
  2253. <value>A value that specifies the data source type.</value>
  2254. </member>
  2255. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataProviderPageView.HeaderDescription">
  2256. <summary>
  2257. <para>Specifies the description of the Select a Data Connection Type wizard page.</para>
  2258. </summary>
  2259. <value>The page description.</value>
  2260. </member>
  2261. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataProviderPageView.InitializeDataProviders(DevExpress.DataAccess.Wizard.Services.DataSourceTypes,System.Collections.Generic.IEnumerable{DevExpress.DataAccess.UI.Wizard.ProviderLookupItem})">
  2262. <summary>
  2263. <para>Initializes a new instance of the ChooseDataProviderPageView class with the specified settings.</para>
  2264. </summary>
  2265. <param name="dataSourceTypes">A <see cref="T:DevExpress.DataAccess.Wizard.Services.DataSourceTypes"/> object that contains available data source types.</param>
  2266. <param name="providers">A collection of data providers.</param>
  2267. </member>
  2268. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataProviderPageView.ProviderKey">
  2269. <summary>
  2270. <para>Identifies the data store provider.</para>
  2271. </summary>
  2272. <value>The data store provider.</value>
  2273. </member>
  2274. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceNamePageView">
  2275. <summary>
  2276. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118390/common-features/data-source-wizard/wizard-pages/start-pages/enter-the-data-source-name">Enter the Data Source Name</see> page of the Data Source Wizard.</para>
  2277. </summary>
  2278. </member>
  2279. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceNamePageView.#ctor">
  2280. <summary>
  2281. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceNamePageView"/> class with the default settings.</para>
  2282. </summary>
  2283. </member>
  2284. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceNamePageView.DataSourceName">
  2285. <summary>
  2286. <para>Specifies the data source name.</para>
  2287. </summary>
  2288. <value>A string that specifies the data source name.</value>
  2289. </member>
  2290. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceNamePageView.HeaderDescription">
  2291. <summary>
  2292. <para>Specifies the description of the current wizard page.</para>
  2293. </summary>
  2294. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2295. </member>
  2296. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceNamePageView.ShowErrorMessage">
  2297. <summary>
  2298. <para>Displays an error message when a data source with the specified name already exists.</para>
  2299. </summary>
  2300. </member>
  2301. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceTypePageView">
  2302. <summary>
  2303. <para>Provides a view for the Select the Data Source Type page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2304. </summary>
  2305. </member>
  2306. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceTypePageView.#ctor">
  2307. <summary>
  2308. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceTypePageView"/> class with the default settings.</para>
  2309. </summary>
  2310. </member>
  2311. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceTypePageView.#ctor(DevExpress.DataAccess.Wizard.Services.DataSourceTypes)">
  2312. <summary>
  2313. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceTypePageView"/> class with specified settings.</para>
  2314. </summary>
  2315. </member>
  2316. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceTypePageView.DataSourceType">
  2317. <summary>
  2318. <para>Specifies the selected data source type.</para>
  2319. </summary>
  2320. <value>A value that specifies the data source type.</value>
  2321. </member>
  2322. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseDataSourceTypePageView.HeaderDescription">
  2323. <summary>
  2324. <para>Specifies the description of the current wizard page.</para>
  2325. </summary>
  2326. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2327. </member>
  2328. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView">
  2329. <summary>
  2330. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118400/common-features/data-source-wizard/wizard-pages/connect-to-an-entity-framework-data-source/select-the-connection-string">Select the Connection String</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2331. </summary>
  2332. </member>
  2333. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.#ctor">
  2334. <summary>
  2335. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView"/> class with the default settings.</para>
  2336. </summary>
  2337. </member>
  2338. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.Changed">
  2339. <summary>
  2340. <para>Occurs when the selected item in the list of available connections is changed.</para>
  2341. </summary>
  2342. </member>
  2343. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.HeaderDescription">
  2344. <summary>
  2345. <para>Specifies the description of the current wizard page.</para>
  2346. </summary>
  2347. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2348. </member>
  2349. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.Initialize(DevExpress.DataAccess.Wizard.Views.ConfigureConnectionMode,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
  2350. <summary>
  2351. <para>Initializes a wizard page with the list of available connections.</para>
  2352. </summary>
  2353. <param name="configureMode">The type of the data connection to an Entity Framework data source.</param>
  2354. <param name="availableConnections">The list of available data connections.</param>
  2355. <param name="showConnectionsList">true to display the list of available data connections; otherwise, false.</param>
  2356. </member>
  2357. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.Mode">
  2358. <summary>
  2359. <para>Specifies the type of the data connection to an Entity Framework data source.</para>
  2360. </summary>
  2361. <value>The type of the data connection to an Entity Framework data source.</value>
  2362. </member>
  2363. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.NewConnectionName">
  2364. <summary>
  2365. <para>Specifies the name of a new data connection.</para>
  2366. </summary>
  2367. <value>The name of a new data connection.</value>
  2368. </member>
  2369. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.NewConnectionString">
  2370. <summary>
  2371. <para>Specifies the connection string used to establish a connection to an Entity Framework data source.</para>
  2372. </summary>
  2373. <value>The connection string.</value>
  2374. </member>
  2375. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.SelectedConnectionName">
  2376. <summary>
  2377. <para>Specifies the name of the connection selected from the list of available connections.</para>
  2378. </summary>
  2379. <value>The name of the connection selected from the list of available connections.</value>
  2380. </member>
  2381. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.SetCanSaveToStorage(System.Boolean)">
  2382. <summary>
  2383. <para>Sets whether the connection string can be saved to the dedicated storage.</para>
  2384. </summary>
  2385. <param name="value">true if the connection string can be saved to the storage; otherwise, false.</param>
  2386. </member>
  2387. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFConnectionStringPageView.ShouldSaveConnectionString">
  2388. <summary>
  2389. <para>Specifies whether to save the connection string to the dedicated storage.</para>
  2390. </summary>
  2391. <value>true if the connection string can be saved to the storage; otherwise, false.</value>
  2392. </member>
  2393. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView">
  2394. <summary>
  2395. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118399/common-features/data-source-wizard/wizard-pages/connect-to-an-entity-framework-data-source/select-a-data-context">Select the Data Context</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2396. </summary>
  2397. </member>
  2398. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.#ctor">
  2399. <summary>
  2400. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView"/> class with the default settings.</para>
  2401. </summary>
  2402. </member>
  2403. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.#ctor(DevExpress.DataAccess.Wizard.EFWizardOptions)">
  2404. <summary>
  2405. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView"/> class with the specified settings.</para>
  2406. </summary>
  2407. <param name="options">An <see cref="T:DevExpress.DataAccess.Wizard.EFWizardOptions"/> enumeration value.</param>
  2408. </member>
  2409. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.BrowseForAssembly">
  2410. <summary>
  2411. <para>Occurs after the Browse button is clicked on a wizard page and an assembly is selected.</para>
  2412. </summary>
  2413. </member>
  2414. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.ContextName">
  2415. <summary>
  2416. <para>Specifies the item selected in the list of available data contexts.</para>
  2417. </summary>
  2418. <value>A string that specifies the selected data context.</value>
  2419. </member>
  2420. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.ContextNameChanged">
  2421. <summary>
  2422. <para>Occurs when the selected item in the list of available data contexts is changed.</para>
  2423. </summary>
  2424. </member>
  2425. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.HeaderDescription">
  2426. <summary>
  2427. <para>Specifies the description of the current wizard page.</para>
  2428. </summary>
  2429. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2430. </member>
  2431. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.Initialize">
  2432. <summary>
  2433. <para>Initializes a wizard page with a list of available data contexts.</para>
  2434. </summary>
  2435. </member>
  2436. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFContextPageView.RefreshContextList(System.Collections.Generic.IEnumerable{DevExpress.Entity.Model.IContainerInfo})">
  2437. <summary>
  2438. <para>Changes the list of available data contexts.</para>
  2439. </summary>
  2440. <param name="containers">A collection of <see cref="T:DevExpress.Entity.Model.IContainerInfo"/> objects containing settings of data contexts.</param>
  2441. </member>
  2442. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView">
  2443. <summary>
  2444. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118403/common-features/data-source-wizard/wizard-pages/connect-to-an-entity-framework-data-source/select-a-data-member">Select a Data Member</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2445. </summary>
  2446. </member>
  2447. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView.#ctor">
  2448. <summary>
  2449. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView"/> class with the default settings.</para>
  2450. </summary>
  2451. </member>
  2452. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView.DataMember">
  2453. <summary>
  2454. <para>Specifies the name of the selected data member.</para>
  2455. </summary>
  2456. <value>A string that specifies the name of the selected data member.</value>
  2457. </member>
  2458. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView.DataMemberChanged">
  2459. <summary>
  2460. <para>Occurs when the selected item in the list of available members is changed.</para>
  2461. </summary>
  2462. </member>
  2463. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView.HeaderDescription">
  2464. <summary>
  2465. <para>Specifies the description of the current wizard page.</para>
  2466. </summary>
  2467. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2468. </member>
  2469. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.Xpo.DB.DBTable},System.Collections.Generic.IEnumerable{DevExpress.Xpo.DB.DBStoredProcedure},System.String)">
  2470. <summary>
  2471. <para>Initializes a wizard page with the list of available data members.</para>
  2472. </summary>
  2473. <param name="tables">A collection of the <see cref="T:DevExpress.Xpo.DB.DBTable"/> objects specifying tables from an Entity Framework data source.</param>
  2474. <param name="procedures">A collection of the <see cref="T:DevExpress.Xpo.DB.DBStoredProcedure"/> objects specifying stored procedures from an Entity Framework data source.</param>
  2475. <param name="dataMember">A string that specifies the name of the selected data member.</param>
  2476. </member>
  2477. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseEFDataMemberPageView.StoredProcChosen">
  2478. <summary>
  2479. <para>Specifies whether the selected data member is a stored procedure.</para>
  2480. </summary>
  2481. <value>true, if the selected data member is a stored procedure; otherwise, false.</value>
  2482. </member>
  2483. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseExcelFileDataRangePageView">
  2484. <summary>
  2485. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118415/common-features/data-source-wizard/wizard-pages/connect-to-an-excel-data-source/select-a-worksheet-table-or-named-range">Select a Worksheet, Table or Named Range</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2486. </summary>
  2487. </member>
  2488. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseExcelFileDataRangePageView.#ctor">
  2489. <summary>
  2490. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseExcelFileDataRangePageView"/> class with the default settings.</para>
  2491. </summary>
  2492. </member>
  2493. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseExcelFileDataRangePageView.Changed">
  2494. <summary>
  2495. <para>Occurs when the selected item in the list of available worksheets, tables and named regions is changed.</para>
  2496. </summary>
  2497. </member>
  2498. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseExcelFileDataRangePageView.HeaderDescription">
  2499. <summary>
  2500. <para>Specifies the description of the current wizard page.</para>
  2501. </summary>
  2502. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2503. </member>
  2504. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseExcelFileDataRangePageView.Initialize(DevExpress.DataAccess.Wizard.Presenters.ListBoxItem[])">
  2505. <summary>
  2506. <para>Initializes a wizard page with the list of available worksheets, tables and named regions.</para>
  2507. </summary>
  2508. <param name="items">A collection of <see cref="T:DevExpress.DataAccess.Wizard.Presenters.ListBoxItem"/> objects containing the settings of file data ranges.</param>
  2509. </member>
  2510. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseExcelFileDataRangePageView.SelectedItem">
  2511. <summary>
  2512. <para>Specifies the item selected in the list of available worksheets, tables and named regions.</para>
  2513. </summary>
  2514. <value>An object containing settings of the selected item.</value>
  2515. </member>
  2516. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView">
  2517. <summary>
  2518. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118414/common-features/data-source-wizard/wizard-pages/connect-to-an-excel-data-source/specify-import-settings">Specify Import Settings</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2519. </summary>
  2520. </member>
  2521. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.#ctor">
  2522. <summary>
  2523. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView"/> class with the default settings.</para>
  2524. </summary>
  2525. </member>
  2526. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.DetectEncoding">
  2527. <summary>
  2528. <para>Occurs when the state of the Detect automatically check box for the Encoding option is changed.</para>
  2529. </summary>
  2530. </member>
  2531. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.DetectNewlineType">
  2532. <summary>
  2533. <para>Occurs when the state of the Detect automatically check box for the Newline type option is changed.</para>
  2534. </summary>
  2535. </member>
  2536. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.DetectValueSeparator">
  2537. <summary>
  2538. <para>Occurs when the state of the Detect automatically check box for the Value separator option is changed.</para>
  2539. </summary>
  2540. </member>
  2541. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.DocumentFormat">
  2542. <summary>
  2543. <para>Specifies the format of the selected document.</para>
  2544. </summary>
  2545. <value>A <see cref="T:DevExpress.DataAccess.Excel.ExcelDocumentFormat"/> enumeration value that specifies the format of the selected document.</value>
  2546. </member>
  2547. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.HeaderDescription">
  2548. <summary>
  2549. <para>Specifies the description of the current wizard page.</para>
  2550. </summary>
  2551. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2552. </member>
  2553. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.Initialize(DevExpress.DataAccess.Excel.ExcelSourceOptionsBase)">
  2554. <summary>
  2555. <para>Initializes a wizard page with the available options depending on the type of the selected file.</para>
  2556. </summary>
  2557. <param name="options">An <see cref="T:DevExpress.DataAccess.Excel.ExcelSourceOptionsBase"/> descendant containing options used to extract data from the selected file. This value is assigned to the <see cref="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.SourceOptions">ChooseFileOptionsPageView.SourceOptions</see> property.</param>
  2558. </member>
  2559. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.SetEncoding(System.Text.Encoding)">
  2560. <summary>
  2561. <para>Changes the entry selected in the Encoding editor.</para>
  2562. </summary>
  2563. <param name="encoding">An <see cref="T:System.Text.Encoding"/> value that specifies character encoding in the selected CSV file.</param>
  2564. </member>
  2565. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.SetNewlineType(DevExpress.DataAccess.Excel.CsvNewlineType)">
  2566. <summary>
  2567. <para>Changes the entry selected in the Newline type editor.</para>
  2568. </summary>
  2569. <param name="newlineType">An <see cref="T:DevExpress.XtraExport.Csv.CsvNewlineType"/> enumeration value that specifies the line break type in the source CSV file.</param>
  2570. </member>
  2571. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.SetValueSeparator(System.Char)">
  2572. <summary>
  2573. <para>Changes the entry selected in the Value separator editor.</para>
  2574. </summary>
  2575. <param name="separator">A character used to separate values in the selected CSV file.</param>
  2576. </member>
  2577. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseFileOptionsPageView.SourceOptions">
  2578. <summary>
  2579. <para>Gets options used to extract data form the selected file (Microsoft Excel workbook or CSV file).</para>
  2580. </summary>
  2581. <value>A <see cref="T:DevExpress.DataAccess.Excel.ExcelSourceOptionsBase"/> descendant containing options used to extract data from the selected file.</value>
  2582. </member>
  2583. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseFilePageView">
  2584. <summary>
  2585. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118413/common-features/data-source-wizard/wizard-pages/connect-to-an-excel-data-source/select-an-excel-workbook-or-csv-file">Select an Excel Workbook or CSV File</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2586. </summary>
  2587. </member>
  2588. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseFilePageView.#ctor">
  2589. <summary>
  2590. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseFilePageView"/> class with the default settings.</para>
  2591. </summary>
  2592. </member>
  2593. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseFilePageView.Changed">
  2594. <summary>
  2595. <para>Occurs when the selected file is changed.</para>
  2596. </summary>
  2597. </member>
  2598. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseFilePageView.FileName">
  2599. <summary>
  2600. <para>Specifies the name of the selected file.</para>
  2601. </summary>
  2602. <value>A string specifying the file name.</value>
  2603. </member>
  2604. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseFilePageView.HeaderDescription">
  2605. <summary>
  2606. <para>Specifies the description of the current wizard page.</para>
  2607. </summary>
  2608. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2609. </member>
  2610. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseFilePageView.ShowPasswordForm(System.String,System.String,DevExpress.DataAccess.Wizard.Presenters.FileInfo@)">
  2611. <summary>
  2612. <para>Shows the form for specifying a password, if the selected file is password protected.</para>
  2613. </summary>
  2614. <param name="caption">The caption of the password form.</param>
  2615. <param name="fileName">The name of the selected file.</param>
  2616. <param name="fileInfo">An object containing settings of the selected file.</param>
  2617. <returns>true, if the password was successfully specified, otherwise, false.</returns>
  2618. </member>
  2619. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView">
  2620. <summary>
  2621. <para>Provides a view for the <see href="https://docs.devexpress.com/XtraReports/400394/visual-studio-report-designer/data-source-wizard/connect-to-a-json-data-source/select-data-fields">Select Data Fields</see> page of the <see href="https://docs.devexpress.com/XtraReports/120164/visual-studio-report-designer/data-source-wizard">Data Source Wizard</see> in WinForms applications.</para>
  2622. </summary>
  2623. </member>
  2624. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView.#ctor">
  2625. <summary>
  2626. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView"/> class.</para>
  2627. </summary>
  2628. </member>
  2629. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView.#ctor(DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  2630. <summary>
  2631. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView"/> class with the specified settings.</para>
  2632. </summary>
  2633. <param name="repositoryItemsProvider">An object implementing the DevExpress.DataAccess.Wizard.Views.IRepositoryItemsProvider interface that provides repository items for editing query parameters.</param>
  2634. </member>
  2635. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView.HeaderDescription">
  2636. <summary>
  2637. <para>Specifies the description of the <see href="https://docs.devexpress.com/XtraReports/400394/visual-studio-report-designer/data-source-wizard/connect-to-a-json-data-source/select-data-fields">Select Data Fields</see> wizard page.</para>
  2638. </summary>
  2639. <value>The page description.</value>
  2640. </member>
  2641. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView.RootElement">
  2642. <summary>
  2643. <para>Gets the name of the selected root element.</para>
  2644. </summary>
  2645. <value>The name of the selected root element.</value>
  2646. </member>
  2647. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSchemaPageView.Schema">
  2648. <summary>
  2649. <para>Gets the schema of the retrieved JSON data source.</para>
  2650. </summary>
  2651. <value>A collection of <see cref="T:DevExpress.DataAccess.Json.JsonSchemaNode"/> objects that specifies the schema of the retrieved JSON data source.</value>
  2652. </member>
  2653. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView">
  2654. <summary>
  2655. <para>Provides a view for the <see href="https://docs.devexpress.com/XtraReports/400393/visual-studio-report-designer/data-source-wizard/connect-to-a-json-data-source/specify-json-data-location">Specify JSON Data Location</see> page of the <see href="https://docs.devexpress.com/XtraReports/120164/visual-studio-report-designer/data-source-wizard">Data Source Wizard</see> in WinForms applications.</para>
  2656. </summary>
  2657. </member>
  2658. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView.#ctor(DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,System.IServiceProvider)">
  2659. <summary>
  2660. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView"/> class with specified settings.</para>
  2661. </summary>
  2662. </member>
  2663. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView.Changed">
  2664. <summary>
  2665. <para>Occurs after settings on the <see href="https://docs.devexpress.com/XtraReports/400393/visual-studio-report-designer/data-source-wizard/connect-to-a-json-data-source/specify-json-data-location">Specify JSON Data Location</see> wizard page have changed.</para>
  2666. </summary>
  2667. </member>
  2668. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView.ConnectionType">
  2669. <summary>
  2670. <para>Specifies the type of the connection to a JSON data source.</para>
  2671. </summary>
  2672. <value>A <see cref="T:DevExpress.DataAccess.Wizard.Views.JsonConnectionType"/> enumeration value that specifies the type of the connection to a JSON data source.</value>
  2673. </member>
  2674. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView.FilePath">
  2675. <summary>
  2676. <para>Specifies the path to a JSON file.</para>
  2677. </summary>
  2678. <value>The path to a JSON file.</value>
  2679. </member>
  2680. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView.HeaderDescription">
  2681. <summary>
  2682. <para>Specifies the description of the <see href="https://docs.devexpress.com/XtraReports/400393/visual-studio-report-designer/data-source-wizard/connect-to-a-json-data-source/specify-json-data-location">Specify JSON Data Location</see> wizard page.</para>
  2683. </summary>
  2684. <value>The page description.</value>
  2685. </member>
  2686. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView.Json">
  2687. <summary>
  2688. <para>Specifies the string with JSON content.</para>
  2689. </summary>
  2690. <value>A string that specifies a JSON data source.</value>
  2691. </member>
  2692. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseJsonSourcePageView.Uri">
  2693. <summary>
  2694. <para>Specifies the path to a JSON data source.</para>
  2695. </summary>
  2696. <value>The path to an JSON data source.</value>
  2697. </member>
  2698. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView">
  2699. <summary>
  2700. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118405/common-features/data-source-wizard/wizard-pages/connect-to-an-object-data-source/select-an-assembly">Select an Assembly</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see>.</para>
  2701. </summary>
  2702. </member>
  2703. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView.#ctor">
  2704. <summary>
  2705. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView"/> class with the default settings.</para>
  2706. </summary>
  2707. </member>
  2708. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView.Changed">
  2709. <summary>
  2710. <para>Occurs when the selected item in the list of available assemblies is changed.</para>
  2711. </summary>
  2712. </member>
  2713. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView.HeaderDescription">
  2714. <summary>
  2715. <para>Specifies the description of the current wizard page.</para>
  2716. </summary>
  2717. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2718. </member>
  2719. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView.Initialize">
  2720. <summary>
  2721. <para>Initializes a wizard page with the list of available assemblies.</para>
  2722. </summary>
  2723. </member>
  2724. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView.SelectedItem">
  2725. <summary>
  2726. <para>Specifies the item selected in the list of available assemblies.</para>
  2727. </summary>
  2728. <value>An object containing settings of the selected assembly.</value>
  2729. </member>
  2730. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView.SetData(System.Collections.Generic.IEnumerable{DevExpress.DataAccess.Wizard.Views.AssemblyViewInfo},System.Boolean)">
  2731. <summary>
  2732. <para>Changes the list of available assemblies.</para>
  2733. </summary>
  2734. <param name="items">A collection of <see cref="T:DevExpress.DataAccess.Wizard.Views.AssemblyViewInfo"/> objects containing settings of assemblies.</param>
  2735. <param name="showAll">The state of the Show only highlighted assemblies check box.</param>
  2736. </member>
  2737. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectAssemblyPageView.ShowAll">
  2738. <summary>
  2739. <para>Specifies the state of the Show only highlighted assemblies check box.</para>
  2740. </summary>
  2741. <value>true, to disable the check box; otherwise, false.</value>
  2742. </member>
  2743. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectBindingModePageView">
  2744. <summary>
  2745. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118409/common-features/data-source-wizard/wizard-pages/connect-to-an-object-data-source/select-the-data-binding-mode">Select the Data Binding Mode</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see>.</para>
  2746. </summary>
  2747. </member>
  2748. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectBindingModePageView.#ctor">
  2749. <summary>
  2750. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectBindingModePageView"/> class with the default settings.</para>
  2751. </summary>
  2752. </member>
  2753. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectBindingModePageView.Changed">
  2754. <summary>
  2755. <para>Occurs when the object binding mode selected on a wizard page is changed.</para>
  2756. </summary>
  2757. </member>
  2758. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectBindingModePageView.HeaderDescription">
  2759. <summary>
  2760. <para>Specifies the description of the current wizard page.</para>
  2761. </summary>
  2762. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2763. </member>
  2764. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectBindingModePageView.SchemaOnly">
  2765. <summary>
  2766. <para>Specifies whether the mode obtaining the data source schema or the mode retrieving actual data is selected on a wizard page.</para>
  2767. </summary>
  2768. <value>true, to select the mode obtaining only the data source schema; otherwise, false.</value>
  2769. </member>
  2770. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView">
  2771. <summary>
  2772. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118410/common-features/data-source-wizard/wizard-pages/connect-to-an-object-data-source/select-a-data-source-constructor">Select a Data Source Constructor</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2773. </summary>
  2774. </member>
  2775. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView.#ctor">
  2776. <summary>
  2777. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView"/> class with the default settings.</para>
  2778. </summary>
  2779. </member>
  2780. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView.Changed">
  2781. <summary>
  2782. <para>Occurs when the selected item in the list of available constructors is changed.</para>
  2783. </summary>
  2784. </member>
  2785. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView.HeaderDescription">
  2786. <summary>
  2787. <para>Specifies the description of the current wizard page.</para>
  2788. </summary>
  2789. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2790. </member>
  2791. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.DataAccess.Wizard.Views.ConstructorViewInfo},System.Boolean)">
  2792. <summary>
  2793. <para>Initializes a wizard page with the list of available constructors.</para>
  2794. </summary>
  2795. <param name="items">A collection of <see cref="T:DevExpress.DataAccess.Wizard.Views.ConstructorViewInfo"/> objects containing the settings of constructors.</param>
  2796. <param name="showAll">The state of the Show only highlighted constructors check box.</param>
  2797. </member>
  2798. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView.Result">
  2799. <summary>
  2800. <para>Specifies the item selected in the list of available data source constructors.</para>
  2801. </summary>
  2802. <value>An object containing settings of the selected data source constructor.</value>
  2803. </member>
  2804. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectConstructorPageView.ShowAll">
  2805. <summary>
  2806. <para>Specifies the state of the Show only highlighted constructors check box.</para>
  2807. </summary>
  2808. <value>true, to disable the check box; otherwise, false.</value>
  2809. </member>
  2810. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView">
  2811. <summary>
  2812. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118407/common-features/data-source-wizard/wizard-pages/connect-to-an-object-data-source/select-a-data-source-member">Select a Data Source Member</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2813. </summary>
  2814. </member>
  2815. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView.#ctor">
  2816. <summary>
  2817. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView"/> class with the default settings.</para>
  2818. </summary>
  2819. </member>
  2820. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView.Changed">
  2821. <summary>
  2822. <para>Occurs when the selected item in the list of available members is changed.</para>
  2823. </summary>
  2824. </member>
  2825. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView.HeaderDescription">
  2826. <summary>
  2827. <para>Specifies the description of the current wizard page.</para>
  2828. </summary>
  2829. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2830. </member>
  2831. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.DataAccess.ObjectBinding.ObjectMember},System.Boolean,System.Boolean)">
  2832. <summary>
  2833. <para>Initializes a wizard page with the list of available members.</para>
  2834. </summary>
  2835. <param name="items">A collection of <see cref="T:DevExpress.DataAccess.ObjectBinding.ObjectMember"/> objects containing settings of object members.</param>
  2836. <param name="staticType">A value that specifies whether binding to an object member (not to the entire object) is selected.</param>
  2837. <param name="showAll">The state of the Show only highlighted members check box.</param>
  2838. </member>
  2839. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView.Result">
  2840. <summary>
  2841. <para>Specifies the item selected in the list of available members.</para>
  2842. </summary>
  2843. <value>An object containing settings of the selected member.</value>
  2844. </member>
  2845. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectMemberPageView.ShowAll">
  2846. <summary>
  2847. <para>Specifies the state of the Show only highlighted members check box.</para>
  2848. </summary>
  2849. <value>true, to disable the check box; otherwise, false.</value>
  2850. </member>
  2851. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView">
  2852. <summary>
  2853. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118406/common-features/data-source-wizard/wizard-pages/connect-to-an-object-data-source/select-a-data-source-type">Select a Data Source Type</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2854. </summary>
  2855. </member>
  2856. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView.#ctor">
  2857. <summary>
  2858. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView"/> class with the default settings.</para>
  2859. </summary>
  2860. </member>
  2861. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView.Changed">
  2862. <summary>
  2863. <para>Occurs when the selected item in the list of available types is changed.</para>
  2864. </summary>
  2865. </member>
  2866. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView.HeaderDescription">
  2867. <summary>
  2868. <para>Specifies the description of the current wizard page.</para>
  2869. </summary>
  2870. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2871. </member>
  2872. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.DataAccess.Wizard.Views.TypeViewInfo},System.Boolean)">
  2873. <summary>
  2874. <para>Initializes a wizard page with the list of available types.</para>
  2875. </summary>
  2876. <param name="items">A collection of <see cref="T:DevExpress.DataAccess.Wizard.Views.TypeViewInfo"/> objects containing settings of object types.</param>
  2877. <param name="showAll">The state of the Show only highlighted types check box.</param>
  2878. </member>
  2879. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView.SelectedItem">
  2880. <summary>
  2881. <para>Specifies the item selected in the list of available types.</para>
  2882. </summary>
  2883. <value>An object containing settings of the selected type.</value>
  2884. </member>
  2885. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseObjectTypePageView.ShowAll">
  2886. <summary>
  2887. <para>Specifies the state of the Show only highlighted types check box.</para>
  2888. </summary>
  2889. <value>true, to disable the check box; otherwise, false.</value>
  2890. </member>
  2891. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseXPObjectSourceEntityTypePageView">
  2892. <summary>
  2893. <para>Provides a view for the <see href="https://docs.devexpress.com/XtraReports/400391/visual-studio-report-designer/data-source-wizard/connect-to-an-xpo-data-source/choose-an-entity-type">Choose an Entity Type</see> page of the <see href="https://docs.devexpress.com/XtraReports/120164/visual-studio-report-designer/data-source-wizard">Data Source Wizard</see> in WinForms applications.</para>
  2894. </summary>
  2895. </member>
  2896. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseXPObjectSourceEntityTypePageView.#ctor">
  2897. <summary>
  2898. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ChooseXPObjectSourceEntityTypePageView"/> class with the default settings.</para>
  2899. </summary>
  2900. </member>
  2901. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseXPObjectSourceEntityTypePageView.EntityType">
  2902. <summary>
  2903. <para>Specifies the selected <see href="https://docs.devexpress.com/XPO/2077/create-a-data-model/create-a-persistent-object">persistent object class</see>.</para>
  2904. </summary>
  2905. <value>A value that specifies the selected persistent object class.</value>
  2906. </member>
  2907. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ChooseXPObjectSourceEntityTypePageView.HeaderDescription">
  2908. <summary>
  2909. <para>Specifies the description of the <see href="https://docs.devexpress.com/XtraReports/400391/visual-studio-report-designer/data-source-wizard/connect-to-an-xpo-data-source/choose-an-entity-type">Choose an Entity Type</see> wizard page.</para>
  2910. </summary>
  2911. <value>The page description.</value>
  2912. </member>
  2913. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ChooseXPObjectSourceEntityTypePageView.Initialize(System.Collections.IEnumerable)">
  2914. <summary>
  2915. <para>Initializes the <see href="https://docs.devexpress.com/XtraReports/400391/visual-studio-report-designer/data-source-wizard/connect-to-an-xpo-data-source/choose-an-entity-type">Choose an Entity Type</see> wizard page with the list of available entity types.</para>
  2916. </summary>
  2917. <param name="entityTypes">A collection of available <see href="https://docs.devexpress.com/XPO/2077/create-a-data-model/create-a-persistent-object">persistent object classes</see>.</param>
  2918. </member>
  2919. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFFiltersPageView">
  2920. <summary>
  2921. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/119330/common-features/data-source-wizard/wizard-pages/connect-to-an-entity-framework-data-source/configure-filters">Configure Filters</see> page of the <see href="https://docs.devexpress.com/WindowsForms/118350/common-features/data-source-wizard">Data Source Wizard</see> in WinForms applications.</para>
  2922. </summary>
  2923. </member>
  2924. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFFiltersPageView.#ctor(DevExpress.DataAccess.Wizard.Services.IParameterService,System.IServiceProvider,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  2925. <summary>
  2926. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFFiltersPageView"/> class with the specified settings.</para>
  2927. </summary>
  2928. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  2929. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  2930. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items to manage query parameters.</param>
  2931. </member>
  2932. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFFiltersPageView.Filters">
  2933. <summary>
  2934. <para>Provides access to the collection of data filters.</para>
  2935. </summary>
  2936. <value>An array of <see cref="T:DevExpress.DataAccess.EntityFramework.DBSetFilter"/> objects.</value>
  2937. </member>
  2938. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFFiltersPageView.HeaderDescription">
  2939. <summary>
  2940. <para>Specifies the description of a wizard page.</para>
  2941. </summary>
  2942. <value>A <see cref="T:System.String"/> value, specifying the page description.</value>
  2943. </member>
  2944. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFFiltersPageView.Initialize(DevExpress.DataAccess.EntityFramework.DBSetFilter[],System.Collections.Generic.IDictionary{System.String,DevExpress.Xpo.DB.DBTable})">
  2945. <summary>
  2946. <para>Initializes a wizard page with the list of available tables and filters.</para>
  2947. </summary>
  2948. <param name="filters">An array of <see cref="T:DevExpress.DataAccess.EntityFramework.DBSetFilter"/> objects.</param>
  2949. <param name="dbTables">Initializes a wizard page with the list of available tables and filters.
  2950. A dictionary, specifying a value pair that includes the DBSet‘s name and the DBTable.</param>
  2951. </member>
  2952. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView">
  2953. <summary>
  2954. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118402/common-features/data-source-wizard/wizard-pages/connect-to-an-entity-framework-data-source/bind-to-a-stored-procedure">Bind to a Stored Procedure</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  2955. </summary>
  2956. </member>
  2957. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.#ctor(System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
  2958. <summary>
  2959. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView"/> class with the specified settings.</para>
  2960. </summary>
  2961. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface that provides the service for the property grid.</param>
  2962. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  2963. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items to manage query parameters.</param>
  2964. <param name="context">An object that specifies the wizard options.</param>
  2965. </member>
  2966. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.AddClick">
  2967. <summary>
  2968. <para>Occurs when the Add button is clicked on a wizard page.</para>
  2969. </summary>
  2970. </member>
  2971. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.AddToList(System.Collections.Generic.IEnumerable{DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo})">
  2972. <summary>
  2973. <para>Adds the specified stored procedures to the list to be used.</para>
  2974. </summary>
  2975. <param name="procedures">A collection of <see cref="T:DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo"/> objects, which provide the settings of stored procedures.</param>
  2976. </member>
  2977. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.ChooseProceduresToAdd(System.Collections.Generic.IEnumerable{DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo})">
  2978. <summary>
  2979. <para>Shows the dialog for selecting stored procedures to be added to the list.</para>
  2980. </summary>
  2981. <param name="available">A collection of <see cref="T:DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo"/> objects containing the settings of available stored procedures.</param>
  2982. <returns>A collection of <see cref="T:DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo"/> objects containing the settings of the selected stored procedures.</returns>
  2983. </member>
  2984. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.HeaderDescription">
  2985. <summary>
  2986. <para>Specifies the description of the current wizard page.</para>
  2987. </summary>
  2988. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  2989. </member>
  2990. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.Procedures">
  2991. <summary>
  2992. <para>Gets the stored procedures with the specified parameters from the list of procedures to be used.</para>
  2993. </summary>
  2994. <value>A collection of <see cref="T:DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo"/> objects, which provide the settings of stored procedures.</value>
  2995. </member>
  2996. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.RemoveClick">
  2997. <summary>
  2998. <para>Occurs when the Remove button is clicked on a wizard page.</para>
  2999. </summary>
  3000. </member>
  3001. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.RemoveFromList(DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo)">
  3002. <summary>
  3003. <para>Removes the specified stored procedure from the list of procedures to be used.</para>
  3004. </summary>
  3005. <param name="procedure">A <see cref="T:DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo"/> object that provides the stored procedure settings.</param>
  3006. </member>
  3007. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.SelectedItem">
  3008. <summary>
  3009. <para>Gets the selected item in the list of stored procedures to be used.</para>
  3010. </summary>
  3011. <value>A <see cref="T:DevExpress.DataAccess.Wizard.Views.StoredProcedureViewInfo"/> object containing the settings of the selected stored procedure.</value>
  3012. </member>
  3013. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureEFStoredProceduresPageView.SetAddEnabled(System.Boolean)">
  3014. <summary>
  3015. <para>Activates or deactivates the Add button on a wizard page.</para>
  3016. </summary>
  3017. <param name="value">true, to activate the button; false, to deactivate the button.</param>
  3018. </member>
  3019. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureExcelFileColumnsPageView">
  3020. <summary>
  3021. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118416/common-features/data-source-wizard/wizard-pages/connect-to-an-excel-data-source/choose-columns">Choose Columns</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3022. </summary>
  3023. </member>
  3024. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureExcelFileColumnsPageView.#ctor">
  3025. <summary>
  3026. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureExcelFileColumnsPageView"/> class with the default settings.</para>
  3027. </summary>
  3028. </member>
  3029. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConfigureExcelFileColumnsPageView.Changed">
  3030. <summary>
  3031. <para>Occurs when a collection of selected columns from an Excel file is changed.</para>
  3032. </summary>
  3033. </member>
  3034. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureExcelFileColumnsPageView.HeaderDescription">
  3035. <summary>
  3036. <para>Specifies the description of the current wizard page.</para>
  3037. </summary>
  3038. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3039. </member>
  3040. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureExcelFileColumnsPageView.Initialize(DevExpress.DataAccess.Excel.FieldInfo[],System.Func{DevExpress.DataAccess.Excel.FieldInfo[],DevExpress.DataAccess.Native.ColumnarData})">
  3041. <summary>
  3042. <para>Initializes a wizard page with the list of available columns.</para>
  3043. </summary>
  3044. <param name="schema">A collection of <see cref="T:DevExpress.DataAccess.Excel.FieldInfo"/> objects containing settings of Excel data fields.</param>
  3045. <param name="loadPreviewData">A function that previews the result data.</param>
  3046. </member>
  3047. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureExcelFileColumnsPageView.Schema">
  3048. <summary>
  3049. <para>Gets a collection of columns selected on a wizard page.</para>
  3050. </summary>
  3051. <value>An array of <see cref="T:DevExpress.DataAccess.Excel.FieldInfo"/> objects containing the settings of Excel data fields.</value>
  3052. </member>
  3053. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureParametersPageView">
  3054. <summary>
  3055. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118396/common-features/data-source-wizard/wizard-pages/connect-to-a-database/configure-query-parameters">Configure Query Parameters</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3056. </summary>
  3057. </member>
  3058. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureParametersPageView.#ctor(System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  3059. <summary>
  3060. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureParametersPageView"/> class with the specified settings.</para>
  3061. </summary>
  3062. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface that provides the service for the property grid.</param>
  3063. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  3064. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items to manage query parameters.</param>
  3065. </member>
  3066. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureParametersPageView.ConfirmQueryExecution">
  3067. <summary>
  3068. <para>Displays the dialog to confirm query execution.</para>
  3069. </summary>
  3070. <returns>true, if the query execution is confirmed; otherwise, false.</returns>
  3071. </member>
  3072. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureParametersPageView.HeaderDescription">
  3073. <summary>
  3074. <para>Specifies the description of the current wizard page.</para>
  3075. </summary>
  3076. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3077. </member>
  3078. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureParametersPageView.ShowDuplicatingColumnNameError(System.String)">
  3079. <summary>
  3080. <para>Displays the error message about duplicating the specified column.</para>
  3081. </summary>
  3082. <param name="columnName">The name of the column that is duplicated.</param>
  3083. </member>
  3084. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView">
  3085. <summary>
  3086. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118395/common-features/data-source-wizard/wizard-pages/connect-to-a-database/create-a-query-or-select-a-stored-procedure">Create a Query or Select a Stored Procedure</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3087. </summary>
  3088. </member>
  3089. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.#ctor(DevExpress.Data.IDisplayNameProvider,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  3090. <summary>
  3091. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView"/> class with the specified settings.</para>
  3092. </summary>
  3093. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  3094. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  3095. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  3096. <param name="options">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  3097. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  3098. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  3099. </member>
  3100. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.#ctor(DevExpress.Data.IDisplayNameProvider,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
  3101. <summary>
  3102. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView"/> class with the specified settings.</para>
  3103. </summary>
  3104. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  3105. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  3106. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  3107. <param name="options">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  3108. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  3109. </member>
  3110. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.#ctor(DevExpress.Data.IDisplayNameProvider,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions)">
  3111. <summary>
  3112. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView"/> class with the specified settings.</para>
  3113. </summary>
  3114. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface that provides methods to specify custom names for data items.</param>
  3115. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface that provides the service for the property grid.</param>
  3116. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface that provides custom validation logic for SQL queries.</param>
  3117. <param name="options">An object that specifies the wizard options.</param>
  3118. </member>
  3119. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.CreateQueryBuilderRunner(DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Sql.DBSchema,DevExpress.DataAccess.Sql.SqlDataConnection,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  3120. <summary>
  3121. <para>Creates an object that enables running the <see href="https://docs.devexpress.com/XtraReports/17308/visual-studio-report-designer/sql-query-builder">Query Builder</see>.</para>
  3122. </summary>
  3123. <param name="schemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema (by calling the <see cref="M:DevExpress.DataAccess.Sql.IDBSchemaProviderEx.LoadColumns(DevExpress.DataAccess.Sql.SqlDataConnection,DevExpress.Xpo.DB.DBTable[])">IDBSchemaProviderEx.LoadColumns</see> method).</param>
  3124. <param name="dbSchema">A <see cref="T:DevExpress.DataAccess.Sql.DBSchema"/> object that is used to display database objects in the grid control.</param>
  3125. <param name="connection">An object specifying a connection to an SQL data source.</param>
  3126. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides the capability to manage report parameters.</param>
  3127. <returns>A <see cref="T:DevExpress.DataAccess.UI.Wizard.QueryBuilderRunnerBase"/> object.</returns>
  3128. </member>
  3129. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.HeaderDescription">
  3130. <summary>
  3131. <para>Specifies the description of the current wizard page.</para>
  3132. </summary>
  3133. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3134. </member>
  3135. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.Initialize(System.Boolean,System.Boolean,DevExpress.DataAccess.Native.Sql.ConnectionProviders.IAliasFormatter)">
  3136. <summary>
  3137. <para>For internal use. Initializes a wizard page with the specified options.</para>
  3138. </summary>
  3139. <param name="allowCustomSql">Specifies whether custom SQL editing is enabled on a wizard page.</param>
  3140. <param name="storedProceduresSupported">Specifies whether a data source contains stored procedures.</param>
  3141. <param name="aliasFormatter">An object specifying an SQL query formatter.</param>
  3142. </member>
  3143. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.QueryType">
  3144. <summary>
  3145. <para>Specifies the type of the query selected on a wizard page.</para>
  3146. </summary>
  3147. <value>A <see cref="T:DevExpress.DataAccess.Wizard.Presenters.QueryType"/> enumerator value.</value>
  3148. </member>
  3149. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.QueryTypeChanged">
  3150. <summary>
  3151. <para>Occurs when the query type selected on a wizard page is changed.</para>
  3152. </summary>
  3153. </member>
  3154. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.RunQueryBuilder">
  3155. <summary>
  3156. <para>Occurs when the Run Query Builder button is clicked on a wizard page.</para>
  3157. </summary>
  3158. </member>
  3159. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.SelectedStoredProcedureIndex">
  3160. <summary>
  3161. <para>Specifies the index of the selected item in the list of available stored procedures.</para>
  3162. </summary>
  3163. <value>An index of the selected stored procedure.</value>
  3164. </member>
  3165. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.SqlString">
  3166. <summary>
  3167. <para>Specifies the SQL string created on a wizard page.</para>
  3168. </summary>
  3169. <value>The SQL string.</value>
  3170. </member>
  3171. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.SqlStringChanged">
  3172. <summary>
  3173. <para>Occurs when the SQL string created on a wizard page is changed.</para>
  3174. </summary>
  3175. </member>
  3176. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConfigureQueryPageView.StoredProcedureChanged">
  3177. <summary>
  3178. <para>Occurs when the selected item in the list of available stored procedures is changed.</para>
  3179. </summary>
  3180. </member>
  3181. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView">
  3182. <summary>
  3183. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118393/common-features/data-source-wizard/wizard-pages/connect-to-a-database/specify-connection-properties">Specify a Connection String</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3184. </summary>
  3185. </member>
  3186. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.#ctor">
  3187. <summary>
  3188. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView"/> class with the default settings.</para>
  3189. </summary>
  3190. </member>
  3191. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.#ctor(System.Collections.Generic.List{DevExpress.DataAccess.UI.Wizard.ProviderLookupItem},DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
  3192. <summary>
  3193. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView"/> class with the specified settings.</para>
  3194. </summary>
  3195. <param name="dataProviders">A collection of <see cref="T:DevExpress.DataAccess.UI.Wizard.ProviderLookupItem"/> objects.</param>
  3196. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  3197. </member>
  3198. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.#ctor(System.Collections.Generic.List{DevExpress.DataAccess.UI.Wizard.ProviderLookupItem})">
  3199. <summary>
  3200. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView"/> class with the specified data providers.</para>
  3201. </summary>
  3202. <param name="dataProviders">A collection of <see cref="T:DevExpress.DataAccess.UI.Wizard.ProviderLookupItem"/> objects.</param>
  3203. </member>
  3204. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.Changed">
  3205. <summary>
  3206. <para>Occurs when the item selected in the Provider drop-down list is changed.</para>
  3207. </summary>
  3208. </member>
  3209. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.ConnectionName">
  3210. <summary>
  3211. <para>Specifies the name of the connection created on a wizard page.</para>
  3212. </summary>
  3213. <value>A string specifying the connection name.</value>
  3214. </member>
  3215. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.DataConnectionParameters">
  3216. <summary>
  3217. <para>Specifies the parameters of the current data connection.</para>
  3218. </summary>
  3219. <value>A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> descendant containing connection parameters.</value>
  3220. </member>
  3221. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.HeaderDescription">
  3222. <summary>
  3223. <para>Specifies the description of the current wizard page.</para>
  3224. </summary>
  3225. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3226. </member>
  3227. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.InitControls">
  3228. <summary>
  3229. <para>Initializes controls of the current wizard page.</para>
  3230. </summary>
  3231. </member>
  3232. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.SelectProvider(System.String)">
  3233. <summary>
  3234. <para>Changes the item selected in the Provider drop-down list.</para>
  3235. </summary>
  3236. <param name="provider">A string specifying the name of the provider to be selected.</param>
  3237. </member>
  3238. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ConnectionPropertiesPageView.SetConnections(System.Collections.Generic.IEnumerable{System.String})">
  3239. <summary>
  3240. <para>Changes the list of existing connections on a wizard page.</para>
  3241. </summary>
  3242. <param name="connectionNames">A collection of strings specifying connection names.</param>
  3243. </member>
  3244. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView">
  3245. <summary>
  3246. <para>Provides a view for the <see href="https://docs.devexpress.com/XtraReports/4251/visual-studio-report-designer/data-source-wizard/connect-to-a-database/create-a-query-or-select-a-stored-procedure-multi-query-version">Create a Query or Select a Stored Procedure (Multi-Query Version)</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3247. </summary>
  3248. </member>
  3249. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.#ctor">
  3250. <summary>
  3251. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView"/> class with the default settings.</para>
  3252. </summary>
  3253. </member>
  3254. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.#ctor(DevExpress.Data.IDisplayNameProvider,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  3255. <summary>
  3256. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView"/> class with the specified settings.</para>
  3257. </summary>
  3258. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  3259. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  3260. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  3261. <param name="options">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  3262. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  3263. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  3264. </member>
  3265. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.#ctor(DevExpress.Data.IDisplayNameProvider,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
  3266. <summary>
  3267. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView"/> class with the specified settings.</para>
  3268. </summary>
  3269. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  3270. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  3271. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  3272. <param name="options">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  3273. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  3274. </member>
  3275. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.#ctor(DevExpress.Data.IDisplayNameProvider,System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions)">
  3276. <summary>
  3277. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView"/> class with the specified settings.</para>
  3278. </summary>
  3279. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  3280. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  3281. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  3282. <param name="options">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  3283. </member>
  3284. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.CreateMasterDetailRunner">
  3285. <summary>
  3286. <para>For internal use. Creates an object that enables running the Master-Detail Relation Editor.</para>
  3287. </summary>
  3288. <returns>A DevExpress.DataAccess.Native.Sql.MasterDetail.MasterDetailRunnerBase object that enables running the Master-Detail Relation Editor.</returns>
  3289. </member>
  3290. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.CreateQueryBuilderRunner(DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Sql.DBSchema,DevExpress.DataAccess.Sql.SqlDataConnection,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  3291. <summary>
  3292. <para>Creates an object that enables running the <see href="https://docs.devexpress.com/XtraReports/17308/visual-studio-report-designer/sql-query-builder">Query Builder</see>.</para>
  3293. </summary>
  3294. <param name="schemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema (by calling the <see cref="M:DevExpress.DataAccess.Sql.IDBSchemaProviderEx.LoadColumns(DevExpress.DataAccess.Sql.SqlDataConnection,DevExpress.Xpo.DB.DBTable[])">IDBSchemaProviderEx.LoadColumns</see> method).</param>
  3295. <param name="dbSchema">A <see cref="T:DevExpress.DataAccess.Sql.DBSchema"/> object that is used to display database objects in the grid control.</param>
  3296. <param name="connection">An object specifying a connection to an SQL data source.</param>
  3297. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides the capability to manage report parameters.</param>
  3298. <returns>A <see cref="T:DevExpress.DataAccess.UI.Wizard.QueryBuilderRunnerBase"/> object.</returns>
  3299. </member>
  3300. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.ExpandNode">
  3301. <summary>
  3302. <para>Occurs on expanding a tree list node.</para>
  3303. </summary>
  3304. </member>
  3305. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.HeaderDescription">
  3306. <summary>
  3307. <para>Specifies the description of the current wizard page.</para>
  3308. </summary>
  3309. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3310. </member>
  3311. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.Items">
  3312. <summary>
  3313. <para>Specifies the collection of tree list elements.</para>
  3314. </summary>
  3315. <value>A collection of <see cref="T:DevExpress.DataAccess.Wizard.Presenters.MultiQueryItem"/> objects.</value>
  3316. </member>
  3317. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigurePageView.SetEditRelationEnabled(System.Boolean)">
  3318. <summary>
  3319. <para>Specifies whether or not the Edit Relations button is enabled on the current wizard page.</para>
  3320. </summary>
  3321. <param name="enabled">true, to enable the Edit Relations button; otherwise, false.</param>
  3322. </member>
  3323. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigureParametersPageView">
  3324. <summary>
  3325. <para>Provides a view for the <see href="https://docs.devexpress.com/XtraReports/117372/visual-studio-report-designer/data-source-wizard/connect-to-a-database/configure-query-parameters">Configure Query Parameters</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3326. </summary>
  3327. </member>
  3328. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigureParametersPageView.#ctor(System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  3329. <summary>
  3330. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigureParametersPageView"/> class with the specified settings.</para>
  3331. </summary>
  3332. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  3333. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  3334. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface.</param>
  3335. </member>
  3336. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigureParametersPageView.HeaderDescription">
  3337. <summary>
  3338. <para>Specifies the description of the current wizard page.</para>
  3339. </summary>
  3340. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3341. </member>
  3342. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.MultiQueryConfigureParametersPageView.SelectedQueryName">
  3343. <summary>
  3344. <para>Returns the name of a query to which the currently edited parameter belongs.</para>
  3345. </summary>
  3346. <value>A <see cref="T:System.String"/> value, specifying the query name.</value>
  3347. </member>
  3348. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ObjectConstructorParametersPageView">
  3349. <summary>
  3350. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118411/common-features/data-source-wizard/wizard-pages/connect-to-an-object-data-source/specify-the-constructor-parameters">Specify the Constructor Parameters</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3351. </summary>
  3352. </member>
  3353. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ObjectConstructorParametersPageView.#ctor(System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  3354. <summary>
  3355. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ObjectConstructorParametersPageView"/> class with the specified settings.</para>
  3356. </summary>
  3357. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface that provides the service for the property grid.</param>
  3358. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  3359. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items to manage query parameters.</param>
  3360. </member>
  3361. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ObjectConstructorParametersPageView.HeaderDescription">
  3362. <summary>
  3363. <para>Specifies the description of the current wizard page.</para>
  3364. </summary>
  3365. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3366. </member>
  3367. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ObjectMemberParametersPageView">
  3368. <summary>
  3369. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118408/common-features/data-source-wizard/wizard-pages/connect-to-an-object-data-source/specify-the-member-parameters">Specify the Member Parameters</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see>.</para>
  3370. </summary>
  3371. </member>
  3372. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ObjectMemberParametersPageView.#ctor(System.IServiceProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider)">
  3373. <summary>
  3374. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.ObjectMemberParametersPageView"/> class with the specified settings.</para>
  3375. </summary>
  3376. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface that provides the service for the property grid.</param>
  3377. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  3378. <param name="repositoryItemsProvider">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.Services.IRepositoryItemsProvider"/> interface that provides repository items to manage query parameters.</param>
  3379. </member>
  3380. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.ObjectMemberParametersPageView.HeaderDescription">
  3381. <summary>
  3382. <para>Specifies the description of the current wizard page.</para>
  3383. </summary>
  3384. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3385. </member>
  3386. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.ParametersPageViewBase">
  3387. <summary>
  3388. <para>The base for Data Source Wizard page views providing functionality to specify parameters.</para>
  3389. </summary>
  3390. </member>
  3391. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.ParametersPageViewBase.GetParameters">
  3392. <summary>
  3393. <para>Returns a collection of parameters.</para>
  3394. </summary>
  3395. <returns>A collection of objects implementing the <see cref="T:DevExpress.Data.IParameter"/> interface.</returns>
  3396. </member>
  3397. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView">
  3398. <summary>
  3399. <para>Provides a view for the <see href="https://docs.devexpress.com/WindowsForms/118394/common-features/data-source-wizard/wizard-pages/connect-to-a-database/save-the-connection-string">Save the Connection String</see> page of the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in WinForms applications.</para>
  3400. </summary>
  3401. </member>
  3402. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView.#ctor">
  3403. <summary>
  3404. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView"/> class with the default settings.</para>
  3405. </summary>
  3406. </member>
  3407. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView.ConnectionName">
  3408. <summary>
  3409. <para>Specifies the name of the created connection.</para>
  3410. </summary>
  3411. <value>A string specifying the name of the created connection.</value>
  3412. </member>
  3413. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView.HeaderDescription">
  3414. <summary>
  3415. <para>Specifies the description of the current wizard page.</para>
  3416. </summary>
  3417. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  3418. </member>
  3419. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView.SetCanSaveToStorage(System.Boolean)">
  3420. <summary>
  3421. <para>Sets whether the connection string can be saved to the dedicated storage.</para>
  3422. </summary>
  3423. <param name="value">true, if the connection string can be saved to the storage; otherwise, false.</param>
  3424. </member>
  3425. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView.SetConnectionUsesServerAuth(System.Boolean)">
  3426. <summary>
  3427. <para>Sets whether the data connection uses server authentication.</para>
  3428. </summary>
  3429. <param name="value">true, if the data connection uses server authentication; otherwise, false.</param>
  3430. </member>
  3431. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView.ShouldSaveConnectionString">
  3432. <summary>
  3433. <para>Specifies whether to save the connection string to the dedicated storage.</para>
  3434. </summary>
  3435. <value>true, to save the connection string; otherwise, false.</value>
  3436. </member>
  3437. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.SaveConnectionPageView.ShouldSaveCredentials">
  3438. <summary>
  3439. <para>Gets whether to save the user credentials along with the connection string.</para>
  3440. </summary>
  3441. <value>true, to save the user credentials; otherwise, false.</value>
  3442. </member>
  3443. <member name="T:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase">
  3444. <summary>
  3445. <para>The base for classes providing functionality to Data Source Wizard page views.</para>
  3446. </summary>
  3447. </member>
  3448. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.#ctor">
  3449. <summary>
  3450. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase"/> class with the default settings.</para>
  3451. </summary>
  3452. </member>
  3453. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.ActiveButton">
  3454. <summary>
  3455. <para>Returns the button that closes the current wizard page.</para>
  3456. </summary>
  3457. <value>A <see cref="T:DevExpress.XtraEditors.SimpleButton"/> object, specifying the “Next” or “Finish” button.</value>
  3458. </member>
  3459. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.EnableFinish(System.Boolean)">
  3460. <summary>
  3461. <para>Specifies whether or not the Finish button is enabled on a wizard page.</para>
  3462. </summary>
  3463. <param name="enable">true if the Finish button is enabled; otherwise false.</param>
  3464. </member>
  3465. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.EnableNext(System.Boolean)">
  3466. <summary>
  3467. <para>Specifies whether or not the Next button is enabled on a wizard page.</para>
  3468. </summary>
  3469. <param name="enable">true if the Next button is enabled; otherwise false.</param>
  3470. </member>
  3471. <member name="M:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.EnablePrevious(System.Boolean)">
  3472. <summary>
  3473. <para>Specifies whether or not the Previous button is enabled on a wizard page.</para>
  3474. </summary>
  3475. <param name="enable">true if the Previous button is enabled; otherwise false.</param>
  3476. </member>
  3477. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.Finish">
  3478. <summary>
  3479. <para>Occurs after clicking the Finish button on a wizard page.</para>
  3480. </summary>
  3481. </member>
  3482. <member name="P:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.HeaderDescription">
  3483. <summary>
  3484. <para>Specifies the description of a wizard page.</para>
  3485. </summary>
  3486. <value>A <see cref="T:System.String"/> value, specifying the page description.</value>
  3487. </member>
  3488. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.Next">
  3489. <summary>
  3490. <para>Occurs after clicking the Next button on a wizard page.</para>
  3491. </summary>
  3492. </member>
  3493. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.Paint">
  3494. <summary>
  3495. <para>Occurs when the content of the <see cref="T:DevExpress.XtraLayout.LayoutControl"/> and <see cref="T:DevExpress.XtraEditors.PanelControl"/> residing on a wizard page is being redrawn.</para>
  3496. </summary>
  3497. </member>
  3498. <member name="E:DevExpress.DataAccess.UI.Wizard.Views.WizardViewBase.Previous">
  3499. <summary>
  3500. <para>Occurs after clicking the Previous button on a wizard page.</para>
  3501. </summary>
  3502. </member>
  3503. <member name="T:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext">
  3504. <summary>
  3505. <para>The default implementation of the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface, enabling you to run the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see> in a WinForms application.</para>
  3506. </summary>
  3507. </member>
  3508. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.#ctor(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  3509. <summary>
  3510. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext"/> class with the specified owner and appearance.</para>
  3511. </summary>
  3512. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.</param>
  3513. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface.</param>
  3514. </member>
  3515. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.Confirm(System.String)">
  3516. <summary>
  3517. <para>Displays a confirmation window before the execution of a wizard.</para>
  3518. </summary>
  3519. <param name="message">A <see cref="T:System.String"/> value.</param>
  3520. <returns>true, if a user clicks OK; otherwise, false.</returns>
  3521. </member>
  3522. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.CreateWizardView(System.String,System.Drawing.Size)">
  3523. <summary>
  3524. <para>Creates a Data Source Wizard view.</para>
  3525. </summary>
  3526. <param name="wizardTitle">A <see cref="T:System.String"/> value.</param>
  3527. <param name="wizardSize">A System.Drawing.Size structure.</param>
  3528. <returns>An object implementing the <see cref="T:DevExpress.Data.WizardFramework.IWizardView"/> interface.</returns>
  3529. </member>
  3530. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.Dispose">
  3531. <summary>
  3532. <para>Releases all resources used by <see cref="T:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext"/>.</para>
  3533. </summary>
  3534. </member>
  3535. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.Run``1(DevExpress.Data.WizardFramework.Wizard{``0})">
  3536. <summary>
  3537. <para>Runs the wizard with a specified model.</para>
  3538. </summary>
  3539. <param name="wizard">A <see cref="T:DevExpress.Data.WizardFramework.Wizard`1"/> object.</param>
  3540. <returns>true, to save the changes to the wizard model; otherwise, false.</returns>
  3541. </member>
  3542. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.ShowMessage(System.String,System.String)">
  3543. <summary>
  3544. <para>Displays a message with the specified text and caption before the execution of a wizard.</para>
  3545. </summary>
  3546. <param name="message">A <see cref="T:System.String"/> value.</param>
  3547. <param name="caption">A <see cref="T:System.String"/> value.</param>
  3548. </member>
  3549. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.ShowMessage(System.String)">
  3550. <summary>
  3551. <para>Displays a message with the specified text before the execution of a wizard.</para>
  3552. </summary>
  3553. <param name="message">A <see cref="T:System.String"/> value.</param>
  3554. </member>
  3555. <member name="P:DevExpress.DataAccess.UI.Wizard.WizardRunnerContext.WaitFormActivator">
  3556. <summary>
  3557. <para>Returns an object that displays a form while the wizard is loading information about a data source.</para>
  3558. </summary>
  3559. <value>An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IWaitFormActivator"/> interface.</value>
  3560. </member>
  3561. <member name="T:DevExpress.DataAccess.UI.Wizard.WizardView">
  3562. <summary>
  3563. <para>The default implementation of the <see cref="T:DevExpress.Data.WizardFramework.IWizardView"/> interface, providing an empty form containing the <see href="https://docs.devexpress.com/WindowsForms/115389/common-features/data-source-wizard/wizard-customization-api/page-views-and-presenters">Data Source Wizard</see>.</para>
  3564. </summary>
  3565. </member>
  3566. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardView.#ctor">
  3567. <summary>
  3568. <para>Initializes a new instance of the <see cref="T:DevExpress.DataAccess.UI.Wizard.WizardView"/> class with the default settings.</para>
  3569. </summary>
  3570. </member>
  3571. <member name="E:DevExpress.DataAccess.UI.Wizard.WizardView.Cancel">
  3572. <summary>
  3573. <para>Occurs after clicking the Cancel button in a wizard.</para>
  3574. </summary>
  3575. </member>
  3576. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardView.EnableFinish(System.Boolean)">
  3577. <summary>
  3578. <para>Specifies whether or not the Finish button is available in a wizard.</para>
  3579. </summary>
  3580. <param name="enable">true, if the Finish button is available; otherwise, false.</param>
  3581. </member>
  3582. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardView.EnableNext(System.Boolean)">
  3583. <summary>
  3584. <para>Specifies whether or not the Next button is available in a wizard.</para>
  3585. </summary>
  3586. <param name="enable">true, if the Next button is available; otherwise, false.</param>
  3587. </member>
  3588. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardView.EnablePrevious(System.Boolean)">
  3589. <summary>
  3590. <para>Specifies whether or not the Previous button is available in a wizard.</para>
  3591. </summary>
  3592. <param name="enable">true, if the Previous button is available; otherwise, false.</param>
  3593. </member>
  3594. <member name="E:DevExpress.DataAccess.UI.Wizard.WizardView.Finish">
  3595. <summary>
  3596. <para>Occurs after clicking the Finish button in a wizard.</para>
  3597. </summary>
  3598. </member>
  3599. <member name="E:DevExpress.DataAccess.UI.Wizard.WizardView.Next">
  3600. <summary>
  3601. <para>Occurs after clicking the Next button in a wizard.</para>
  3602. </summary>
  3603. </member>
  3604. <member name="E:DevExpress.DataAccess.UI.Wizard.WizardView.Previous">
  3605. <summary>
  3606. <para>Occurs after clicking the Previous button in a wizard.</para>
  3607. </summary>
  3608. </member>
  3609. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardView.SetPageContent(System.Object)">
  3610. <summary>
  3611. <para>Specifies the content of a wizard page.</para>
  3612. </summary>
  3613. <param name="pageView">A <see cref="T:System.Object"/> value.</param>
  3614. </member>
  3615. <member name="M:DevExpress.DataAccess.UI.Wizard.WizardView.ShowError(System.String)">
  3616. <summary>
  3617. <para>Displays an error message with a specified text.</para>
  3618. </summary>
  3619. <param name="error">A <see cref="T:System.String"/> value.</param>
  3620. </member>
  3621. <member name="F:DevExpress.DataAccess.UI.Wizard.WizardView.TouchUIFormScalingAware">
  3622. <summary>
  3623. <para>For internal use.</para>
  3624. </summary>
  3625. </member>
  3626. </members>
  3627. </doc>