DataTableMappingCollection.xml 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="DataTableMappingCollection" FullName="System.Data.Common.DataTableMappingCollection">
  3. <TypeSignature Language="C#" Maintainer="auto" Value="public sealed class DataTableMappingCollection : MarshalByRefObject, System.Data.ITableMappingCollection" />
  4. <AssemblyInfo>
  5. <AssemblyName>System.Data</AssemblyName>
  6. <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
  7. <AssemblyVersion>1.0.3300.0</AssemblyVersion>
  8. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  9. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  10. </AssemblyInfo>
  11. <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
  12. <Base>
  13. <BaseTypeName>System.MarshalByRefObject</BaseTypeName>
  14. </Base>
  15. <Interfaces>
  16. <Interface>
  17. <InterfaceName>System.Data.ITableMappingCollection</InterfaceName>
  18. </Interface>
  19. </Interfaces>
  20. <Attributes>
  21. <Attribute>
  22. <AttributeName>System.ComponentModel.Editor("Microsoft.VSDesigner.Data.Design.DataTableMappingCollectionEditor, Microsoft.VSDesigner, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")</AttributeName>
  23. </Attribute>
  24. <Attribute>
  25. <AttributeName>System.ComponentModel.ListBindable(false)</AttributeName>
  26. </Attribute>
  27. </Attributes>
  28. <Docs>
  29. <remarks>To be added</remarks>
  30. <summary>
  31. <attribution license="cc4" from="Microsoft" modified="false" />
  32. <para>A collection of <see cref="T:System.Data.Common.DataTableMapping" /> objects. This class cannot be inherited.</para>
  33. </summary>
  34. </Docs>
  35. <Members>
  36. <Member MemberName=".ctor">
  37. <MemberSignature Language="C#" Value="public DataTableMappingCollection ();" />
  38. <MemberType>Constructor</MemberType>
  39. <ReturnValue />
  40. <Parameters />
  41. <Docs>
  42. <remarks>To be added</remarks>
  43. <summary>
  44. <attribution license="cc4" from="Microsoft" modified="false" />
  45. <para>Initializes a new instance of the <see cref="T:System.Data.Common.DataTableMappingCollection" /> class. This new instance is empty, that is, it does not yet contain any <see cref="T:System.Data.Common.DataTableMapping" /> objects.</para>
  46. </summary>
  47. </Docs>
  48. <AssemblyInfo>
  49. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  50. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  51. </AssemblyInfo>
  52. </Member>
  53. <Member MemberName="Add">
  54. <MemberSignature Language="C#" Value="public int Add (object value);" />
  55. <MemberType>Method</MemberType>
  56. <ReturnValue>
  57. <ReturnType>System.Int32</ReturnType>
  58. </ReturnValue>
  59. <Parameters>
  60. <Parameter Name="value" Type="System.Object" />
  61. </Parameters>
  62. <Docs>
  63. <remarks>To be added</remarks>
  64. <summary>
  65. <attribution license="cc4" from="Microsoft" modified="false" />
  66. <para>Adds an <see cref="T:System.Object" /> that is a table mapping to the collection.</para>
  67. </summary>
  68. <returns>
  69. <attribution license="cc4" from="Microsoft" modified="false" />
  70. <para>The index of the DataTableMapping object added to the collection.</para>
  71. </returns>
  72. <param name="value">
  73. <attribution license="cc4" from="Microsoft" modified="false" />A DataTableMapping object to add to the collection. </param>
  74. </Docs>
  75. <AssemblyInfo>
  76. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  77. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  78. </AssemblyInfo>
  79. </Member>
  80. <Member MemberName="Add">
  81. <MemberSignature Language="C#" Value="public System.Data.Common.DataTableMapping Add (string sourceTable, string dataSetTable);" />
  82. <MemberType>Method</MemberType>
  83. <ReturnValue>
  84. <ReturnType>System.Data.Common.DataTableMapping</ReturnType>
  85. </ReturnValue>
  86. <Parameters>
  87. <Parameter Name="sourceTable" Type="System.String" />
  88. <Parameter Name="dataSetTable" Type="System.String" />
  89. </Parameters>
  90. <Docs>
  91. <remarks>To be added</remarks>
  92. <summary>
  93. <attribution license="cc4" from="Microsoft" modified="false" />
  94. <para>Adds a <see cref="T:System.Data.Common.DataTableMapping" /> object to the collection when given a source table name and a <see cref="T:System.Data.DataSet" /> table name.</para>
  95. </summary>
  96. <returns>
  97. <attribution license="cc4" from="Microsoft" modified="false" />
  98. <para>The <see cref="T:System.Data.Common.DataTableMapping" /> object that was added to the collection.</para>
  99. </returns>
  100. <param name="sourceTable">
  101. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source table to map from. </param>
  102. <param name="dataSetTable">
  103. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> table to map to. </param>
  104. </Docs>
  105. <AssemblyInfo>
  106. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  107. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  108. </AssemblyInfo>
  109. </Member>
  110. <Member MemberName="AddRange">
  111. <MemberSignature Language="C#" Value="public void AddRange (Array values);" />
  112. <MemberType>Method</MemberType>
  113. <AssemblyInfo>
  114. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  115. </AssemblyInfo>
  116. <ReturnValue>
  117. <ReturnType>System.Void</ReturnType>
  118. </ReturnValue>
  119. <Parameters>
  120. <Parameter Name="values" Type="System.Array" />
  121. </Parameters>
  122. <Docs>
  123. <remarks>To be added.</remarks>
  124. <summary>
  125. <attribution license="cc4" from="Microsoft" modified="false" />
  126. <para>Copies the elements of the specified <see cref="T:System.Array" /> to the end of the collection.</para>
  127. </summary>
  128. <param name="values">
  129. <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Array" /> of values to add to the collection.</param>
  130. </Docs>
  131. </Member>
  132. <Member MemberName="AddRange">
  133. <MemberSignature Language="C#" Value="public void AddRange (System.Data.Common.DataTableMapping[] values);" />
  134. <MemberType>Method</MemberType>
  135. <ReturnValue>
  136. <ReturnType>System.Void</ReturnType>
  137. </ReturnValue>
  138. <Parameters>
  139. <Parameter Name="values" Type="System.Data.Common.DataTableMapping[]" />
  140. </Parameters>
  141. <Docs>
  142. <remarks>To be added</remarks>
  143. <summary>
  144. <attribution license="cc4" from="Microsoft" modified="false" />
  145. <para>Copies the elements of the specified <see cref="T:System.Data.Common.DataTableMapping" /> array to the end of the collection.</para>
  146. </summary>
  147. <param name="values">
  148. <attribution license="cc4" from="Microsoft" modified="false" />The array of <see cref="T:System.Data.Common.DataTableMapping" /> objects to add to the collection. </param>
  149. </Docs>
  150. <AssemblyInfo>
  151. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  152. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  153. </AssemblyInfo>
  154. </Member>
  155. <Member MemberName="Clear">
  156. <MemberSignature Language="C#" Value="public void Clear ();" />
  157. <MemberType>Method</MemberType>
  158. <ReturnValue>
  159. <ReturnType>System.Void</ReturnType>
  160. </ReturnValue>
  161. <Parameters />
  162. <Docs>
  163. <remarks>To be added</remarks>
  164. <summary>
  165. <attribution license="cc4" from="Microsoft" modified="false" />
  166. <para>Removes all <see cref="T:System.Data.Common.DataTableMapping" /> objects from the collection.</para>
  167. </summary>
  168. </Docs>
  169. <AssemblyInfo>
  170. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  171. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  172. </AssemblyInfo>
  173. </Member>
  174. <Member MemberName="Contains">
  175. <MemberSignature Language="C#" Value="public bool Contains (object value);" />
  176. <MemberType>Method</MemberType>
  177. <ReturnValue>
  178. <ReturnType>System.Boolean</ReturnType>
  179. </ReturnValue>
  180. <Parameters>
  181. <Parameter Name="value" Type="System.Object" />
  182. </Parameters>
  183. <Docs>
  184. <remarks>To be added</remarks>
  185. <summary>
  186. <attribution license="cc4" from="Microsoft" modified="false" />
  187. <para>Gets a value indicating whether the given <see cref="T:System.Data.Common.DataTableMapping" /> object exists in the collection.</para>
  188. </summary>
  189. <returns>
  190. <attribution license="cc4" from="Microsoft" modified="false" />
  191. <para>true if this collection contains the specified <see cref="T:System.Data.Common.DataTableMapping" />; otherwise false.</para>
  192. </returns>
  193. <param name="value">
  194. <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that is the <see cref="T:System.Data.Common.DataTableMapping" />. </param>
  195. </Docs>
  196. <AssemblyInfo>
  197. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  198. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  199. </AssemblyInfo>
  200. </Member>
  201. <Member MemberName="Contains">
  202. <MemberSignature Language="C#" Value="public bool Contains (string value);" />
  203. <MemberType>Method</MemberType>
  204. <ReturnValue>
  205. <ReturnType>System.Boolean</ReturnType>
  206. </ReturnValue>
  207. <Parameters>
  208. <Parameter Name="value" Type="System.String" />
  209. </Parameters>
  210. <Docs>
  211. <remarks>To be added</remarks>
  212. <summary>
  213. <attribution license="cc4" from="Microsoft" modified="false" />
  214. <para>Gets a value indicating whether a <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name exists in the collection.</para>
  215. </summary>
  216. <returns>
  217. <attribution license="cc4" from="Microsoft" modified="false" />
  218. <para>true if the collection contains a <see cref="T:System.Data.Common.DataTableMapping" /> object with this source table name; otherwise false.</para>
  219. </returns>
  220. <param name="value">
  221. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive source table name containing the <see cref="T:System.Data.Common.DataTableMapping" /> object. </param>
  222. </Docs>
  223. <AssemblyInfo>
  224. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  225. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  226. </AssemblyInfo>
  227. </Member>
  228. <Member MemberName="CopyTo">
  229. <MemberSignature Language="C#" Value="public void CopyTo (Array array, int index);" />
  230. <MemberType>Method</MemberType>
  231. <ReturnValue>
  232. <ReturnType>System.Void</ReturnType>
  233. </ReturnValue>
  234. <Parameters>
  235. <Parameter Name="array" Type="System.Array" />
  236. <Parameter Name="index" Type="System.Int32" />
  237. </Parameters>
  238. <Docs>
  239. <remarks>To be added</remarks>
  240. <summary>
  241. <attribution license="cc4" from="Microsoft" modified="false" />
  242. <para>Copies the elements of the <see cref="T:System.Data.Common.DataTableMappingCollection" /> to the specified array.</para>
  243. </summary>
  244. <param name="array">
  245. <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Array" /> to which to copy the <see cref="T:System.Data.Common.DataTableMappingCollection" /> elements. </param>
  246. <param name="index">
  247. <attribution license="cc4" from="Microsoft" modified="false" />The starting index of the array. </param>
  248. </Docs>
  249. <AssemblyInfo>
  250. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  251. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  252. </AssemblyInfo>
  253. </Member>
  254. <Member MemberName="CopyTo">
  255. <MemberSignature Language="C#" Value="public void CopyTo (System.Data.Common.DataTableMapping[] array, int index);" />
  256. <MemberType>Method</MemberType>
  257. <AssemblyInfo>
  258. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  259. </AssemblyInfo>
  260. <ReturnValue>
  261. <ReturnType>System.Void</ReturnType>
  262. </ReturnValue>
  263. <Parameters>
  264. <Parameter Name="array" Type="System.Data.Common.DataTableMapping[]" />
  265. <Parameter Name="index" Type="System.Int32" />
  266. </Parameters>
  267. <Docs>
  268. <remarks>To be added.</remarks>
  269. <summary>
  270. <attribution license="cc4" from="Microsoft" modified="false" />
  271. <para>Copies the elements of the <see cref="T:System.Data.Common.DataTableMapping" /> to the specified array.</para>
  272. </summary>
  273. <param name="array">
  274. <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Data.Common.DataTableMapping" /> to which to copy the <see cref="T:System.Data.Common.DataTableMappingCollection" /> elements.</param>
  275. <param name="index">
  276. <attribution license="cc4" from="Microsoft" modified="false" />The starting index of the array.</param>
  277. </Docs>
  278. </Member>
  279. <Member MemberName="Count">
  280. <MemberSignature Language="C#" Value="public int Count { get; }" />
  281. <MemberType>Property</MemberType>
  282. <ReturnValue>
  283. <ReturnType>System.Int32</ReturnType>
  284. </ReturnValue>
  285. <Docs>
  286. <value>To be added: an object of type 'int'</value>
  287. <remarks>To be added</remarks>
  288. <summary>
  289. <attribution license="cc4" from="Microsoft" modified="false" />
  290. <para>Gets the number of <see cref="T:System.Data.Common.DataTableMapping" /> objects in the collection.</para>
  291. </summary>
  292. </Docs>
  293. <AssemblyInfo>
  294. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  295. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  296. </AssemblyInfo>
  297. <Attributes>
  298. <Attribute>
  299. <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
  300. </Attribute>
  301. <Attribute>
  302. <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
  303. </Attribute>
  304. </Attributes>
  305. </Member>
  306. <Member MemberName="GetByDataSetTable">
  307. <MemberSignature Language="C#" Value="public System.Data.Common.DataTableMapping GetByDataSetTable (string dataSetTable);" />
  308. <MemberType>Method</MemberType>
  309. <ReturnValue>
  310. <ReturnType>System.Data.Common.DataTableMapping</ReturnType>
  311. </ReturnValue>
  312. <Parameters>
  313. <Parameter Name="dataSetTable" Type="System.String" />
  314. </Parameters>
  315. <Docs>
  316. <remarks>To be added</remarks>
  317. <summary>
  318. <attribution license="cc4" from="Microsoft" modified="false" />
  319. <para>Gets the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified <see cref="T:System.Data.DataSet" /> table name.</para>
  320. </summary>
  321. <returns>
  322. <attribution license="cc4" from="Microsoft" modified="false" />
  323. <para>The <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified <see cref="T:System.Data.DataSet" /> table name.</para>
  324. </returns>
  325. <param name="dataSetTable">
  326. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> table to find. </param>
  327. </Docs>
  328. <AssemblyInfo>
  329. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  330. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  331. </AssemblyInfo>
  332. </Member>
  333. <Member MemberName="GetEnumerator">
  334. <MemberSignature Language="C#" Value="public System.Collections.IEnumerator GetEnumerator ();" />
  335. <MemberType>Method</MemberType>
  336. <ReturnValue>
  337. <ReturnType>System.Collections.IEnumerator</ReturnType>
  338. </ReturnValue>
  339. <Parameters />
  340. <Docs>
  341. <remarks>To be added</remarks>
  342. <summary>
  343. <attribution license="cc4" from="Microsoft" modified="false" />
  344. <para>Gets an enumerator that can iterate through the collection.</para>
  345. </summary>
  346. <returns>
  347. <attribution license="cc4" from="Microsoft" modified="false" />
  348. <para>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</para>
  349. </returns>
  350. </Docs>
  351. <AssemblyInfo>
  352. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  353. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  354. </AssemblyInfo>
  355. </Member>
  356. <Member MemberName="GetTableMappingBySchemaAction">
  357. <MemberSignature Language="C#" Value="public static System.Data.Common.DataTableMapping GetTableMappingBySchemaAction (System.Data.Common.DataTableMappingCollection tableMappings, string sourceTable, string dataSetTable, System.Data.MissingMappingAction mappingAction);" />
  358. <MemberType>Method</MemberType>
  359. <ReturnValue>
  360. <ReturnType>System.Data.Common.DataTableMapping</ReturnType>
  361. </ReturnValue>
  362. <Parameters>
  363. <Parameter Name="tableMappings" Type="System.Data.Common.DataTableMappingCollection" />
  364. <Parameter Name="sourceTable" Type="System.String" />
  365. <Parameter Name="dataSetTable" Type="System.String" />
  366. <Parameter Name="mappingAction" Type="System.Data.MissingMappingAction" />
  367. </Parameters>
  368. <Docs>
  369. <remarks>
  370. <attribution license="cc4" from="Microsoft" modified="false" />
  371. <para>If the <see cref="T:System.Data.Common.DataTableMapping" /> exists in the collection, it is returned.</para>
  372. <para>If the <see cref="T:System.Data.Common.DataTableMapping" /> does not exist in the collection for a given <see cref="T:System.Data.MissingMappingAction" />, the following happens: </para>
  373. <list type="table">
  374. <listheader>
  375. <item>
  376. <term>
  377. <para>MissingMappingAction </para>
  378. </term>
  379. <description>
  380. <para>Action taken </para>
  381. </description>
  382. </item>
  383. </listheader>
  384. <item>
  385. <term>
  386. <para>Passthrough </para>
  387. </term>
  388. <description>
  389. <para>Creates a <see cref="T:System.Data.Common.DataTableMapping" /> object with the given <paramref name="sourceTable" /> as the source table name and <paramref name="dataSetTable" /> as the <see cref="T:System.Data.DataSet" /> table name. The created <see cref="T:System.Data.Common.DataTableMapping" /> object is not added to the collection. </para>
  390. </description>
  391. </item>
  392. <item>
  393. <term>
  394. <para>Error </para>
  395. </term>
  396. <description>
  397. <para>An exception is generated. The <paramref name="dataSetTable" /> parameter is ignored. </para>
  398. </description>
  399. </item>
  400. <item>
  401. <term>
  402. <para>Ignore </para>
  403. </term>
  404. <description>
  405. <para>Gets null. The <paramref name="dataSetTable" /> parameter is ignored. </para>
  406. </description>
  407. </item>
  408. </list>
  409. </remarks>
  410. <summary>
  411. <attribution license="cc4" from="Microsoft" modified="false" />
  412. <para>Gets a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source table name and <see cref="T:System.Data.DataSet" /> table name, using the given <see cref="T:System.Data.MissingMappingAction" />.</para>
  413. </summary>
  414. <returns>
  415. <attribution license="cc4" from="Microsoft" modified="false" />
  416. <para>A <see cref="T:System.Data.Common.DataTableMapping" /> object.</para>
  417. </returns>
  418. <param name="tableMappings">
  419. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataTableMappingCollection" /> collection to search. </param>
  420. <param name="sourceTable">
  421. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the mapped source table. </param>
  422. <param name="dataSetTable">
  423. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the mapped <see cref="T:System.Data.DataSet" /> table. </param>
  424. <param name="mappingAction">
  425. <attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Data.MissingMappingAction" /> values. </param>
  426. </Docs>
  427. <AssemblyInfo>
  428. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  429. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  430. </AssemblyInfo>
  431. <Attributes>
  432. <Attribute>
  433. <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
  434. </Attribute>
  435. </Attributes>
  436. </Member>
  437. <Member MemberName="IndexOf">
  438. <MemberSignature Language="C#" Value="public int IndexOf (object value);" />
  439. <MemberType>Method</MemberType>
  440. <ReturnValue>
  441. <ReturnType>System.Int32</ReturnType>
  442. </ReturnValue>
  443. <Parameters>
  444. <Parameter Name="value" Type="System.Object" />
  445. </Parameters>
  446. <Docs>
  447. <remarks>To be added</remarks>
  448. <summary>
  449. <attribution license="cc4" from="Microsoft" modified="false" />
  450. <para>Gets the location of the specified <see cref="T:System.Data.Common.DataTableMapping" /> object within the collection.</para>
  451. </summary>
  452. <returns>
  453. <attribution license="cc4" from="Microsoft" modified="false" />
  454. <para>The zero-based location of the specified <see cref="T:System.Data.Common.DataTableMapping" /> object within the collection.</para>
  455. </returns>
  456. <param name="value">
  457. <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that is the <see cref="T:System.Data.Common.DataTableMapping" /> object to find. </param>
  458. </Docs>
  459. <AssemblyInfo>
  460. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  461. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  462. </AssemblyInfo>
  463. </Member>
  464. <Member MemberName="IndexOf">
  465. <MemberSignature Language="C#" Value="public int IndexOf (string sourceTable);" />
  466. <MemberType>Method</MemberType>
  467. <ReturnValue>
  468. <ReturnType>System.Int32</ReturnType>
  469. </ReturnValue>
  470. <Parameters>
  471. <Parameter Name="sourceTable" Type="System.String" />
  472. </Parameters>
  473. <Docs>
  474. <remarks>To be added</remarks>
  475. <summary>
  476. <attribution license="cc4" from="Microsoft" modified="false" />
  477. <para>Gets the location of the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name.</para>
  478. </summary>
  479. <returns>
  480. <attribution license="cc4" from="Microsoft" modified="false" />
  481. <para>The zero-based location of the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name.</para>
  482. </returns>
  483. <param name="sourceTable">
  484. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source table. </param>
  485. </Docs>
  486. <AssemblyInfo>
  487. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  488. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  489. </AssemblyInfo>
  490. </Member>
  491. <Member MemberName="IndexOfDataSetTable">
  492. <MemberSignature Language="C#" Value="public int IndexOfDataSetTable (string dataSetTable);" />
  493. <MemberType>Method</MemberType>
  494. <ReturnValue>
  495. <ReturnType>System.Int32</ReturnType>
  496. </ReturnValue>
  497. <Parameters>
  498. <Parameter Name="dataSetTable" Type="System.String" />
  499. </Parameters>
  500. <Docs>
  501. <remarks>To be added</remarks>
  502. <summary>
  503. <attribution license="cc4" from="Microsoft" modified="false" />
  504. <para>Gets the location of the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified <see cref="T:System.Data.DataSet" /> table name.</para>
  505. </summary>
  506. <returns>
  507. <attribution license="cc4" from="Microsoft" modified="false" />
  508. <para>The zero-based location of the <see cref="T:System.Data.Common.DataTableMapping" /> object with the given <see cref="T:System.Data.DataSet" /> table name, or -1 if the <see cref="T:System.Data.Common.DataTableMapping" /> object does not exist in the collection.</para>
  509. </returns>
  510. <param name="dataSetTable">
  511. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the DataSet table to find. </param>
  512. </Docs>
  513. <AssemblyInfo>
  514. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  515. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  516. </AssemblyInfo>
  517. </Member>
  518. <Member MemberName="Insert">
  519. <MemberSignature Language="C#" Value="public void Insert (int index, System.Data.Common.DataTableMapping value);" />
  520. <MemberType>Method</MemberType>
  521. <AssemblyInfo>
  522. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  523. </AssemblyInfo>
  524. <ReturnValue>
  525. <ReturnType>System.Void</ReturnType>
  526. </ReturnValue>
  527. <Parameters>
  528. <Parameter Name="index" Type="System.Int32" />
  529. <Parameter Name="value" Type="System.Data.Common.DataTableMapping" />
  530. </Parameters>
  531. <Docs>
  532. <remarks>To be added.</remarks>
  533. <summary>
  534. <attribution license="cc4" from="Microsoft" modified="false" />
  535. <para>Inserts a <see cref="T:System.Data.Common.DataTableMapping" /> object into the <see cref="T:System.Data.Common.DataTableMappingCollection" /> at the specified index.</para>
  536. </summary>
  537. <param name="index">
  538. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the <see cref="T:System.Data.Common.DataTableMapping" /> object to insert.</param>
  539. <param name="value">
  540. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataTableMapping" /> object to insert.</param>
  541. </Docs>
  542. </Member>
  543. <Member MemberName="Insert">
  544. <MemberSignature Language="C#" Value="public void Insert (int index, object value);" />
  545. <MemberType>Method</MemberType>
  546. <ReturnValue>
  547. <ReturnType>System.Void</ReturnType>
  548. </ReturnValue>
  549. <Parameters>
  550. <Parameter Name="index" Type="System.Int32" />
  551. <Parameter Name="value" Type="System.Object" />
  552. </Parameters>
  553. <Docs>
  554. <remarks>To be added</remarks>
  555. <summary>
  556. <attribution license="cc4" from="Microsoft" modified="false" />
  557. <para>Inserts a <see cref="T:System.Data.Common.DataTableMapping" /> object into the <see cref="T:System.Data.Common.DataTableMappingCollection" /> at the specified index.</para>
  558. </summary>
  559. <returns>
  560. <attribution license="cc4" from="Microsoft" modified="false" />
  561. <para>A <see cref="T:System.Data.Common.DataTableMapping" /> object.</para>
  562. </returns>
  563. <param name="index">
  564. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the <see cref="T:System.Data.Common.DataTableMapping" /> object to insert. </param>
  565. <param name="value">
  566. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataTableMapping" /> object to insert. </param>
  567. </Docs>
  568. <AssemblyInfo>
  569. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  570. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  571. </AssemblyInfo>
  572. </Member>
  573. <Member MemberName="Item">
  574. <MemberSignature Language="C#" Value="public System.Data.Common.DataTableMapping this[int index] { set; get; }" />
  575. <MemberType>Property</MemberType>
  576. <ReturnValue>
  577. <ReturnType>System.Data.Common.DataTableMapping</ReturnType>
  578. </ReturnValue>
  579. <Parameters>
  580. <Parameter Name="index" Type="System.Int32" />
  581. </Parameters>
  582. <Docs>
  583. <param name="index">To be added: an object of type 'int'</param>
  584. <summary>To be added</summary>
  585. <value>To be added: an object of type 'DataTableMapping'</value>
  586. <remarks>To be added</remarks>
  587. </Docs>
  588. <AssemblyInfo>
  589. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  590. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  591. </AssemblyInfo>
  592. <Attributes>
  593. <Attribute>
  594. <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
  595. </Attribute>
  596. <Attribute>
  597. <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
  598. </Attribute>
  599. </Attributes>
  600. </Member>
  601. <Member MemberName="Item">
  602. <MemberSignature Language="C#" Value="public System.Data.Common.DataTableMapping this[string sourceTable] { set; get; }" />
  603. <MemberType>Property</MemberType>
  604. <ReturnValue>
  605. <ReturnType>System.Data.Common.DataTableMapping</ReturnType>
  606. </ReturnValue>
  607. <Parameters>
  608. <Parameter Name="sourceTable" Type="System.String" />
  609. </Parameters>
  610. <Docs>
  611. <param name="sourceTable">To be added: an object of type 'string'</param>
  612. <summary>To be added</summary>
  613. <value>To be added: an object of type 'DataTableMapping'</value>
  614. <remarks>To be added</remarks>
  615. </Docs>
  616. <AssemblyInfo>
  617. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  618. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  619. </AssemblyInfo>
  620. <Attributes>
  621. <Attribute>
  622. <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
  623. </Attribute>
  624. <Attribute>
  625. <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
  626. </Attribute>
  627. </Attributes>
  628. </Member>
  629. <Member MemberName="Remove">
  630. <MemberSignature Language="C#" Value="public void Remove (System.Data.Common.DataTableMapping value);" />
  631. <MemberType>Method</MemberType>
  632. <AssemblyInfo>
  633. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  634. </AssemblyInfo>
  635. <ReturnValue>
  636. <ReturnType>System.Void</ReturnType>
  637. </ReturnValue>
  638. <Parameters>
  639. <Parameter Name="value" Type="System.Data.Common.DataTableMapping" />
  640. </Parameters>
  641. <Docs>
  642. <remarks>To be added.</remarks>
  643. <summary>
  644. <attribution license="cc4" from="Microsoft" modified="false" />
  645. <para>Removes the specified <see cref="T:System.Data.Common.DataTableMapping" /> object from the collection.</para>
  646. </summary>
  647. <param name="value">
  648. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataTableMapping" /> object to remove.</param>
  649. </Docs>
  650. </Member>
  651. <Member MemberName="Remove">
  652. <MemberSignature Language="C#" Value="public void Remove (object value);" />
  653. <MemberType>Method</MemberType>
  654. <ReturnValue>
  655. <ReturnType>System.Void</ReturnType>
  656. </ReturnValue>
  657. <Parameters>
  658. <Parameter Name="value" Type="System.Object" />
  659. </Parameters>
  660. <Docs>
  661. <remarks>To be added</remarks>
  662. <summary>
  663. <attribution license="cc4" from="Microsoft" modified="false" />
  664. <para>Removes the specified <see cref="T:System.Data.Common.DataTableMapping" /> object from the collection.</para>
  665. </summary>
  666. <param name="value">
  667. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataTableMapping" /> object to remove. </param>
  668. </Docs>
  669. <AssemblyInfo>
  670. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  671. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  672. </AssemblyInfo>
  673. </Member>
  674. <Member MemberName="RemoveAt">
  675. <MemberSignature Language="C#" Value="public void RemoveAt (int index);" />
  676. <MemberType>Method</MemberType>
  677. <ReturnValue>
  678. <ReturnType>System.Void</ReturnType>
  679. </ReturnValue>
  680. <Parameters>
  681. <Parameter Name="index" Type="System.Int32" />
  682. </Parameters>
  683. <Docs>
  684. <remarks>To be added</remarks>
  685. <summary>
  686. <attribution license="cc4" from="Microsoft" modified="false" />
  687. <para>Removes the <see cref="T:System.Data.Common.DataTableMapping" /> object located at the specified index from the collection.</para>
  688. </summary>
  689. <param name="index">
  690. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the <see cref="T:System.Data.Common.DataTableMapping" /> object to remove. </param>
  691. </Docs>
  692. <AssemblyInfo>
  693. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  694. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  695. </AssemblyInfo>
  696. </Member>
  697. <Member MemberName="RemoveAt">
  698. <MemberSignature Language="C#" Value="public void RemoveAt (string sourceTable);" />
  699. <MemberType>Method</MemberType>
  700. <ReturnValue>
  701. <ReturnType>System.Void</ReturnType>
  702. </ReturnValue>
  703. <Parameters>
  704. <Parameter Name="sourceTable" Type="System.String" />
  705. </Parameters>
  706. <Docs>
  707. <remarks>To be added</remarks>
  708. <summary>
  709. <attribution license="cc4" from="Microsoft" modified="false" />
  710. <para>Removes the <see cref="T:System.Data.Common.DataTableMapping" /> object with the specified source table name from the collection.</para>
  711. </summary>
  712. <param name="sourceTable">
  713. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive source table name to find. </param>
  714. </Docs>
  715. <AssemblyInfo>
  716. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  717. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  718. </AssemblyInfo>
  719. </Member>
  720. <Member MemberName="System.Collections.ICollection.IsSynchronized">
  721. <MemberSignature Language="C#" Value="bool System.Collections.ICollection.IsSynchronized { get; }" />
  722. <MemberType>Property</MemberType>
  723. <AssemblyInfo>
  724. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  725. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  726. </AssemblyInfo>
  727. <ReturnValue>
  728. <ReturnType>System.Boolean</ReturnType>
  729. </ReturnValue>
  730. <Docs>
  731. <value>To be added.</value>
  732. <remarks>
  733. <attribution license="cc4" from="Microsoft" modified="false" />
  734. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataTableMappingCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  735. <para>For more information, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</para>
  736. </remarks>
  737. <summary>
  738. <attribution license="cc4" from="Microsoft" modified="false" />
  739. <para>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</para>
  740. </summary>
  741. </Docs>
  742. </Member>
  743. <Member MemberName="System.Collections.ICollection.SyncRoot">
  744. <MemberSignature Language="C#" Value="object System.Collections.ICollection.SyncRoot { get; }" />
  745. <MemberType>Property</MemberType>
  746. <AssemblyInfo>
  747. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  748. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  749. </AssemblyInfo>
  750. <ReturnValue>
  751. <ReturnType>System.Object</ReturnType>
  752. </ReturnValue>
  753. <Docs>
  754. <value>To be added.</value>
  755. <remarks>
  756. <attribution license="cc4" from="Microsoft" modified="false" />
  757. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataTableMappingCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  758. <para>For more information, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</para>
  759. </remarks>
  760. <summary>
  761. <attribution license="cc4" from="Microsoft" modified="false" />
  762. <para>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</para>
  763. </summary>
  764. </Docs>
  765. </Member>
  766. <Member MemberName="System.Collections.IList.IsFixedSize">
  767. <MemberSignature Language="C#" Value="bool System.Collections.IList.IsFixedSize { get; }" />
  768. <MemberType>Property</MemberType>
  769. <AssemblyInfo>
  770. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  771. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  772. </AssemblyInfo>
  773. <ReturnValue>
  774. <ReturnType>System.Boolean</ReturnType>
  775. </ReturnValue>
  776. <Docs>
  777. <value>To be added.</value>
  778. <remarks>
  779. <attribution license="cc4" from="Microsoft" modified="false" />
  780. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataTableMappingCollection" /> instance is cast to an <see cref="T:System.Collections.IList" /> interface.</para>
  781. <para>For more information, see <see cref="P:System.Collections.IList.IsFixedSize" />.</para>
  782. </remarks>
  783. <summary>
  784. <attribution license="cc4" from="Microsoft" modified="false" />
  785. <para>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> has a fixed size.</para>
  786. </summary>
  787. </Docs>
  788. </Member>
  789. <Member MemberName="System.Collections.IList.IsReadOnly">
  790. <MemberSignature Language="C#" Value="bool System.Collections.IList.IsReadOnly { get; }" />
  791. <MemberType>Property</MemberType>
  792. <AssemblyInfo>
  793. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  794. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  795. </AssemblyInfo>
  796. <ReturnValue>
  797. <ReturnType>System.Boolean</ReturnType>
  798. </ReturnValue>
  799. <Docs>
  800. <value>To be added.</value>
  801. <remarks>
  802. <attribution license="cc4" from="Microsoft" modified="false" />
  803. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataTableMappingCollection" /> instance is cast to an <see cref="T:System.Collections.IList" /> interface.</para>
  804. <para>For more information, see <see cref="P:System.Collections.IList.IsReadOnly" />.</para>
  805. </remarks>
  806. <summary>
  807. <attribution license="cc4" from="Microsoft" modified="false" />
  808. <para>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> is read-only.</para>
  809. </summary>
  810. </Docs>
  811. </Member>
  812. <Member MemberName="System.Collections.IList.Item">
  813. <MemberSignature Language="C#" Value="object System.Collections.IList.Item[int index] { set; get; }" />
  814. <MemberType>Property</MemberType>
  815. <AssemblyInfo>
  816. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  817. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  818. </AssemblyInfo>
  819. <ReturnValue>
  820. <ReturnType>System.Object</ReturnType>
  821. </ReturnValue>
  822. <Parameters>
  823. <Parameter Name="index" Type="System.Int32" />
  824. </Parameters>
  825. <Docs>
  826. <param name="index">To be added.</param>
  827. <summary>To be added.</summary>
  828. <value>To be added.</value>
  829. <remarks>To be added.</remarks>
  830. </Docs>
  831. </Member>
  832. <Member MemberName="System.Data.ITableMappingCollection.Add">
  833. <MemberSignature Language="C#" Value="System.Data.ITableMapping ITableMappingCollection.Add (string sourceTableName, string dataSetTableName);" />
  834. <MemberType>Method</MemberType>
  835. <AssemblyInfo>
  836. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  837. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  838. </AssemblyInfo>
  839. <ReturnValue>
  840. <ReturnType>System.Data.ITableMapping</ReturnType>
  841. </ReturnValue>
  842. <Parameters>
  843. <Parameter Name="sourceTableName" Type="System.String" />
  844. <Parameter Name="dataSetTableName" Type="System.String" />
  845. </Parameters>
  846. <Docs>
  847. <remarks>
  848. <attribution license="cc4" from="Microsoft" modified="false" />
  849. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataTableMappingCollection" /> instance is cast to an <see cref="T:System.Data.ITableMappingCollection" /> interface. </para>
  850. <para>For more information, see <see cref="M:System.Data.ITableMappingCollection.Add(System.String,System.String)" />.</para>
  851. </remarks>
  852. <summary>
  853. <attribution license="cc4" from="Microsoft" modified="false" />
  854. <para>Adds a table mapping to the collection.</para>
  855. </summary>
  856. <returns>
  857. <attribution license="cc4" from="Microsoft" modified="false" />
  858. <para>A reference to the newly-mapped <see cref="T:System.Data.ITableMapping" /> object.</para>
  859. </returns>
  860. <param name="sourceTableName">
  861. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source table.</param>
  862. <param name="dataSetTableName">
  863. <attribution license="cc4" from="Microsoft" modified="false" />The name of the <see cref="T:System.Data.DataSet" /> table.</param>
  864. </Docs>
  865. </Member>
  866. <Member MemberName="System.Data.ITableMappingCollection.GetByDataSetTable">
  867. <MemberSignature Language="C#" Value="System.Data.ITableMapping ITableMappingCollection.GetByDataSetTable (string dataSetTableName);" />
  868. <MemberType>Method</MemberType>
  869. <AssemblyInfo>
  870. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  871. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  872. </AssemblyInfo>
  873. <ReturnValue>
  874. <ReturnType>System.Data.ITableMapping</ReturnType>
  875. </ReturnValue>
  876. <Parameters>
  877. <Parameter Name="dataSetTableName" Type="System.String" />
  878. </Parameters>
  879. <Docs>
  880. <remarks>
  881. <attribution license="cc4" from="Microsoft" modified="false" />
  882. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataTableMappingCollection" /> instance is cast to an <see cref="T:System.Data.ITableMappingCollection" /> interface.</para>
  883. <para>For more information, see <see cref="M:System.Data.ITableMappingCollection.GetByDataSetTable(System.String)" />.</para>
  884. </remarks>
  885. <summary>
  886. <attribution license="cc4" from="Microsoft" modified="false" />
  887. <para>Gets the TableMapping object with the specified <see cref="T:System.Data.DataSet" /> table name.</para>
  888. </summary>
  889. <returns>
  890. <attribution license="cc4" from="Microsoft" modified="false" />
  891. <para>The TableMapping object with the specified DataSet table name.</para>
  892. </returns>
  893. <param name="dataSetTableName">
  894. <attribution license="cc4" from="Microsoft" modified="false" />The name of the DataSet table within the collection.</param>
  895. </Docs>
  896. </Member>
  897. <Member MemberName="System.Data.ITableMappingCollection.Item">
  898. <MemberSignature Language="C#" Value="object System.Data.ITableMappingCollection.Item[string index] { set; get; }" />
  899. <MemberType>Property</MemberType>
  900. <AssemblyInfo>
  901. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  902. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  903. </AssemblyInfo>
  904. <ReturnValue>
  905. <ReturnType>System.Object</ReturnType>
  906. </ReturnValue>
  907. <Parameters>
  908. <Parameter Name="index" Type="System.String" />
  909. </Parameters>
  910. <Docs>
  911. <param name="index">To be added.</param>
  912. <summary>To be added.</summary>
  913. <value>To be added.</value>
  914. <remarks>To be added.</remarks>
  915. </Docs>
  916. </Member>
  917. </Members>
  918. </Type>