DevExpress.DataAccess.v20.1.UI.xml 275 KB

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