DbDataRecord.xml 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="DbDataRecord" FullName="System.Data.Common.DbDataRecord">
  3. <TypeSignature Language="C#" Maintainer="auto" Value="public class DbDataRecord : System.ComponentModel.ICustomTypeDescriptor, System.Data.IDataRecord" />
  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.Object</BaseTypeName>
  14. </Base>
  15. <Interfaces>
  16. <Interface>
  17. <InterfaceName>System.ComponentModel.ICustomTypeDescriptor</InterfaceName>
  18. </Interface>
  19. <Interface>
  20. <InterfaceName>System.Data.IDataRecord</InterfaceName>
  21. </Interface>
  22. </Interfaces>
  23. <Docs>
  24. <remarks>To be added</remarks>
  25. <summary>
  26. <attribution license="cc4" from="Microsoft" modified="false" />
  27. <para>Implements <see cref="T:System.Data.IDataRecord" /> and <see cref="T:System.ComponentModel.ICustomTypeDescriptor" />, and provides data binding support for <see cref="T:System.Data.Common.DbEnumerator" />.</para>
  28. </summary>
  29. </Docs>
  30. <Members>
  31. <Member MemberName="FieldCount">
  32. <MemberSignature Language="C#" Value="public int FieldCount { get; }" />
  33. <MemberType>Property</MemberType>
  34. <ReturnValue>
  35. <ReturnType>System.Int32</ReturnType>
  36. </ReturnValue>
  37. <Docs>
  38. <value>To be added: an object of type 'int'</value>
  39. <remarks>To be added</remarks>
  40. <summary>
  41. <attribution license="cc4" from="Microsoft" modified="false" />
  42. <para>Indicates the number of fields within the current record. This property is read-only.</para>
  43. </summary>
  44. </Docs>
  45. <AssemblyInfo>
  46. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  47. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  48. </AssemblyInfo>
  49. </Member>
  50. <Member MemberName="GetBoolean">
  51. <MemberSignature Language="C#" Value="public bool GetBoolean (int i);" />
  52. <MemberType>Method</MemberType>
  53. <ReturnValue>
  54. <ReturnType>System.Boolean</ReturnType>
  55. </ReturnValue>
  56. <Parameters>
  57. <Parameter Name="i" Type="System.Int32" />
  58. </Parameters>
  59. <Docs>
  60. <remarks>
  61. <attribution license="cc4" from="Microsoft" modified="false" />
  62. <para>No conversions are performed; therefore the data retrieved must already be a Boolean.</para>
  63. </remarks>
  64. <summary>
  65. <attribution license="cc4" from="Microsoft" modified="false" />
  66. <para>Returns the value of the specified column as a Boolean.</para>
  67. </summary>
  68. <returns>
  69. <attribution license="cc4" from="Microsoft" modified="false" />
  70. <para>true if the Boolean is true; otherwise false.</para>
  71. </returns>
  72. <param name="i">
  73. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </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="GetByte">
  81. <MemberSignature Language="C#" Value="public byte GetByte (int i);" />
  82. <MemberType>Method</MemberType>
  83. <ReturnValue>
  84. <ReturnType>System.Byte</ReturnType>
  85. </ReturnValue>
  86. <Parameters>
  87. <Parameter Name="i" Type="System.Int32" />
  88. </Parameters>
  89. <Docs>
  90. <remarks>
  91. <attribution license="cc4" from="Microsoft" modified="false" />
  92. <para>No conversions are performed; therefore the data retrieved must already be a byte.</para>
  93. </remarks>
  94. <summary>
  95. <attribution license="cc4" from="Microsoft" modified="false" />
  96. <para>Returns the value of the specified column as a byte.</para>
  97. </summary>
  98. <returns>
  99. <attribution license="cc4" from="Microsoft" modified="false" />
  100. <para>The value of the specified column.</para>
  101. </returns>
  102. <param name="i">
  103. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </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="GetBytes">
  111. <MemberSignature Language="C#" Value="public long GetBytes (int i, long dataIndex, byte[] buffer, int bufferIndex, int length);" />
  112. <MemberType>Method</MemberType>
  113. <ReturnValue>
  114. <ReturnType>System.Int64</ReturnType>
  115. </ReturnValue>
  116. <Parameters>
  117. <Parameter Name="i" Type="System.Int32" />
  118. <Parameter Name="dataIndex" Type="System.Int64" />
  119. <Parameter Name="buffer" Type="System.Byte[]" />
  120. <Parameter Name="bufferIndex" Type="System.Int32" />
  121. <Parameter Name="length" Type="System.Int32" />
  122. </Parameters>
  123. <Docs>
  124. <remarks>
  125. <attribution license="cc4" from="Microsoft" modified="false" />
  126. <para>No conversions are performed; therefore the data retrieved must already be a byte array.</para>
  127. </remarks>
  128. <summary>
  129. <attribution license="cc4" from="Microsoft" modified="false" />
  130. <para>Returns the value of the specified column as a byte array.</para>
  131. </summary>
  132. <returns>
  133. <attribution license="cc4" from="Microsoft" modified="false" />
  134. <para>The value of the specified column.</para>
  135. </returns>
  136. <param name="i">
  137. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based column ordinal.</param>
  138. <param name="dataIndex">
  139. <attribution license="cc4" from="Microsoft" modified="false" />The index within the field from which to start the read operation.</param>
  140. <param name="buffer">
  141. <attribution license="cc4" from="Microsoft" modified="false" />The buffer into which to read the stream of bytes.</param>
  142. <param name="bufferIndex">
  143. <attribution license="cc4" from="Microsoft" modified="false" />The index for <paramref name="buffer" /> to start the read operation.</param>
  144. <param name="length">
  145. <attribution license="cc4" from="Microsoft" modified="false" />The number of bytes to read.</param>
  146. </Docs>
  147. <AssemblyInfo>
  148. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  149. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  150. </AssemblyInfo>
  151. </Member>
  152. <Member MemberName="GetChar">
  153. <MemberSignature Language="C#" Value="public char GetChar (int i);" />
  154. <MemberType>Method</MemberType>
  155. <ReturnValue>
  156. <ReturnType>System.Char</ReturnType>
  157. </ReturnValue>
  158. <Parameters>
  159. <Parameter Name="i" Type="System.Int32" />
  160. </Parameters>
  161. <Docs>
  162. <remarks>
  163. <attribution license="cc4" from="Microsoft" modified="false" />
  164. <para>No conversions are performed; therefore the data retrieved must already be a character.</para>
  165. </remarks>
  166. <summary>
  167. <attribution license="cc4" from="Microsoft" modified="false" />
  168. <para>Returns the value of the specified column as a character.</para>
  169. </summary>
  170. <returns>
  171. <attribution license="cc4" from="Microsoft" modified="false" />
  172. <para>The value of the specified column.</para>
  173. </returns>
  174. <param name="i">
  175. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  176. </Docs>
  177. <AssemblyInfo>
  178. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  179. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  180. </AssemblyInfo>
  181. </Member>
  182. <Member MemberName="GetChars">
  183. <MemberSignature Language="C#" Value="public long GetChars (int i, long dataIndex, char[] buffer, int bufferIndex, int length);" />
  184. <MemberType>Method</MemberType>
  185. <ReturnValue>
  186. <ReturnType>System.Int64</ReturnType>
  187. </ReturnValue>
  188. <Parameters>
  189. <Parameter Name="i" Type="System.Int32" />
  190. <Parameter Name="dataIndex" Type="System.Int64" />
  191. <Parameter Name="buffer" Type="System.Char[]" />
  192. <Parameter Name="bufferIndex" Type="System.Int32" />
  193. <Parameter Name="length" Type="System.Int32" />
  194. </Parameters>
  195. <Docs>
  196. <remarks>
  197. <attribution license="cc4" from="Microsoft" modified="false" />
  198. <para>No conversions are performed; therefore the data retrieved must already be a character array.</para>
  199. </remarks>
  200. <summary>
  201. <attribution license="cc4" from="Microsoft" modified="false" />
  202. <para>Returns the value of the specified column as a character array.</para>
  203. </summary>
  204. <returns>
  205. <attribution license="cc4" from="Microsoft" modified="false" />
  206. <para>The value of the specified column.</para>
  207. </returns>
  208. <param name="i">
  209. <attribution license="cc4" from="Microsoft" modified="false" />Column ordinal. </param>
  210. <param name="dataIndex">
  211. <attribution license="cc4" from="Microsoft" modified="false" />Buffer to copy data into. </param>
  212. <param name="buffer">
  213. <attribution license="cc4" from="Microsoft" modified="false" />Maximum length to copy into the buffer. </param>
  214. <param name="bufferIndex">
  215. <attribution license="cc4" from="Microsoft" modified="false" />Point to start from within the buffer. </param>
  216. <param name="length">
  217. <attribution license="cc4" from="Microsoft" modified="false" />Point to start from within the source data. </param>
  218. </Docs>
  219. <AssemblyInfo>
  220. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  221. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  222. </AssemblyInfo>
  223. </Member>
  224. <Member MemberName="GetData">
  225. <MemberSignature Language="C#" Value="public System.Data.IDataReader GetData (int i);" />
  226. <MemberType>Method</MemberType>
  227. <ReturnValue>
  228. <ReturnType>System.Data.IDataReader</ReturnType>
  229. </ReturnValue>
  230. <Parameters>
  231. <Parameter Name="i" Type="System.Int32" />
  232. </Parameters>
  233. <Docs>
  234. <remarks>To be added</remarks>
  235. <summary>
  236. <attribution license="cc4" from="Microsoft" modified="false" />
  237. <para>Not currently supported.</para>
  238. </summary>
  239. <returns>
  240. <attribution license="cc4" from="Microsoft" modified="false" />
  241. <para>Not currently supported.</para>
  242. </returns>
  243. <param name="i">
  244. <attribution license="cc4" from="Microsoft" modified="false" />Not currently supported.</param>
  245. </Docs>
  246. <AssemblyInfo>
  247. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  248. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  249. </AssemblyInfo>
  250. </Member>
  251. <Member MemberName="GetDataTypeName">
  252. <MemberSignature Language="C#" Value="public string GetDataTypeName (int i);" />
  253. <MemberType>Method</MemberType>
  254. <ReturnValue>
  255. <ReturnType>System.String</ReturnType>
  256. </ReturnValue>
  257. <Parameters>
  258. <Parameter Name="i" Type="System.Int32" />
  259. </Parameters>
  260. <Docs>
  261. <remarks>To be added</remarks>
  262. <summary>
  263. <attribution license="cc4" from="Microsoft" modified="false" />
  264. <para>Returns the name of the back-end data type.</para>
  265. </summary>
  266. <returns>
  267. <attribution license="cc4" from="Microsoft" modified="false" />
  268. <para>The name of the back-end data type.</para>
  269. </returns>
  270. <param name="i">
  271. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  272. </Docs>
  273. <AssemblyInfo>
  274. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  275. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  276. </AssemblyInfo>
  277. </Member>
  278. <Member MemberName="GetDateTime">
  279. <MemberSignature Language="C#" Value="public DateTime GetDateTime (int i);" />
  280. <MemberType>Method</MemberType>
  281. <ReturnValue>
  282. <ReturnType>System.DateTime</ReturnType>
  283. </ReturnValue>
  284. <Parameters>
  285. <Parameter Name="i" Type="System.Int32" />
  286. </Parameters>
  287. <Docs>
  288. <remarks>
  289. <attribution license="cc4" from="Microsoft" modified="false" />
  290. <para>No conversions are performed; therefore the data retrieved must already be a <see cref="T:System.DateTime" /> object.</para>
  291. </remarks>
  292. <summary>
  293. <attribution license="cc4" from="Microsoft" modified="false" />
  294. <para>Returns the value of the specified column as a <see cref="T:System.DateTime" /> object.</para>
  295. </summary>
  296. <returns>
  297. <attribution license="cc4" from="Microsoft" modified="false" />
  298. <para>The value of the specified column.</para>
  299. </returns>
  300. <param name="i">
  301. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  302. </Docs>
  303. <AssemblyInfo>
  304. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  305. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  306. </AssemblyInfo>
  307. </Member>
  308. <Member MemberName="GetDecimal">
  309. <MemberSignature Language="C#" Value="public decimal GetDecimal (int i);" />
  310. <MemberType>Method</MemberType>
  311. <ReturnValue>
  312. <ReturnType>System.Decimal</ReturnType>
  313. </ReturnValue>
  314. <Parameters>
  315. <Parameter Name="i" Type="System.Int32" />
  316. </Parameters>
  317. <Docs>
  318. <remarks>
  319. <attribution license="cc4" from="Microsoft" modified="false" />
  320. <para>No conversions are performed; therefore the data retrieved must already be a <see cref="T:System.Decimal" /> object.</para>
  321. </remarks>
  322. <summary>
  323. <attribution license="cc4" from="Microsoft" modified="false" />
  324. <para>Returns the value of the specified column as a <see cref="T:System.Decimal" /> object.</para>
  325. </summary>
  326. <returns>
  327. <attribution license="cc4" from="Microsoft" modified="false" />
  328. <para>The value of the specified column.</para>
  329. </returns>
  330. <param name="i">
  331. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  332. </Docs>
  333. <AssemblyInfo>
  334. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  335. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  336. </AssemblyInfo>
  337. </Member>
  338. <Member MemberName="GetDouble">
  339. <MemberSignature Language="C#" Value="public double GetDouble (int i);" />
  340. <MemberType>Method</MemberType>
  341. <ReturnValue>
  342. <ReturnType>System.Double</ReturnType>
  343. </ReturnValue>
  344. <Parameters>
  345. <Parameter Name="i" Type="System.Int32" />
  346. </Parameters>
  347. <Docs>
  348. <remarks>
  349. <attribution license="cc4" from="Microsoft" modified="false" />
  350. <para>No conversions are performed; therefore the data retrieved must already be a double-precision floating-point number.</para>
  351. </remarks>
  352. <summary>
  353. <attribution license="cc4" from="Microsoft" modified="false" />
  354. <para>Returns the value of the specified column as a double-precision floating-point number.</para>
  355. </summary>
  356. <returns>
  357. <attribution license="cc4" from="Microsoft" modified="false" />
  358. <para>The value of the specified column.</para>
  359. </returns>
  360. <param name="i">
  361. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  362. </Docs>
  363. <AssemblyInfo>
  364. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  365. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  366. </AssemblyInfo>
  367. </Member>
  368. <Member MemberName="GetFieldType">
  369. <MemberSignature Language="C#" Value="public Type GetFieldType (int i);" />
  370. <MemberType>Method</MemberType>
  371. <ReturnValue>
  372. <ReturnType>System.Type</ReturnType>
  373. </ReturnValue>
  374. <Parameters>
  375. <Parameter Name="i" Type="System.Int32" />
  376. </Parameters>
  377. <Docs>
  378. <remarks>To be added</remarks>
  379. <summary>
  380. <attribution license="cc4" from="Microsoft" modified="false" />
  381. <para>Returns the <see cref="T:System.Type" /> that is the data type of the object.</para>
  382. </summary>
  383. <returns>
  384. <attribution license="cc4" from="Microsoft" modified="false" />
  385. <para>The <see cref="T:System.Type" /> that is the data type of the object.</para>
  386. </returns>
  387. <param name="i">
  388. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  389. </Docs>
  390. <AssemblyInfo>
  391. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  392. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  393. </AssemblyInfo>
  394. </Member>
  395. <Member MemberName="GetFloat">
  396. <MemberSignature Language="C#" Value="public float GetFloat (int i);" />
  397. <MemberType>Method</MemberType>
  398. <ReturnValue>
  399. <ReturnType>System.Single</ReturnType>
  400. </ReturnValue>
  401. <Parameters>
  402. <Parameter Name="i" Type="System.Int32" />
  403. </Parameters>
  404. <Docs>
  405. <remarks>
  406. <attribution license="cc4" from="Microsoft" modified="false" />
  407. <para>No conversions are performed; therefore the data retrieved must already be a single-precision floating-point number.</para>
  408. </remarks>
  409. <summary>
  410. <attribution license="cc4" from="Microsoft" modified="false" />
  411. <para>Returns the value of the specified column as a single-precision floating-point number.</para>
  412. </summary>
  413. <returns>
  414. <attribution license="cc4" from="Microsoft" modified="false" />
  415. <para>The value of the specified column.</para>
  416. </returns>
  417. <param name="i">
  418. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  419. </Docs>
  420. <AssemblyInfo>
  421. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  422. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  423. </AssemblyInfo>
  424. </Member>
  425. <Member MemberName="GetGuid">
  426. <MemberSignature Language="C#" Value="public Guid GetGuid (int i);" />
  427. <MemberType>Method</MemberType>
  428. <ReturnValue>
  429. <ReturnType>System.Guid</ReturnType>
  430. </ReturnValue>
  431. <Parameters>
  432. <Parameter Name="i" Type="System.Int32" />
  433. </Parameters>
  434. <Docs>
  435. <remarks>To be added</remarks>
  436. <summary>
  437. <attribution license="cc4" from="Microsoft" modified="false" />
  438. <para>Returns the GUID value of the specified field.</para>
  439. </summary>
  440. <returns>
  441. <attribution license="cc4" from="Microsoft" modified="false" />
  442. <para>The GUID value of the specified field.</para>
  443. </returns>
  444. <param name="i">
  445. <attribution license="cc4" from="Microsoft" modified="false" />The index of the field to return. </param>
  446. </Docs>
  447. <AssemblyInfo>
  448. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  449. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  450. </AssemblyInfo>
  451. </Member>
  452. <Member MemberName="GetInt16">
  453. <MemberSignature Language="C#" Value="public short GetInt16 (int i);" />
  454. <MemberType>Method</MemberType>
  455. <ReturnValue>
  456. <ReturnType>System.Int16</ReturnType>
  457. </ReturnValue>
  458. <Parameters>
  459. <Parameter Name="i" Type="System.Int32" />
  460. </Parameters>
  461. <Docs>
  462. <remarks>
  463. <attribution license="cc4" from="Microsoft" modified="false" />
  464. <para>No conversions are performed; therefore the data retrieved must already be a 16-bit signed integer.</para>
  465. </remarks>
  466. <summary>
  467. <attribution license="cc4" from="Microsoft" modified="false" />
  468. <para>Returns the value of the specified column as a 16-bit signed integer.</para>
  469. </summary>
  470. <returns>
  471. <attribution license="cc4" from="Microsoft" modified="false" />
  472. <para>The value of the specified column.</para>
  473. </returns>
  474. <param name="i">
  475. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  476. </Docs>
  477. <AssemblyInfo>
  478. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  479. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  480. </AssemblyInfo>
  481. </Member>
  482. <Member MemberName="GetInt32">
  483. <MemberSignature Language="C#" Value="public int GetInt32 (int i);" />
  484. <MemberType>Method</MemberType>
  485. <ReturnValue>
  486. <ReturnType>System.Int32</ReturnType>
  487. </ReturnValue>
  488. <Parameters>
  489. <Parameter Name="i" Type="System.Int32" />
  490. </Parameters>
  491. <Docs>
  492. <remarks>
  493. <attribution license="cc4" from="Microsoft" modified="false" />
  494. <para>No conversions are performed; therefore the data retrieved must already be a 32-bit signed integer.</para>
  495. </remarks>
  496. <summary>
  497. <attribution license="cc4" from="Microsoft" modified="false" />
  498. <para>Returns the value of the specified column as a 32-bit signed integer.</para>
  499. </summary>
  500. <returns>
  501. <attribution license="cc4" from="Microsoft" modified="false" />
  502. <para>The value of the specified column.</para>
  503. </returns>
  504. <param name="i">
  505. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  506. </Docs>
  507. <AssemblyInfo>
  508. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  509. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  510. </AssemblyInfo>
  511. </Member>
  512. <Member MemberName="GetInt64">
  513. <MemberSignature Language="C#" Value="public long GetInt64 (int i);" />
  514. <MemberType>Method</MemberType>
  515. <ReturnValue>
  516. <ReturnType>System.Int64</ReturnType>
  517. </ReturnValue>
  518. <Parameters>
  519. <Parameter Name="i" Type="System.Int32" />
  520. </Parameters>
  521. <Docs>
  522. <remarks>
  523. <attribution license="cc4" from="Microsoft" modified="false" />
  524. <para>No conversions are performed; therefore the data retrieved must already be a 64-bit signed integer.</para>
  525. </remarks>
  526. <summary>
  527. <attribution license="cc4" from="Microsoft" modified="false" />
  528. <para>Returns the value of the specified column as a 64-bit signed integer.</para>
  529. </summary>
  530. <returns>
  531. <attribution license="cc4" from="Microsoft" modified="false" />
  532. <para>The value of the specified column.</para>
  533. </returns>
  534. <param name="i">
  535. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  536. </Docs>
  537. <AssemblyInfo>
  538. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  539. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  540. </AssemblyInfo>
  541. </Member>
  542. <Member MemberName="GetName">
  543. <MemberSignature Language="C#" Value="public string GetName (int i);" />
  544. <MemberType>Method</MemberType>
  545. <ReturnValue>
  546. <ReturnType>System.String</ReturnType>
  547. </ReturnValue>
  548. <Parameters>
  549. <Parameter Name="i" Type="System.Int32" />
  550. </Parameters>
  551. <Docs>
  552. <remarks>To be added</remarks>
  553. <summary>
  554. <attribution license="cc4" from="Microsoft" modified="false" />
  555. <para>Returns the name of the specified column.</para>
  556. </summary>
  557. <returns>
  558. <attribution license="cc4" from="Microsoft" modified="false" />
  559. <para>The name of the specified column.</para>
  560. </returns>
  561. <param name="i">
  562. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  563. </Docs>
  564. <AssemblyInfo>
  565. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  566. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  567. </AssemblyInfo>
  568. </Member>
  569. <Member MemberName="GetOrdinal">
  570. <MemberSignature Language="C#" Value="public int GetOrdinal (string name);" />
  571. <MemberType>Method</MemberType>
  572. <ReturnValue>
  573. <ReturnType>System.Int32</ReturnType>
  574. </ReturnValue>
  575. <Parameters>
  576. <Parameter Name="name" Type="System.String" />
  577. </Parameters>
  578. <Docs>
  579. <remarks>To be added</remarks>
  580. <summary>
  581. <attribution license="cc4" from="Microsoft" modified="false" />
  582. <para>Returns the column ordinal, given the name of the column.</para>
  583. </summary>
  584. <returns>
  585. <attribution license="cc4" from="Microsoft" modified="false" />
  586. <para>The column ordinal.</para>
  587. </returns>
  588. <param name="name">
  589. <attribution license="cc4" from="Microsoft" modified="false" />The name of the column. </param>
  590. </Docs>
  591. <AssemblyInfo>
  592. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  593. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  594. </AssemblyInfo>
  595. </Member>
  596. <Member MemberName="GetString">
  597. <MemberSignature Language="C#" Value="public string GetString (int i);" />
  598. <MemberType>Method</MemberType>
  599. <ReturnValue>
  600. <ReturnType>System.String</ReturnType>
  601. </ReturnValue>
  602. <Parameters>
  603. <Parameter Name="i" Type="System.Int32" />
  604. </Parameters>
  605. <Docs>
  606. <remarks>
  607. <attribution license="cc4" from="Microsoft" modified="false" />
  608. <para>No conversions are performed; therefore the data retrieved must already be a string.</para>
  609. </remarks>
  610. <summary>
  611. <attribution license="cc4" from="Microsoft" modified="false" />
  612. <para>Returns the value of the specified column as a string.</para>
  613. </summary>
  614. <returns>
  615. <attribution license="cc4" from="Microsoft" modified="false" />
  616. <para>The value of the specified column.</para>
  617. </returns>
  618. <param name="i">
  619. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  620. </Docs>
  621. <AssemblyInfo>
  622. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  623. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  624. </AssemblyInfo>
  625. </Member>
  626. <Member MemberName="GetValue">
  627. <MemberSignature Language="C#" Value="public object GetValue (int i);" />
  628. <MemberType>Method</MemberType>
  629. <ReturnValue>
  630. <ReturnType>System.Object</ReturnType>
  631. </ReturnValue>
  632. <Parameters>
  633. <Parameter Name="i" Type="System.Int32" />
  634. </Parameters>
  635. <Docs>
  636. <remarks>To be added</remarks>
  637. <summary>
  638. <attribution license="cc4" from="Microsoft" modified="false" />
  639. <para>Returns the value at the specified column in its native format.</para>
  640. </summary>
  641. <returns>
  642. <attribution license="cc4" from="Microsoft" modified="false" />
  643. <para>The value to return.</para>
  644. </returns>
  645. <param name="i">
  646. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  647. </Docs>
  648. <AssemblyInfo>
  649. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  650. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  651. </AssemblyInfo>
  652. </Member>
  653. <Member MemberName="GetValues">
  654. <MemberSignature Language="C#" Value="public int GetValues (object[] values);" />
  655. <MemberType>Method</MemberType>
  656. <ReturnValue>
  657. <ReturnType>System.Int32</ReturnType>
  658. </ReturnValue>
  659. <Parameters>
  660. <Parameter Name="values" Type="System.Object[]" />
  661. </Parameters>
  662. <Docs>
  663. <remarks>
  664. <attribution license="cc4" from="Microsoft" modified="false" />
  665. <para>Using this method may be more efficient for most applications then retrieving each field individually.</para>
  666. </remarks>
  667. <summary>
  668. <attribution license="cc4" from="Microsoft" modified="false" />
  669. <para>Populates an array of objects with the column values of the current record.</para>
  670. </summary>
  671. <returns>
  672. <attribution license="cc4" from="Microsoft" modified="false" />
  673. <para>The number of instances of <see cref="T:System.Object" /> in the array.</para>
  674. </returns>
  675. <param name="values">
  676. <attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Object" /> to copy the attribute fields into. </param>
  677. </Docs>
  678. <AssemblyInfo>
  679. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  680. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  681. </AssemblyInfo>
  682. </Member>
  683. <Member MemberName="IsDBNull">
  684. <MemberSignature Language="C#" Value="public bool IsDBNull (int i);" />
  685. <MemberType>Method</MemberType>
  686. <ReturnValue>
  687. <ReturnType>System.Boolean</ReturnType>
  688. </ReturnValue>
  689. <Parameters>
  690. <Parameter Name="i" Type="System.Int32" />
  691. </Parameters>
  692. <Docs>
  693. <remarks>
  694. <attribution license="cc4" from="Microsoft" modified="false" />
  695. <para>Call this method to check for null column values before calling the typed get methods (for example, <see cref="M:System.Data.SqlClient.SqlDataReader.GetByte(System.Int32)" />, <see cref="M:System.Data.SqlClient.SqlDataReader.GetChar(System.Int32)" />, and so on) to avoid raising an error.</para>
  696. </remarks>
  697. <summary>
  698. <attribution license="cc4" from="Microsoft" modified="false" />
  699. <para>Used to indicate nonexistent values.</para>
  700. </summary>
  701. <returns>
  702. <attribution license="cc4" from="Microsoft" modified="false" />
  703. <para>true if the specified column is equivalent to <see cref="T:System.DBNull" />; otherwise false.</para>
  704. </returns>
  705. <param name="i">
  706. <attribution license="cc4" from="Microsoft" modified="false" />The column ordinal. </param>
  707. </Docs>
  708. <AssemblyInfo>
  709. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  710. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  711. </AssemblyInfo>
  712. </Member>
  713. <Member MemberName="Item">
  714. <MemberSignature Language="C#" Value="public object this[int i] { get; }" />
  715. <MemberType>Property</MemberType>
  716. <AssemblyInfo>
  717. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  718. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  719. </AssemblyInfo>
  720. <ReturnValue>
  721. <ReturnType>System.Object</ReturnType>
  722. </ReturnValue>
  723. <Parameters>
  724. <Parameter Name="i" Type="System.Int32" />
  725. </Parameters>
  726. <Docs>
  727. <param name="i">To be added.</param>
  728. <summary>To be added.</summary>
  729. <value>To be added.</value>
  730. <remarks>To be added.</remarks>
  731. </Docs>
  732. </Member>
  733. <Member MemberName="Item">
  734. <MemberSignature Language="C#" Value="public object this[string name] { get; }" />
  735. <MemberType>Property</MemberType>
  736. <AssemblyInfo>
  737. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  738. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  739. </AssemblyInfo>
  740. <ReturnValue>
  741. <ReturnType>System.Object</ReturnType>
  742. </ReturnValue>
  743. <Parameters>
  744. <Parameter Name="name" Type="System.String" />
  745. </Parameters>
  746. <Docs>
  747. <param name="name">To be added.</param>
  748. <summary>To be added.</summary>
  749. <value>To be added.</value>
  750. <remarks>To be added.</remarks>
  751. </Docs>
  752. </Member>
  753. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetAttributes">
  754. <MemberSignature Language="C#" Value="System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes ();" />
  755. <MemberType>Method</MemberType>
  756. <AssemblyInfo>
  757. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  758. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  759. </AssemblyInfo>
  760. <ReturnValue>
  761. <ReturnType>System.ComponentModel.AttributeCollection</ReturnType>
  762. </ReturnValue>
  763. <Parameters />
  764. <Docs>
  765. <remarks>
  766. <attribution license="cc4" from="Microsoft" modified="false" />
  767. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetAttributes" />.</para>
  768. </remarks>
  769. <summary>
  770. <attribution license="cc4" from="Microsoft" modified="false" />
  771. <para>Returns a collection of custom attributes for this instance of a component.</para>
  772. </summary>
  773. <returns>
  774. <attribution license="cc4" from="Microsoft" modified="false" />
  775. <para>An <see cref="T:System.ComponentModel.AttributeCollection" /> that contains the attributes for this object. </para>
  776. </returns>
  777. </Docs>
  778. </Member>
  779. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetClassName">
  780. <MemberSignature Language="C#" Value="string ICustomTypeDescriptor.GetClassName ();" />
  781. <MemberType>Method</MemberType>
  782. <AssemblyInfo>
  783. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  784. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  785. </AssemblyInfo>
  786. <ReturnValue>
  787. <ReturnType>System.String</ReturnType>
  788. </ReturnValue>
  789. <Parameters />
  790. <Docs>
  791. <remarks>
  792. <attribution license="cc4" from="Microsoft" modified="false" />
  793. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetClassName" />.</para>
  794. </remarks>
  795. <summary>
  796. <attribution license="cc4" from="Microsoft" modified="false" />
  797. <para>Returns the class name of this instance of a component.</para>
  798. </summary>
  799. <returns>
  800. <attribution license="cc4" from="Microsoft" modified="false" />
  801. <para>The class name of the object, or null if the class does not have a name.</para>
  802. </returns>
  803. </Docs>
  804. </Member>
  805. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetComponentName">
  806. <MemberSignature Language="C#" Value="string ICustomTypeDescriptor.GetComponentName ();" />
  807. <MemberType>Method</MemberType>
  808. <AssemblyInfo>
  809. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  810. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  811. </AssemblyInfo>
  812. <ReturnValue>
  813. <ReturnType>System.String</ReturnType>
  814. </ReturnValue>
  815. <Parameters />
  816. <Docs>
  817. <remarks>
  818. <attribution license="cc4" from="Microsoft" modified="false" />
  819. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetComponentName" />.</para>
  820. </remarks>
  821. <summary>
  822. <attribution license="cc4" from="Microsoft" modified="false" />
  823. <para>Returns the name of this instance of a component.</para>
  824. </summary>
  825. <returns>
  826. <attribution license="cc4" from="Microsoft" modified="false" />
  827. <para>The name of the object, or null if the object does not have a name.</para>
  828. </returns>
  829. </Docs>
  830. </Member>
  831. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetConverter">
  832. <MemberSignature Language="C#" Value="System.ComponentModel.TypeConverter ICustomTypeDescriptor.GetConverter ();" />
  833. <MemberType>Method</MemberType>
  834. <AssemblyInfo>
  835. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  836. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  837. </AssemblyInfo>
  838. <ReturnValue>
  839. <ReturnType>System.ComponentModel.TypeConverter</ReturnType>
  840. </ReturnValue>
  841. <Parameters />
  842. <Docs>
  843. <remarks>
  844. <attribution license="cc4" from="Microsoft" modified="false" />
  845. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetConverter" />.</para>
  846. </remarks>
  847. <summary>
  848. <attribution license="cc4" from="Microsoft" modified="false" />
  849. <para>Returns a type converter for this instance of a component.</para>
  850. </summary>
  851. <returns>
  852. <attribution license="cc4" from="Microsoft" modified="false" />
  853. <para>A <see cref="T:System.ComponentModel.TypeConverter" /> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter" /> for this object.</para>
  854. </returns>
  855. </Docs>
  856. </Member>
  857. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent">
  858. <MemberSignature Language="C#" Value="System.ComponentModel.EventDescriptor ICustomTypeDescriptor.GetDefaultEvent ();" />
  859. <MemberType>Method</MemberType>
  860. <AssemblyInfo>
  861. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  862. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  863. </AssemblyInfo>
  864. <ReturnValue>
  865. <ReturnType>System.ComponentModel.EventDescriptor</ReturnType>
  866. </ReturnValue>
  867. <Parameters />
  868. <Docs>
  869. <remarks>
  870. <attribution license="cc4" from="Microsoft" modified="false" />
  871. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent" />.</para>
  872. </remarks>
  873. <summary>
  874. <attribution license="cc4" from="Microsoft" modified="false" />
  875. <para>Returns the default event for this instance of a component.</para>
  876. </summary>
  877. <returns>
  878. <attribution license="cc4" from="Microsoft" modified="false" />
  879. <para>An <see cref="T:System.ComponentModel.EventDescriptor" /> that represents the default event for this object, or null if this object does not have events.</para>
  880. </returns>
  881. </Docs>
  882. </Member>
  883. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty">
  884. <MemberSignature Language="C#" Value="System.ComponentModel.PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty ();" />
  885. <MemberType>Method</MemberType>
  886. <AssemblyInfo>
  887. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  888. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  889. </AssemblyInfo>
  890. <ReturnValue>
  891. <ReturnType>System.ComponentModel.PropertyDescriptor</ReturnType>
  892. </ReturnValue>
  893. <Parameters />
  894. <Docs>
  895. <remarks>
  896. <attribution license="cc4" from="Microsoft" modified="false" />
  897. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty" />.</para>
  898. </remarks>
  899. <summary>
  900. <attribution license="cc4" from="Microsoft" modified="false" />
  901. <para>Returns the default property for this instance of a component.</para>
  902. </summary>
  903. <returns>
  904. <attribution license="cc4" from="Microsoft" modified="false" />
  905. <para>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the default property for this object, or null if this object does not have properties.</para>
  906. </returns>
  907. </Docs>
  908. </Member>
  909. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetEditor">
  910. <MemberSignature Language="C#" Value="object ICustomTypeDescriptor.GetEditor (Type editorBaseType);" />
  911. <MemberType>Method</MemberType>
  912. <AssemblyInfo>
  913. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  914. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  915. </AssemblyInfo>
  916. <ReturnValue>
  917. <ReturnType>System.Object</ReturnType>
  918. </ReturnValue>
  919. <Parameters>
  920. <Parameter Name="editorBaseType" Type="System.Type" />
  921. </Parameters>
  922. <Docs>
  923. <remarks>
  924. <attribution license="cc4" from="Microsoft" modified="false" />
  925. <para>For more information, see <see cref="M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type)" />.</para>
  926. </remarks>
  927. <summary>
  928. <attribution license="cc4" from="Microsoft" modified="false" />
  929. <para>Returns an editor of the specified type for this instance of a component.</para>
  930. </summary>
  931. <returns>
  932. <attribution license="cc4" from="Microsoft" modified="false" />
  933. <para>An <see cref="T:System.Object" /> of the specified type that is the editor for this object, or null if the editor cannot be found.</para>
  934. </returns>
  935. <param name="editorBaseType">
  936. <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Type" /> that represents the editor for this object.</param>
  937. </Docs>
  938. </Member>
  939. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetEvents">
  940. <MemberSignature Language="C#" Value="System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();" />
  941. <MemberType>Method</MemberType>
  942. <AssemblyInfo>
  943. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  944. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  945. </AssemblyInfo>
  946. <ReturnValue>
  947. <ReturnType>System.ComponentModel.EventDescriptorCollection</ReturnType>
  948. </ReturnValue>
  949. <Parameters />
  950. <Docs>
  951. <remarks>
  952. <attribution license="cc4" from="Microsoft" modified="false" />
  953. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents" />.</para>
  954. </remarks>
  955. <summary>
  956. <attribution license="cc4" from="Microsoft" modified="false" />
  957. <para>Returns the events for this instance of a component.</para>
  958. </summary>
  959. <returns>
  960. <attribution license="cc4" from="Microsoft" modified="false" />
  961. <para>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the events for this component instance.</para>
  962. </returns>
  963. </Docs>
  964. </Member>
  965. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetEvents">
  966. <MemberSignature Language="C#" Value="System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);" />
  967. <MemberType>Method</MemberType>
  968. <AssemblyInfo>
  969. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  970. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  971. </AssemblyInfo>
  972. <ReturnValue>
  973. <ReturnType>System.ComponentModel.EventDescriptorCollection</ReturnType>
  974. </ReturnValue>
  975. <Parameters>
  976. <Parameter Name="attributes" Type="System.Attribute[]" />
  977. </Parameters>
  978. <Docs>
  979. <remarks>
  980. <attribution license="cc4" from="Microsoft" modified="false" />
  981. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents.(System.Attribute[])" />.</para>
  982. </remarks>
  983. <summary>
  984. <attribution license="cc4" from="Microsoft" modified="false" />
  985. <para>Returns the events for this instance of a component using the specified attribute array as a filter.</para>
  986. </summary>
  987. <returns>
  988. <attribution license="cc4" from="Microsoft" modified="false" />
  989. <para>An <see cref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the filtered events for this component instance.</para>
  990. </returns>
  991. <param name="attributes">
  992. <attribution license="cc4" from="Microsoft" modified="false" />An array of type <see cref="T:System.Attribute" /> that is used as a filter.</param>
  993. </Docs>
  994. </Member>
  995. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetProperties">
  996. <MemberSignature Language="C#" Value="System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();" />
  997. <MemberType>Method</MemberType>
  998. <AssemblyInfo>
  999. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  1000. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  1001. </AssemblyInfo>
  1002. <ReturnValue>
  1003. <ReturnType>System.ComponentModel.PropertyDescriptorCollection</ReturnType>
  1004. </ReturnValue>
  1005. <Parameters />
  1006. <Docs>
  1007. <remarks>
  1008. <attribution license="cc4" from="Microsoft" modified="false" />
  1009. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties" />.</para>
  1010. </remarks>
  1011. <summary>
  1012. <attribution license="cc4" from="Microsoft" modified="false" />
  1013. <para>Returns the properties for this instance of a component.</para>
  1014. </summary>
  1015. <returns>
  1016. <attribution license="cc4" from="Microsoft" modified="false" />
  1017. <para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties for this component instance.</para>
  1018. </returns>
  1019. </Docs>
  1020. </Member>
  1021. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetProperties">
  1022. <MemberSignature Language="C#" Value="System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);" />
  1023. <MemberType>Method</MemberType>
  1024. <AssemblyInfo>
  1025. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  1026. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  1027. </AssemblyInfo>
  1028. <ReturnValue>
  1029. <ReturnType>System.ComponentModel.PropertyDescriptorCollection</ReturnType>
  1030. </ReturnValue>
  1031. <Parameters>
  1032. <Parameter Name="attributes" Type="System.Attribute[]" />
  1033. </Parameters>
  1034. <Docs>
  1035. <remarks>
  1036. <attribution license="cc4" from="Microsoft" modified="false" />
  1037. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties.(System.Attribute[])" />.</para>
  1038. </remarks>
  1039. <summary>
  1040. <attribution license="cc4" from="Microsoft" modified="false" />
  1041. <para>Returns the properties for this instance of a component using the attribute array as a filter.</para>
  1042. </summary>
  1043. <returns>
  1044. <attribution license="cc4" from="Microsoft" modified="false" />
  1045. <para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the filtered properties for this component instance.</para>
  1046. </returns>
  1047. <param name="attributes">
  1048. <attribution license="cc4" from="Microsoft" modified="false" />An array of type <see cref="T:System.Attribute" /> that is used as a filter.</param>
  1049. </Docs>
  1050. </Member>
  1051. <Member MemberName="System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner">
  1052. <MemberSignature Language="C#" Value="object ICustomTypeDescriptor.GetPropertyOwner (System.ComponentModel.PropertyDescriptor pd);" />
  1053. <MemberType>Method</MemberType>
  1054. <AssemblyInfo>
  1055. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  1056. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  1057. </AssemblyInfo>
  1058. <ReturnValue>
  1059. <ReturnType>System.Object</ReturnType>
  1060. </ReturnValue>
  1061. <Parameters>
  1062. <Parameter Name="pd" Type="System.ComponentModel.PropertyDescriptor" />
  1063. </Parameters>
  1064. <Docs>
  1065. <remarks>
  1066. <attribution license="cc4" from="Microsoft" modified="false" />
  1067. <para>For more information, see <see cref="M:System.ComponentModel.ICustomTypeDescriptor.PropertyDescriptor" />.</para>
  1068. </remarks>
  1069. <summary>
  1070. <attribution license="cc4" from="Microsoft" modified="false" />
  1071. <para>Returns an object that contains the property described by the specified property descriptor.</para>
  1072. </summary>
  1073. <returns>
  1074. <attribution license="cc4" from="Microsoft" modified="false" />
  1075. <para>An <see cref="T:System.Object" /> that represents the owner of the specified property.</para>
  1076. </returns>
  1077. <param name="pd">
  1078. <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the property whose owner is to be found.</param>
  1079. </Docs>
  1080. </Member>
  1081. </Members>
  1082. </Type>