@alloy-js/csharp 0.23.0-dev.3 → 0.23.0-dev.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (491) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/access-expression/access-expression.d.ts +6 -1
  476. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  477. package/dist/src/components/access-expression/access-expression.js +108 -197
  478. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  479. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  480. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  481. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  482. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  483. package/dist/src/components/doc/from-markdown.js +1 -1
  484. package/dist/src/components/doc/from-markdown.js.map +1 -1
  485. package/dist/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +13 -6
  487. package/src/components/access-expression/access-expression.tsx +146 -243
  488. package/src/components/access-expression/part-descriptors.ts +0 -186
  489. package/src/components/doc/from-markdown.tsx +4 -1
  490. package/temp/api.json +3 -3
  491. package/vitest.config.ts +8 -0
@@ -0,0 +1,2655 @@
1
+ import Globalization from "../../Globalization/index.js";
2
+ import System from "../../index.js";
3
+ import IO from "../../IO/index.js";
4
+ import { createLibrary } from "#createLibrary";
5
+ const SqlTypes = createLibrary("System.Data.SqlTypes", {
6
+ INullable: {
7
+ kind: "interface",
8
+ members: {
9
+ IsNull: {
10
+ kind: "property",
11
+ type: () => {
12
+ return System.Boolean;
13
+ }
14
+ }
15
+ }
16
+ },
17
+ SqlAlreadyFilledException: {
18
+ kind: "class",
19
+ members: {
20
+ SqlAlreadyFilledException: {
21
+ kind: "method",
22
+ methodKind: "constructor"
23
+ }
24
+ },
25
+ isSealed: true
26
+ },
27
+ SqlBinary: {
28
+ kind: "struct",
29
+ members: {
30
+ Null: {
31
+ kind: "field",
32
+ type: () => {
33
+ return SqlTypes.SqlBinary;
34
+ },
35
+ isStatic: true,
36
+ isReadOnly: true
37
+ },
38
+ SqlBinary: {
39
+ kind: "method",
40
+ methodKind: "constructor"
41
+ },
42
+ Add: {
43
+ kind: "method",
44
+ methodKind: "ordinary",
45
+ isStatic: true
46
+ },
47
+ CompareTo: {
48
+ kind: "method",
49
+ methodKind: "ordinary"
50
+ },
51
+ Concat: {
52
+ kind: "method",
53
+ methodKind: "ordinary",
54
+ isStatic: true
55
+ },
56
+ Equals: {
57
+ kind: "method",
58
+ methodKind: "ordinary",
59
+ isStatic: true
60
+ },
61
+ GetHashCode: {
62
+ kind: "method",
63
+ methodKind: "ordinary",
64
+ isOverride: true
65
+ },
66
+ GetXsdType: {
67
+ kind: "method",
68
+ methodKind: "ordinary",
69
+ isStatic: true
70
+ },
71
+ GreaterThan: {
72
+ kind: "method",
73
+ methodKind: "ordinary",
74
+ isStatic: true
75
+ },
76
+ GreaterThanOrEqual: {
77
+ kind: "method",
78
+ methodKind: "ordinary",
79
+ isStatic: true
80
+ },
81
+ LessThan: {
82
+ kind: "method",
83
+ methodKind: "ordinary",
84
+ isStatic: true
85
+ },
86
+ LessThanOrEqual: {
87
+ kind: "method",
88
+ methodKind: "ordinary",
89
+ isStatic: true
90
+ },
91
+ NotEquals: {
92
+ kind: "method",
93
+ methodKind: "ordinary",
94
+ isStatic: true
95
+ },
96
+ ToSqlGuid: {
97
+ kind: "method",
98
+ methodKind: "ordinary"
99
+ },
100
+ ToString: {
101
+ kind: "method",
102
+ methodKind: "ordinary",
103
+ isOverride: true
104
+ },
105
+ WrapBytes: {
106
+ kind: "method",
107
+ methodKind: "ordinary",
108
+ isStatic: true
109
+ },
110
+ IsNull: {
111
+ kind: "property",
112
+ type: () => {
113
+ return System.Boolean;
114
+ }
115
+ },
116
+ Item: {
117
+ kind: "property",
118
+ type: () => {
119
+ return System.Byte;
120
+ }
121
+ },
122
+ Length: {
123
+ kind: "property",
124
+ type: () => {
125
+ return System.Int32;
126
+ }
127
+ },
128
+ Value: {
129
+ kind: "property",
130
+ type: () => {
131
+ return System.Array;
132
+ }
133
+ }
134
+ }
135
+ },
136
+ SqlBoolean: {
137
+ kind: "struct",
138
+ members: {
139
+ False: {
140
+ kind: "field",
141
+ type: () => {
142
+ return SqlTypes.SqlBoolean;
143
+ },
144
+ isStatic: true,
145
+ isReadOnly: true
146
+ },
147
+ Null: {
148
+ kind: "field",
149
+ type: () => {
150
+ return SqlTypes.SqlBoolean;
151
+ },
152
+ isStatic: true,
153
+ isReadOnly: true
154
+ },
155
+ One: {
156
+ kind: "field",
157
+ type: () => {
158
+ return SqlTypes.SqlBoolean;
159
+ },
160
+ isStatic: true,
161
+ isReadOnly: true
162
+ },
163
+ True: {
164
+ kind: "field",
165
+ type: () => {
166
+ return SqlTypes.SqlBoolean;
167
+ },
168
+ isStatic: true,
169
+ isReadOnly: true
170
+ },
171
+ Zero: {
172
+ kind: "field",
173
+ type: () => {
174
+ return SqlTypes.SqlBoolean;
175
+ },
176
+ isStatic: true,
177
+ isReadOnly: true
178
+ },
179
+ SqlBoolean: {
180
+ kind: "method",
181
+ methodKind: "constructor"
182
+ },
183
+ And: {
184
+ kind: "method",
185
+ methodKind: "ordinary",
186
+ isStatic: true
187
+ },
188
+ CompareTo: {
189
+ kind: "method",
190
+ methodKind: "ordinary"
191
+ },
192
+ Equals: {
193
+ kind: "method",
194
+ methodKind: "ordinary",
195
+ isStatic: true
196
+ },
197
+ GetHashCode: {
198
+ kind: "method",
199
+ methodKind: "ordinary",
200
+ isOverride: true
201
+ },
202
+ GetXsdType: {
203
+ kind: "method",
204
+ methodKind: "ordinary",
205
+ isStatic: true
206
+ },
207
+ GreaterThan: {
208
+ kind: "method",
209
+ methodKind: "ordinary",
210
+ isStatic: true
211
+ },
212
+ GreaterThanOrEquals: {
213
+ kind: "method",
214
+ methodKind: "ordinary",
215
+ isStatic: true
216
+ },
217
+ LessThan: {
218
+ kind: "method",
219
+ methodKind: "ordinary",
220
+ isStatic: true
221
+ },
222
+ LessThanOrEquals: {
223
+ kind: "method",
224
+ methodKind: "ordinary",
225
+ isStatic: true
226
+ },
227
+ NotEquals: {
228
+ kind: "method",
229
+ methodKind: "ordinary",
230
+ isStatic: true
231
+ },
232
+ OnesComplement: {
233
+ kind: "method",
234
+ methodKind: "ordinary",
235
+ isStatic: true
236
+ },
237
+ Or: {
238
+ kind: "method",
239
+ methodKind: "ordinary",
240
+ isStatic: true
241
+ },
242
+ Parse: {
243
+ kind: "method",
244
+ methodKind: "ordinary",
245
+ isStatic: true
246
+ },
247
+ ToSqlByte: {
248
+ kind: "method",
249
+ methodKind: "ordinary"
250
+ },
251
+ ToSqlDecimal: {
252
+ kind: "method",
253
+ methodKind: "ordinary"
254
+ },
255
+ ToSqlDouble: {
256
+ kind: "method",
257
+ methodKind: "ordinary"
258
+ },
259
+ ToSqlInt16: {
260
+ kind: "method",
261
+ methodKind: "ordinary"
262
+ },
263
+ ToSqlInt32: {
264
+ kind: "method",
265
+ methodKind: "ordinary"
266
+ },
267
+ ToSqlInt64: {
268
+ kind: "method",
269
+ methodKind: "ordinary"
270
+ },
271
+ ToSqlMoney: {
272
+ kind: "method",
273
+ methodKind: "ordinary"
274
+ },
275
+ ToSqlSingle: {
276
+ kind: "method",
277
+ methodKind: "ordinary"
278
+ },
279
+ ToSqlString: {
280
+ kind: "method",
281
+ methodKind: "ordinary"
282
+ },
283
+ ToString: {
284
+ kind: "method",
285
+ methodKind: "ordinary",
286
+ isOverride: true
287
+ },
288
+ Xor: {
289
+ kind: "method",
290
+ methodKind: "ordinary",
291
+ isStatic: true
292
+ },
293
+ ByteValue: {
294
+ kind: "property",
295
+ type: () => {
296
+ return System.Byte;
297
+ }
298
+ },
299
+ IsFalse: {
300
+ kind: "property",
301
+ type: () => {
302
+ return System.Boolean;
303
+ }
304
+ },
305
+ IsNull: {
306
+ kind: "property",
307
+ type: () => {
308
+ return System.Boolean;
309
+ }
310
+ },
311
+ IsTrue: {
312
+ kind: "property",
313
+ type: () => {
314
+ return System.Boolean;
315
+ }
316
+ },
317
+ Value: {
318
+ kind: "property",
319
+ type: () => {
320
+ return System.Boolean;
321
+ }
322
+ }
323
+ }
324
+ },
325
+ SqlByte: {
326
+ kind: "struct",
327
+ members: {
328
+ MaxValue: {
329
+ kind: "field",
330
+ type: () => {
331
+ return SqlTypes.SqlByte;
332
+ },
333
+ isStatic: true,
334
+ isReadOnly: true
335
+ },
336
+ MinValue: {
337
+ kind: "field",
338
+ type: () => {
339
+ return SqlTypes.SqlByte;
340
+ },
341
+ isStatic: true,
342
+ isReadOnly: true
343
+ },
344
+ Null: {
345
+ kind: "field",
346
+ type: () => {
347
+ return SqlTypes.SqlByte;
348
+ },
349
+ isStatic: true,
350
+ isReadOnly: true
351
+ },
352
+ Zero: {
353
+ kind: "field",
354
+ type: () => {
355
+ return SqlTypes.SqlByte;
356
+ },
357
+ isStatic: true,
358
+ isReadOnly: true
359
+ },
360
+ SqlByte: {
361
+ kind: "method",
362
+ methodKind: "constructor"
363
+ },
364
+ Add: {
365
+ kind: "method",
366
+ methodKind: "ordinary",
367
+ isStatic: true
368
+ },
369
+ BitwiseAnd: {
370
+ kind: "method",
371
+ methodKind: "ordinary",
372
+ isStatic: true
373
+ },
374
+ BitwiseOr: {
375
+ kind: "method",
376
+ methodKind: "ordinary",
377
+ isStatic: true
378
+ },
379
+ CompareTo: {
380
+ kind: "method",
381
+ methodKind: "ordinary"
382
+ },
383
+ Divide: {
384
+ kind: "method",
385
+ methodKind: "ordinary",
386
+ isStatic: true
387
+ },
388
+ Equals: {
389
+ kind: "method",
390
+ methodKind: "ordinary",
391
+ isStatic: true
392
+ },
393
+ GetHashCode: {
394
+ kind: "method",
395
+ methodKind: "ordinary",
396
+ isOverride: true
397
+ },
398
+ GetXsdType: {
399
+ kind: "method",
400
+ methodKind: "ordinary",
401
+ isStatic: true
402
+ },
403
+ GreaterThan: {
404
+ kind: "method",
405
+ methodKind: "ordinary",
406
+ isStatic: true
407
+ },
408
+ GreaterThanOrEqual: {
409
+ kind: "method",
410
+ methodKind: "ordinary",
411
+ isStatic: true
412
+ },
413
+ LessThan: {
414
+ kind: "method",
415
+ methodKind: "ordinary",
416
+ isStatic: true
417
+ },
418
+ LessThanOrEqual: {
419
+ kind: "method",
420
+ methodKind: "ordinary",
421
+ isStatic: true
422
+ },
423
+ Mod: {
424
+ kind: "method",
425
+ methodKind: "ordinary",
426
+ isStatic: true
427
+ },
428
+ Modulus: {
429
+ kind: "method",
430
+ methodKind: "ordinary",
431
+ isStatic: true
432
+ },
433
+ Multiply: {
434
+ kind: "method",
435
+ methodKind: "ordinary",
436
+ isStatic: true
437
+ },
438
+ NotEquals: {
439
+ kind: "method",
440
+ methodKind: "ordinary",
441
+ isStatic: true
442
+ },
443
+ OnesComplement: {
444
+ kind: "method",
445
+ methodKind: "ordinary",
446
+ isStatic: true
447
+ },
448
+ Parse: {
449
+ kind: "method",
450
+ methodKind: "ordinary",
451
+ isStatic: true
452
+ },
453
+ Subtract: {
454
+ kind: "method",
455
+ methodKind: "ordinary",
456
+ isStatic: true
457
+ },
458
+ ToSqlBoolean: {
459
+ kind: "method",
460
+ methodKind: "ordinary"
461
+ },
462
+ ToSqlDecimal: {
463
+ kind: "method",
464
+ methodKind: "ordinary"
465
+ },
466
+ ToSqlDouble: {
467
+ kind: "method",
468
+ methodKind: "ordinary"
469
+ },
470
+ ToSqlInt16: {
471
+ kind: "method",
472
+ methodKind: "ordinary"
473
+ },
474
+ ToSqlInt32: {
475
+ kind: "method",
476
+ methodKind: "ordinary"
477
+ },
478
+ ToSqlInt64: {
479
+ kind: "method",
480
+ methodKind: "ordinary"
481
+ },
482
+ ToSqlMoney: {
483
+ kind: "method",
484
+ methodKind: "ordinary"
485
+ },
486
+ ToSqlSingle: {
487
+ kind: "method",
488
+ methodKind: "ordinary"
489
+ },
490
+ ToSqlString: {
491
+ kind: "method",
492
+ methodKind: "ordinary"
493
+ },
494
+ ToString: {
495
+ kind: "method",
496
+ methodKind: "ordinary",
497
+ isOverride: true
498
+ },
499
+ Xor: {
500
+ kind: "method",
501
+ methodKind: "ordinary",
502
+ isStatic: true
503
+ },
504
+ IsNull: {
505
+ kind: "property",
506
+ type: () => {
507
+ return System.Boolean;
508
+ }
509
+ },
510
+ Value: {
511
+ kind: "property",
512
+ type: () => {
513
+ return System.Byte;
514
+ }
515
+ }
516
+ }
517
+ },
518
+ SqlBytes: {
519
+ kind: "class",
520
+ members: {
521
+ SqlBytes: {
522
+ kind: "method",
523
+ methodKind: "constructor"
524
+ },
525
+ GetXsdType: {
526
+ kind: "method",
527
+ methodKind: "ordinary",
528
+ isStatic: true
529
+ },
530
+ Read: {
531
+ kind: "method",
532
+ methodKind: "ordinary"
533
+ },
534
+ SetLength: {
535
+ kind: "method",
536
+ methodKind: "ordinary"
537
+ },
538
+ SetNull: {
539
+ kind: "method",
540
+ methodKind: "ordinary"
541
+ },
542
+ ToSqlBinary: {
543
+ kind: "method",
544
+ methodKind: "ordinary"
545
+ },
546
+ Write: {
547
+ kind: "method",
548
+ methodKind: "ordinary"
549
+ },
550
+ Buffer: {
551
+ kind: "property",
552
+ type: () => {
553
+ return System.Array;
554
+ },
555
+ isNullable: true
556
+ },
557
+ IsNull: {
558
+ kind: "property",
559
+ type: () => {
560
+ return System.Boolean;
561
+ }
562
+ },
563
+ Item: {
564
+ kind: "property",
565
+ type: () => {
566
+ return System.Byte;
567
+ }
568
+ },
569
+ Length: {
570
+ kind: "property",
571
+ type: () => {
572
+ return System.Int64;
573
+ }
574
+ },
575
+ MaxLength: {
576
+ kind: "property",
577
+ type: () => {
578
+ return System.Int64;
579
+ }
580
+ },
581
+ Null: {
582
+ kind: "property",
583
+ type: () => {
584
+ return SqlTypes.SqlBytes;
585
+ },
586
+ isStatic: true
587
+ },
588
+ Storage: {
589
+ kind: "property",
590
+ type: () => {
591
+ return SqlTypes.StorageState;
592
+ }
593
+ },
594
+ Stream: {
595
+ kind: "property",
596
+ type: () => {
597
+ return IO.Stream;
598
+ }
599
+ },
600
+ Value: {
601
+ kind: "property",
602
+ type: () => {
603
+ return System.Array;
604
+ }
605
+ }
606
+ },
607
+ isSealed: true
608
+ },
609
+ SqlChars: {
610
+ kind: "class",
611
+ members: {
612
+ SqlChars: {
613
+ kind: "method",
614
+ methodKind: "constructor"
615
+ },
616
+ GetXsdType: {
617
+ kind: "method",
618
+ methodKind: "ordinary",
619
+ isStatic: true
620
+ },
621
+ Read: {
622
+ kind: "method",
623
+ methodKind: "ordinary"
624
+ },
625
+ SetLength: {
626
+ kind: "method",
627
+ methodKind: "ordinary"
628
+ },
629
+ SetNull: {
630
+ kind: "method",
631
+ methodKind: "ordinary"
632
+ },
633
+ ToSqlString: {
634
+ kind: "method",
635
+ methodKind: "ordinary"
636
+ },
637
+ Write: {
638
+ kind: "method",
639
+ methodKind: "ordinary"
640
+ },
641
+ Buffer: {
642
+ kind: "property",
643
+ type: () => {
644
+ return System.Array;
645
+ },
646
+ isNullable: true
647
+ },
648
+ IsNull: {
649
+ kind: "property",
650
+ type: () => {
651
+ return System.Boolean;
652
+ }
653
+ },
654
+ Item: {
655
+ kind: "property",
656
+ type: () => {
657
+ return System.Char;
658
+ }
659
+ },
660
+ Length: {
661
+ kind: "property",
662
+ type: () => {
663
+ return System.Int64;
664
+ }
665
+ },
666
+ MaxLength: {
667
+ kind: "property",
668
+ type: () => {
669
+ return System.Int64;
670
+ }
671
+ },
672
+ Null: {
673
+ kind: "property",
674
+ type: () => {
675
+ return SqlTypes.SqlChars;
676
+ },
677
+ isStatic: true
678
+ },
679
+ Storage: {
680
+ kind: "property",
681
+ type: () => {
682
+ return SqlTypes.StorageState;
683
+ }
684
+ },
685
+ Value: {
686
+ kind: "property",
687
+ type: () => {
688
+ return System.Array;
689
+ }
690
+ }
691
+ },
692
+ isSealed: true
693
+ },
694
+ SqlCompareOptions: {
695
+ kind: "enum",
696
+ members: {
697
+ None: {
698
+ kind: "field",
699
+ type: () => {
700
+ return SqlTypes.SqlCompareOptions;
701
+ }
702
+ },
703
+ IgnoreCase: {
704
+ kind: "field",
705
+ type: () => {
706
+ return SqlTypes.SqlCompareOptions;
707
+ }
708
+ },
709
+ IgnoreNonSpace: {
710
+ kind: "field",
711
+ type: () => {
712
+ return SqlTypes.SqlCompareOptions;
713
+ }
714
+ },
715
+ IgnoreKanaType: {
716
+ kind: "field",
717
+ type: () => {
718
+ return SqlTypes.SqlCompareOptions;
719
+ }
720
+ },
721
+ IgnoreWidth: {
722
+ kind: "field",
723
+ type: () => {
724
+ return SqlTypes.SqlCompareOptions;
725
+ }
726
+ },
727
+ BinarySort2: {
728
+ kind: "field",
729
+ type: () => {
730
+ return SqlTypes.SqlCompareOptions;
731
+ }
732
+ },
733
+ BinarySort: {
734
+ kind: "field",
735
+ type: () => {
736
+ return SqlTypes.SqlCompareOptions;
737
+ }
738
+ }
739
+ }
740
+ },
741
+ SqlDateTime: {
742
+ kind: "struct",
743
+ members: {
744
+ MaxValue: {
745
+ kind: "field",
746
+ type: () => {
747
+ return SqlTypes.SqlDateTime;
748
+ },
749
+ isStatic: true,
750
+ isReadOnly: true
751
+ },
752
+ MinValue: {
753
+ kind: "field",
754
+ type: () => {
755
+ return SqlTypes.SqlDateTime;
756
+ },
757
+ isStatic: true,
758
+ isReadOnly: true
759
+ },
760
+ Null: {
761
+ kind: "field",
762
+ type: () => {
763
+ return SqlTypes.SqlDateTime;
764
+ },
765
+ isStatic: true,
766
+ isReadOnly: true
767
+ },
768
+ SQLTicksPerHour: {
769
+ kind: "field",
770
+ type: () => {
771
+ return System.Int32;
772
+ },
773
+ isStatic: true,
774
+ isReadOnly: true
775
+ },
776
+ SQLTicksPerMinute: {
777
+ kind: "field",
778
+ type: () => {
779
+ return System.Int32;
780
+ },
781
+ isStatic: true,
782
+ isReadOnly: true
783
+ },
784
+ SQLTicksPerSecond: {
785
+ kind: "field",
786
+ type: () => {
787
+ return System.Int32;
788
+ },
789
+ isStatic: true,
790
+ isReadOnly: true
791
+ },
792
+ SqlDateTime: {
793
+ kind: "method",
794
+ methodKind: "constructor"
795
+ },
796
+ Add: {
797
+ kind: "method",
798
+ methodKind: "ordinary",
799
+ isStatic: true
800
+ },
801
+ CompareTo: {
802
+ kind: "method",
803
+ methodKind: "ordinary"
804
+ },
805
+ Equals: {
806
+ kind: "method",
807
+ methodKind: "ordinary",
808
+ isStatic: true
809
+ },
810
+ GetHashCode: {
811
+ kind: "method",
812
+ methodKind: "ordinary",
813
+ isOverride: true
814
+ },
815
+ GetXsdType: {
816
+ kind: "method",
817
+ methodKind: "ordinary",
818
+ isStatic: true
819
+ },
820
+ GreaterThan: {
821
+ kind: "method",
822
+ methodKind: "ordinary",
823
+ isStatic: true
824
+ },
825
+ GreaterThanOrEqual: {
826
+ kind: "method",
827
+ methodKind: "ordinary",
828
+ isStatic: true
829
+ },
830
+ LessThan: {
831
+ kind: "method",
832
+ methodKind: "ordinary",
833
+ isStatic: true
834
+ },
835
+ LessThanOrEqual: {
836
+ kind: "method",
837
+ methodKind: "ordinary",
838
+ isStatic: true
839
+ },
840
+ NotEquals: {
841
+ kind: "method",
842
+ methodKind: "ordinary",
843
+ isStatic: true
844
+ },
845
+ Parse: {
846
+ kind: "method",
847
+ methodKind: "ordinary",
848
+ isStatic: true
849
+ },
850
+ Subtract: {
851
+ kind: "method",
852
+ methodKind: "ordinary",
853
+ isStatic: true
854
+ },
855
+ ToSqlString: {
856
+ kind: "method",
857
+ methodKind: "ordinary"
858
+ },
859
+ ToString: {
860
+ kind: "method",
861
+ methodKind: "ordinary",
862
+ isOverride: true
863
+ },
864
+ DayTicks: {
865
+ kind: "property",
866
+ type: () => {
867
+ return System.Int32;
868
+ }
869
+ },
870
+ IsNull: {
871
+ kind: "property",
872
+ type: () => {
873
+ return System.Boolean;
874
+ }
875
+ },
876
+ TimeTicks: {
877
+ kind: "property",
878
+ type: () => {
879
+ return System.Int32;
880
+ }
881
+ },
882
+ Value: {
883
+ kind: "property",
884
+ type: () => {
885
+ return System.DateTime;
886
+ }
887
+ }
888
+ }
889
+ },
890
+ SqlDecimal: {
891
+ kind: "struct",
892
+ members: {
893
+ MaxPrecision: {
894
+ kind: "field",
895
+ type: () => {
896
+ return System.Byte;
897
+ },
898
+ isStatic: true,
899
+ isReadOnly: true
900
+ },
901
+ MaxScale: {
902
+ kind: "field",
903
+ type: () => {
904
+ return System.Byte;
905
+ },
906
+ isStatic: true,
907
+ isReadOnly: true
908
+ },
909
+ MaxValue: {
910
+ kind: "field",
911
+ type: () => {
912
+ return SqlTypes.SqlDecimal;
913
+ },
914
+ isStatic: true,
915
+ isReadOnly: true
916
+ },
917
+ MinValue: {
918
+ kind: "field",
919
+ type: () => {
920
+ return SqlTypes.SqlDecimal;
921
+ },
922
+ isStatic: true,
923
+ isReadOnly: true
924
+ },
925
+ Null: {
926
+ kind: "field",
927
+ type: () => {
928
+ return SqlTypes.SqlDecimal;
929
+ },
930
+ isStatic: true,
931
+ isReadOnly: true
932
+ },
933
+ SqlDecimal: {
934
+ kind: "method",
935
+ methodKind: "constructor"
936
+ },
937
+ Abs: {
938
+ kind: "method",
939
+ methodKind: "ordinary",
940
+ isStatic: true
941
+ },
942
+ Add: {
943
+ kind: "method",
944
+ methodKind: "ordinary",
945
+ isStatic: true
946
+ },
947
+ AdjustScale: {
948
+ kind: "method",
949
+ methodKind: "ordinary",
950
+ isStatic: true
951
+ },
952
+ Ceiling: {
953
+ kind: "method",
954
+ methodKind: "ordinary",
955
+ isStatic: true
956
+ },
957
+ CompareTo: {
958
+ kind: "method",
959
+ methodKind: "ordinary"
960
+ },
961
+ ConvertToPrecScale: {
962
+ kind: "method",
963
+ methodKind: "ordinary",
964
+ isStatic: true
965
+ },
966
+ Divide: {
967
+ kind: "method",
968
+ methodKind: "ordinary",
969
+ isStatic: true
970
+ },
971
+ Equals: {
972
+ kind: "method",
973
+ methodKind: "ordinary",
974
+ isStatic: true
975
+ },
976
+ Floor: {
977
+ kind: "method",
978
+ methodKind: "ordinary",
979
+ isStatic: true
980
+ },
981
+ GetHashCode: {
982
+ kind: "method",
983
+ methodKind: "ordinary",
984
+ isOverride: true
985
+ },
986
+ GetXsdType: {
987
+ kind: "method",
988
+ methodKind: "ordinary",
989
+ isStatic: true
990
+ },
991
+ GreaterThan: {
992
+ kind: "method",
993
+ methodKind: "ordinary",
994
+ isStatic: true
995
+ },
996
+ GreaterThanOrEqual: {
997
+ kind: "method",
998
+ methodKind: "ordinary",
999
+ isStatic: true
1000
+ },
1001
+ LessThan: {
1002
+ kind: "method",
1003
+ methodKind: "ordinary",
1004
+ isStatic: true
1005
+ },
1006
+ LessThanOrEqual: {
1007
+ kind: "method",
1008
+ methodKind: "ordinary",
1009
+ isStatic: true
1010
+ },
1011
+ Multiply: {
1012
+ kind: "method",
1013
+ methodKind: "ordinary",
1014
+ isStatic: true
1015
+ },
1016
+ NotEquals: {
1017
+ kind: "method",
1018
+ methodKind: "ordinary",
1019
+ isStatic: true
1020
+ },
1021
+ Parse: {
1022
+ kind: "method",
1023
+ methodKind: "ordinary",
1024
+ isStatic: true
1025
+ },
1026
+ Power: {
1027
+ kind: "method",
1028
+ methodKind: "ordinary",
1029
+ isStatic: true
1030
+ },
1031
+ Round: {
1032
+ kind: "method",
1033
+ methodKind: "ordinary",
1034
+ isStatic: true
1035
+ },
1036
+ Sign: {
1037
+ kind: "method",
1038
+ methodKind: "ordinary",
1039
+ isStatic: true
1040
+ },
1041
+ Subtract: {
1042
+ kind: "method",
1043
+ methodKind: "ordinary",
1044
+ isStatic: true
1045
+ },
1046
+ ToDouble: {
1047
+ kind: "method",
1048
+ methodKind: "ordinary"
1049
+ },
1050
+ ToSqlBoolean: {
1051
+ kind: "method",
1052
+ methodKind: "ordinary"
1053
+ },
1054
+ ToSqlByte: {
1055
+ kind: "method",
1056
+ methodKind: "ordinary"
1057
+ },
1058
+ ToSqlDouble: {
1059
+ kind: "method",
1060
+ methodKind: "ordinary"
1061
+ },
1062
+ ToSqlInt16: {
1063
+ kind: "method",
1064
+ methodKind: "ordinary"
1065
+ },
1066
+ ToSqlInt32: {
1067
+ kind: "method",
1068
+ methodKind: "ordinary"
1069
+ },
1070
+ ToSqlInt64: {
1071
+ kind: "method",
1072
+ methodKind: "ordinary"
1073
+ },
1074
+ ToSqlMoney: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary"
1077
+ },
1078
+ ToSqlSingle: {
1079
+ kind: "method",
1080
+ methodKind: "ordinary"
1081
+ },
1082
+ ToSqlString: {
1083
+ kind: "method",
1084
+ methodKind: "ordinary"
1085
+ },
1086
+ ToString: {
1087
+ kind: "method",
1088
+ methodKind: "ordinary",
1089
+ isOverride: true
1090
+ },
1091
+ Truncate: {
1092
+ kind: "method",
1093
+ methodKind: "ordinary",
1094
+ isStatic: true
1095
+ },
1096
+ WriteTdsValue: {
1097
+ kind: "method",
1098
+ methodKind: "ordinary"
1099
+ },
1100
+ BinData: {
1101
+ kind: "property",
1102
+ type: () => {
1103
+ return System.Array;
1104
+ }
1105
+ },
1106
+ Data: {
1107
+ kind: "property",
1108
+ type: () => {
1109
+ return System.Array;
1110
+ }
1111
+ },
1112
+ IsNull: {
1113
+ kind: "property",
1114
+ type: () => {
1115
+ return System.Boolean;
1116
+ }
1117
+ },
1118
+ IsPositive: {
1119
+ kind: "property",
1120
+ type: () => {
1121
+ return System.Boolean;
1122
+ }
1123
+ },
1124
+ Precision: {
1125
+ kind: "property",
1126
+ type: () => {
1127
+ return System.Byte;
1128
+ }
1129
+ },
1130
+ Scale: {
1131
+ kind: "property",
1132
+ type: () => {
1133
+ return System.Byte;
1134
+ }
1135
+ },
1136
+ Value: {
1137
+ kind: "property",
1138
+ type: () => {
1139
+ return System.Decimal;
1140
+ }
1141
+ }
1142
+ }
1143
+ },
1144
+ SqlDouble: {
1145
+ kind: "struct",
1146
+ members: {
1147
+ MaxValue: {
1148
+ kind: "field",
1149
+ type: () => {
1150
+ return SqlTypes.SqlDouble;
1151
+ },
1152
+ isStatic: true,
1153
+ isReadOnly: true
1154
+ },
1155
+ MinValue: {
1156
+ kind: "field",
1157
+ type: () => {
1158
+ return SqlTypes.SqlDouble;
1159
+ },
1160
+ isStatic: true,
1161
+ isReadOnly: true
1162
+ },
1163
+ Null: {
1164
+ kind: "field",
1165
+ type: () => {
1166
+ return SqlTypes.SqlDouble;
1167
+ },
1168
+ isStatic: true,
1169
+ isReadOnly: true
1170
+ },
1171
+ Zero: {
1172
+ kind: "field",
1173
+ type: () => {
1174
+ return SqlTypes.SqlDouble;
1175
+ },
1176
+ isStatic: true,
1177
+ isReadOnly: true
1178
+ },
1179
+ SqlDouble: {
1180
+ kind: "method",
1181
+ methodKind: "constructor"
1182
+ },
1183
+ Add: {
1184
+ kind: "method",
1185
+ methodKind: "ordinary",
1186
+ isStatic: true
1187
+ },
1188
+ CompareTo: {
1189
+ kind: "method",
1190
+ methodKind: "ordinary"
1191
+ },
1192
+ Divide: {
1193
+ kind: "method",
1194
+ methodKind: "ordinary",
1195
+ isStatic: true
1196
+ },
1197
+ Equals: {
1198
+ kind: "method",
1199
+ methodKind: "ordinary",
1200
+ isStatic: true
1201
+ },
1202
+ GetHashCode: {
1203
+ kind: "method",
1204
+ methodKind: "ordinary",
1205
+ isOverride: true
1206
+ },
1207
+ GetXsdType: {
1208
+ kind: "method",
1209
+ methodKind: "ordinary",
1210
+ isStatic: true
1211
+ },
1212
+ GreaterThan: {
1213
+ kind: "method",
1214
+ methodKind: "ordinary",
1215
+ isStatic: true
1216
+ },
1217
+ GreaterThanOrEqual: {
1218
+ kind: "method",
1219
+ methodKind: "ordinary",
1220
+ isStatic: true
1221
+ },
1222
+ LessThan: {
1223
+ kind: "method",
1224
+ methodKind: "ordinary",
1225
+ isStatic: true
1226
+ },
1227
+ LessThanOrEqual: {
1228
+ kind: "method",
1229
+ methodKind: "ordinary",
1230
+ isStatic: true
1231
+ },
1232
+ Multiply: {
1233
+ kind: "method",
1234
+ methodKind: "ordinary",
1235
+ isStatic: true
1236
+ },
1237
+ NotEquals: {
1238
+ kind: "method",
1239
+ methodKind: "ordinary",
1240
+ isStatic: true
1241
+ },
1242
+ Parse: {
1243
+ kind: "method",
1244
+ methodKind: "ordinary",
1245
+ isStatic: true
1246
+ },
1247
+ Subtract: {
1248
+ kind: "method",
1249
+ methodKind: "ordinary",
1250
+ isStatic: true
1251
+ },
1252
+ ToSqlBoolean: {
1253
+ kind: "method",
1254
+ methodKind: "ordinary"
1255
+ },
1256
+ ToSqlByte: {
1257
+ kind: "method",
1258
+ methodKind: "ordinary"
1259
+ },
1260
+ ToSqlDecimal: {
1261
+ kind: "method",
1262
+ methodKind: "ordinary"
1263
+ },
1264
+ ToSqlInt16: {
1265
+ kind: "method",
1266
+ methodKind: "ordinary"
1267
+ },
1268
+ ToSqlInt32: {
1269
+ kind: "method",
1270
+ methodKind: "ordinary"
1271
+ },
1272
+ ToSqlInt64: {
1273
+ kind: "method",
1274
+ methodKind: "ordinary"
1275
+ },
1276
+ ToSqlMoney: {
1277
+ kind: "method",
1278
+ methodKind: "ordinary"
1279
+ },
1280
+ ToSqlSingle: {
1281
+ kind: "method",
1282
+ methodKind: "ordinary"
1283
+ },
1284
+ ToSqlString: {
1285
+ kind: "method",
1286
+ methodKind: "ordinary"
1287
+ },
1288
+ ToString: {
1289
+ kind: "method",
1290
+ methodKind: "ordinary",
1291
+ isOverride: true
1292
+ },
1293
+ IsNull: {
1294
+ kind: "property",
1295
+ type: () => {
1296
+ return System.Boolean;
1297
+ }
1298
+ },
1299
+ Value: {
1300
+ kind: "property",
1301
+ type: () => {
1302
+ return System.Double;
1303
+ }
1304
+ }
1305
+ }
1306
+ },
1307
+ SqlGuid: {
1308
+ kind: "struct",
1309
+ members: {
1310
+ Null: {
1311
+ kind: "field",
1312
+ type: () => {
1313
+ return SqlTypes.SqlGuid;
1314
+ },
1315
+ isStatic: true,
1316
+ isReadOnly: true
1317
+ },
1318
+ SqlGuid: {
1319
+ kind: "method",
1320
+ methodKind: "constructor"
1321
+ },
1322
+ CompareTo: {
1323
+ kind: "method",
1324
+ methodKind: "ordinary"
1325
+ },
1326
+ Equals: {
1327
+ kind: "method",
1328
+ methodKind: "ordinary",
1329
+ isStatic: true
1330
+ },
1331
+ GetHashCode: {
1332
+ kind: "method",
1333
+ methodKind: "ordinary",
1334
+ isOverride: true
1335
+ },
1336
+ GetXsdType: {
1337
+ kind: "method",
1338
+ methodKind: "ordinary",
1339
+ isStatic: true
1340
+ },
1341
+ GreaterThan: {
1342
+ kind: "method",
1343
+ methodKind: "ordinary",
1344
+ isStatic: true
1345
+ },
1346
+ GreaterThanOrEqual: {
1347
+ kind: "method",
1348
+ methodKind: "ordinary",
1349
+ isStatic: true
1350
+ },
1351
+ LessThan: {
1352
+ kind: "method",
1353
+ methodKind: "ordinary",
1354
+ isStatic: true
1355
+ },
1356
+ LessThanOrEqual: {
1357
+ kind: "method",
1358
+ methodKind: "ordinary",
1359
+ isStatic: true
1360
+ },
1361
+ NotEquals: {
1362
+ kind: "method",
1363
+ methodKind: "ordinary",
1364
+ isStatic: true
1365
+ },
1366
+ Parse: {
1367
+ kind: "method",
1368
+ methodKind: "ordinary",
1369
+ isStatic: true
1370
+ },
1371
+ ToByteArray: {
1372
+ kind: "method",
1373
+ methodKind: "ordinary"
1374
+ },
1375
+ ToSqlBinary: {
1376
+ kind: "method",
1377
+ methodKind: "ordinary"
1378
+ },
1379
+ ToSqlString: {
1380
+ kind: "method",
1381
+ methodKind: "ordinary"
1382
+ },
1383
+ ToString: {
1384
+ kind: "method",
1385
+ methodKind: "ordinary",
1386
+ isOverride: true
1387
+ },
1388
+ IsNull: {
1389
+ kind: "property",
1390
+ type: () => {
1391
+ return System.Boolean;
1392
+ }
1393
+ },
1394
+ Value: {
1395
+ kind: "property",
1396
+ type: () => {
1397
+ return System.Guid;
1398
+ }
1399
+ }
1400
+ }
1401
+ },
1402
+ SqlInt16: {
1403
+ kind: "struct",
1404
+ members: {
1405
+ MaxValue: {
1406
+ kind: "field",
1407
+ type: () => {
1408
+ return SqlTypes.SqlInt16;
1409
+ },
1410
+ isStatic: true,
1411
+ isReadOnly: true
1412
+ },
1413
+ MinValue: {
1414
+ kind: "field",
1415
+ type: () => {
1416
+ return SqlTypes.SqlInt16;
1417
+ },
1418
+ isStatic: true,
1419
+ isReadOnly: true
1420
+ },
1421
+ Null: {
1422
+ kind: "field",
1423
+ type: () => {
1424
+ return SqlTypes.SqlInt16;
1425
+ },
1426
+ isStatic: true,
1427
+ isReadOnly: true
1428
+ },
1429
+ Zero: {
1430
+ kind: "field",
1431
+ type: () => {
1432
+ return SqlTypes.SqlInt16;
1433
+ },
1434
+ isStatic: true,
1435
+ isReadOnly: true
1436
+ },
1437
+ SqlInt16: {
1438
+ kind: "method",
1439
+ methodKind: "constructor"
1440
+ },
1441
+ Add: {
1442
+ kind: "method",
1443
+ methodKind: "ordinary",
1444
+ isStatic: true
1445
+ },
1446
+ BitwiseAnd: {
1447
+ kind: "method",
1448
+ methodKind: "ordinary",
1449
+ isStatic: true
1450
+ },
1451
+ BitwiseOr: {
1452
+ kind: "method",
1453
+ methodKind: "ordinary",
1454
+ isStatic: true
1455
+ },
1456
+ CompareTo: {
1457
+ kind: "method",
1458
+ methodKind: "ordinary"
1459
+ },
1460
+ Divide: {
1461
+ kind: "method",
1462
+ methodKind: "ordinary",
1463
+ isStatic: true
1464
+ },
1465
+ Equals: {
1466
+ kind: "method",
1467
+ methodKind: "ordinary",
1468
+ isStatic: true
1469
+ },
1470
+ GetHashCode: {
1471
+ kind: "method",
1472
+ methodKind: "ordinary",
1473
+ isOverride: true
1474
+ },
1475
+ GetXsdType: {
1476
+ kind: "method",
1477
+ methodKind: "ordinary",
1478
+ isStatic: true
1479
+ },
1480
+ GreaterThan: {
1481
+ kind: "method",
1482
+ methodKind: "ordinary",
1483
+ isStatic: true
1484
+ },
1485
+ GreaterThanOrEqual: {
1486
+ kind: "method",
1487
+ methodKind: "ordinary",
1488
+ isStatic: true
1489
+ },
1490
+ LessThan: {
1491
+ kind: "method",
1492
+ methodKind: "ordinary",
1493
+ isStatic: true
1494
+ },
1495
+ LessThanOrEqual: {
1496
+ kind: "method",
1497
+ methodKind: "ordinary",
1498
+ isStatic: true
1499
+ },
1500
+ Mod: {
1501
+ kind: "method",
1502
+ methodKind: "ordinary",
1503
+ isStatic: true
1504
+ },
1505
+ Modulus: {
1506
+ kind: "method",
1507
+ methodKind: "ordinary",
1508
+ isStatic: true
1509
+ },
1510
+ Multiply: {
1511
+ kind: "method",
1512
+ methodKind: "ordinary",
1513
+ isStatic: true
1514
+ },
1515
+ NotEquals: {
1516
+ kind: "method",
1517
+ methodKind: "ordinary",
1518
+ isStatic: true
1519
+ },
1520
+ OnesComplement: {
1521
+ kind: "method",
1522
+ methodKind: "ordinary",
1523
+ isStatic: true
1524
+ },
1525
+ Parse: {
1526
+ kind: "method",
1527
+ methodKind: "ordinary",
1528
+ isStatic: true
1529
+ },
1530
+ Subtract: {
1531
+ kind: "method",
1532
+ methodKind: "ordinary",
1533
+ isStatic: true
1534
+ },
1535
+ ToSqlBoolean: {
1536
+ kind: "method",
1537
+ methodKind: "ordinary"
1538
+ },
1539
+ ToSqlByte: {
1540
+ kind: "method",
1541
+ methodKind: "ordinary"
1542
+ },
1543
+ ToSqlDecimal: {
1544
+ kind: "method",
1545
+ methodKind: "ordinary"
1546
+ },
1547
+ ToSqlDouble: {
1548
+ kind: "method",
1549
+ methodKind: "ordinary"
1550
+ },
1551
+ ToSqlInt32: {
1552
+ kind: "method",
1553
+ methodKind: "ordinary"
1554
+ },
1555
+ ToSqlInt64: {
1556
+ kind: "method",
1557
+ methodKind: "ordinary"
1558
+ },
1559
+ ToSqlMoney: {
1560
+ kind: "method",
1561
+ methodKind: "ordinary"
1562
+ },
1563
+ ToSqlSingle: {
1564
+ kind: "method",
1565
+ methodKind: "ordinary"
1566
+ },
1567
+ ToSqlString: {
1568
+ kind: "method",
1569
+ methodKind: "ordinary"
1570
+ },
1571
+ ToString: {
1572
+ kind: "method",
1573
+ methodKind: "ordinary",
1574
+ isOverride: true
1575
+ },
1576
+ Xor: {
1577
+ kind: "method",
1578
+ methodKind: "ordinary",
1579
+ isStatic: true
1580
+ },
1581
+ IsNull: {
1582
+ kind: "property",
1583
+ type: () => {
1584
+ return System.Boolean;
1585
+ }
1586
+ },
1587
+ Value: {
1588
+ kind: "property",
1589
+ type: () => {
1590
+ return System.Int16;
1591
+ }
1592
+ }
1593
+ }
1594
+ },
1595
+ SqlInt32: {
1596
+ kind: "struct",
1597
+ members: {
1598
+ MaxValue: {
1599
+ kind: "field",
1600
+ type: () => {
1601
+ return SqlTypes.SqlInt32;
1602
+ },
1603
+ isStatic: true,
1604
+ isReadOnly: true
1605
+ },
1606
+ MinValue: {
1607
+ kind: "field",
1608
+ type: () => {
1609
+ return SqlTypes.SqlInt32;
1610
+ },
1611
+ isStatic: true,
1612
+ isReadOnly: true
1613
+ },
1614
+ Null: {
1615
+ kind: "field",
1616
+ type: () => {
1617
+ return SqlTypes.SqlInt32;
1618
+ },
1619
+ isStatic: true,
1620
+ isReadOnly: true
1621
+ },
1622
+ Zero: {
1623
+ kind: "field",
1624
+ type: () => {
1625
+ return SqlTypes.SqlInt32;
1626
+ },
1627
+ isStatic: true,
1628
+ isReadOnly: true
1629
+ },
1630
+ SqlInt32: {
1631
+ kind: "method",
1632
+ methodKind: "constructor"
1633
+ },
1634
+ Add: {
1635
+ kind: "method",
1636
+ methodKind: "ordinary",
1637
+ isStatic: true
1638
+ },
1639
+ BitwiseAnd: {
1640
+ kind: "method",
1641
+ methodKind: "ordinary",
1642
+ isStatic: true
1643
+ },
1644
+ BitwiseOr: {
1645
+ kind: "method",
1646
+ methodKind: "ordinary",
1647
+ isStatic: true
1648
+ },
1649
+ CompareTo: {
1650
+ kind: "method",
1651
+ methodKind: "ordinary"
1652
+ },
1653
+ Divide: {
1654
+ kind: "method",
1655
+ methodKind: "ordinary",
1656
+ isStatic: true
1657
+ },
1658
+ Equals: {
1659
+ kind: "method",
1660
+ methodKind: "ordinary",
1661
+ isStatic: true
1662
+ },
1663
+ GetHashCode: {
1664
+ kind: "method",
1665
+ methodKind: "ordinary",
1666
+ isOverride: true
1667
+ },
1668
+ GetXsdType: {
1669
+ kind: "method",
1670
+ methodKind: "ordinary",
1671
+ isStatic: true
1672
+ },
1673
+ GreaterThan: {
1674
+ kind: "method",
1675
+ methodKind: "ordinary",
1676
+ isStatic: true
1677
+ },
1678
+ GreaterThanOrEqual: {
1679
+ kind: "method",
1680
+ methodKind: "ordinary",
1681
+ isStatic: true
1682
+ },
1683
+ LessThan: {
1684
+ kind: "method",
1685
+ methodKind: "ordinary",
1686
+ isStatic: true
1687
+ },
1688
+ LessThanOrEqual: {
1689
+ kind: "method",
1690
+ methodKind: "ordinary",
1691
+ isStatic: true
1692
+ },
1693
+ Mod: {
1694
+ kind: "method",
1695
+ methodKind: "ordinary",
1696
+ isStatic: true
1697
+ },
1698
+ Modulus: {
1699
+ kind: "method",
1700
+ methodKind: "ordinary",
1701
+ isStatic: true
1702
+ },
1703
+ Multiply: {
1704
+ kind: "method",
1705
+ methodKind: "ordinary",
1706
+ isStatic: true
1707
+ },
1708
+ NotEquals: {
1709
+ kind: "method",
1710
+ methodKind: "ordinary",
1711
+ isStatic: true
1712
+ },
1713
+ OnesComplement: {
1714
+ kind: "method",
1715
+ methodKind: "ordinary",
1716
+ isStatic: true
1717
+ },
1718
+ Parse: {
1719
+ kind: "method",
1720
+ methodKind: "ordinary",
1721
+ isStatic: true
1722
+ },
1723
+ Subtract: {
1724
+ kind: "method",
1725
+ methodKind: "ordinary",
1726
+ isStatic: true
1727
+ },
1728
+ ToSqlBoolean: {
1729
+ kind: "method",
1730
+ methodKind: "ordinary"
1731
+ },
1732
+ ToSqlByte: {
1733
+ kind: "method",
1734
+ methodKind: "ordinary"
1735
+ },
1736
+ ToSqlDecimal: {
1737
+ kind: "method",
1738
+ methodKind: "ordinary"
1739
+ },
1740
+ ToSqlDouble: {
1741
+ kind: "method",
1742
+ methodKind: "ordinary"
1743
+ },
1744
+ ToSqlInt16: {
1745
+ kind: "method",
1746
+ methodKind: "ordinary"
1747
+ },
1748
+ ToSqlInt64: {
1749
+ kind: "method",
1750
+ methodKind: "ordinary"
1751
+ },
1752
+ ToSqlMoney: {
1753
+ kind: "method",
1754
+ methodKind: "ordinary"
1755
+ },
1756
+ ToSqlSingle: {
1757
+ kind: "method",
1758
+ methodKind: "ordinary"
1759
+ },
1760
+ ToSqlString: {
1761
+ kind: "method",
1762
+ methodKind: "ordinary"
1763
+ },
1764
+ ToString: {
1765
+ kind: "method",
1766
+ methodKind: "ordinary",
1767
+ isOverride: true
1768
+ },
1769
+ Xor: {
1770
+ kind: "method",
1771
+ methodKind: "ordinary",
1772
+ isStatic: true
1773
+ },
1774
+ IsNull: {
1775
+ kind: "property",
1776
+ type: () => {
1777
+ return System.Boolean;
1778
+ }
1779
+ },
1780
+ Value: {
1781
+ kind: "property",
1782
+ type: () => {
1783
+ return System.Int32;
1784
+ }
1785
+ }
1786
+ }
1787
+ },
1788
+ SqlInt64: {
1789
+ kind: "struct",
1790
+ members: {
1791
+ MaxValue: {
1792
+ kind: "field",
1793
+ type: () => {
1794
+ return SqlTypes.SqlInt64;
1795
+ },
1796
+ isStatic: true,
1797
+ isReadOnly: true
1798
+ },
1799
+ MinValue: {
1800
+ kind: "field",
1801
+ type: () => {
1802
+ return SqlTypes.SqlInt64;
1803
+ },
1804
+ isStatic: true,
1805
+ isReadOnly: true
1806
+ },
1807
+ Null: {
1808
+ kind: "field",
1809
+ type: () => {
1810
+ return SqlTypes.SqlInt64;
1811
+ },
1812
+ isStatic: true,
1813
+ isReadOnly: true
1814
+ },
1815
+ Zero: {
1816
+ kind: "field",
1817
+ type: () => {
1818
+ return SqlTypes.SqlInt64;
1819
+ },
1820
+ isStatic: true,
1821
+ isReadOnly: true
1822
+ },
1823
+ SqlInt64: {
1824
+ kind: "method",
1825
+ methodKind: "constructor"
1826
+ },
1827
+ Add: {
1828
+ kind: "method",
1829
+ methodKind: "ordinary",
1830
+ isStatic: true
1831
+ },
1832
+ BitwiseAnd: {
1833
+ kind: "method",
1834
+ methodKind: "ordinary",
1835
+ isStatic: true
1836
+ },
1837
+ BitwiseOr: {
1838
+ kind: "method",
1839
+ methodKind: "ordinary",
1840
+ isStatic: true
1841
+ },
1842
+ CompareTo: {
1843
+ kind: "method",
1844
+ methodKind: "ordinary"
1845
+ },
1846
+ Divide: {
1847
+ kind: "method",
1848
+ methodKind: "ordinary",
1849
+ isStatic: true
1850
+ },
1851
+ Equals: {
1852
+ kind: "method",
1853
+ methodKind: "ordinary",
1854
+ isStatic: true
1855
+ },
1856
+ GetHashCode: {
1857
+ kind: "method",
1858
+ methodKind: "ordinary",
1859
+ isOverride: true
1860
+ },
1861
+ GetXsdType: {
1862
+ kind: "method",
1863
+ methodKind: "ordinary",
1864
+ isStatic: true
1865
+ },
1866
+ GreaterThan: {
1867
+ kind: "method",
1868
+ methodKind: "ordinary",
1869
+ isStatic: true
1870
+ },
1871
+ GreaterThanOrEqual: {
1872
+ kind: "method",
1873
+ methodKind: "ordinary",
1874
+ isStatic: true
1875
+ },
1876
+ LessThan: {
1877
+ kind: "method",
1878
+ methodKind: "ordinary",
1879
+ isStatic: true
1880
+ },
1881
+ LessThanOrEqual: {
1882
+ kind: "method",
1883
+ methodKind: "ordinary",
1884
+ isStatic: true
1885
+ },
1886
+ Mod: {
1887
+ kind: "method",
1888
+ methodKind: "ordinary",
1889
+ isStatic: true
1890
+ },
1891
+ Modulus: {
1892
+ kind: "method",
1893
+ methodKind: "ordinary",
1894
+ isStatic: true
1895
+ },
1896
+ Multiply: {
1897
+ kind: "method",
1898
+ methodKind: "ordinary",
1899
+ isStatic: true
1900
+ },
1901
+ NotEquals: {
1902
+ kind: "method",
1903
+ methodKind: "ordinary",
1904
+ isStatic: true
1905
+ },
1906
+ OnesComplement: {
1907
+ kind: "method",
1908
+ methodKind: "ordinary",
1909
+ isStatic: true
1910
+ },
1911
+ Parse: {
1912
+ kind: "method",
1913
+ methodKind: "ordinary",
1914
+ isStatic: true
1915
+ },
1916
+ Subtract: {
1917
+ kind: "method",
1918
+ methodKind: "ordinary",
1919
+ isStatic: true
1920
+ },
1921
+ ToSqlBoolean: {
1922
+ kind: "method",
1923
+ methodKind: "ordinary"
1924
+ },
1925
+ ToSqlByte: {
1926
+ kind: "method",
1927
+ methodKind: "ordinary"
1928
+ },
1929
+ ToSqlDecimal: {
1930
+ kind: "method",
1931
+ methodKind: "ordinary"
1932
+ },
1933
+ ToSqlDouble: {
1934
+ kind: "method",
1935
+ methodKind: "ordinary"
1936
+ },
1937
+ ToSqlInt16: {
1938
+ kind: "method",
1939
+ methodKind: "ordinary"
1940
+ },
1941
+ ToSqlInt32: {
1942
+ kind: "method",
1943
+ methodKind: "ordinary"
1944
+ },
1945
+ ToSqlMoney: {
1946
+ kind: "method",
1947
+ methodKind: "ordinary"
1948
+ },
1949
+ ToSqlSingle: {
1950
+ kind: "method",
1951
+ methodKind: "ordinary"
1952
+ },
1953
+ ToSqlString: {
1954
+ kind: "method",
1955
+ methodKind: "ordinary"
1956
+ },
1957
+ ToString: {
1958
+ kind: "method",
1959
+ methodKind: "ordinary",
1960
+ isOverride: true
1961
+ },
1962
+ Xor: {
1963
+ kind: "method",
1964
+ methodKind: "ordinary",
1965
+ isStatic: true
1966
+ },
1967
+ IsNull: {
1968
+ kind: "property",
1969
+ type: () => {
1970
+ return System.Boolean;
1971
+ }
1972
+ },
1973
+ Value: {
1974
+ kind: "property",
1975
+ type: () => {
1976
+ return System.Int64;
1977
+ }
1978
+ }
1979
+ }
1980
+ },
1981
+ SqlMoney: {
1982
+ kind: "struct",
1983
+ members: {
1984
+ MaxValue: {
1985
+ kind: "field",
1986
+ type: () => {
1987
+ return SqlTypes.SqlMoney;
1988
+ },
1989
+ isStatic: true,
1990
+ isReadOnly: true
1991
+ },
1992
+ MinValue: {
1993
+ kind: "field",
1994
+ type: () => {
1995
+ return SqlTypes.SqlMoney;
1996
+ },
1997
+ isStatic: true,
1998
+ isReadOnly: true
1999
+ },
2000
+ Null: {
2001
+ kind: "field",
2002
+ type: () => {
2003
+ return SqlTypes.SqlMoney;
2004
+ },
2005
+ isStatic: true,
2006
+ isReadOnly: true
2007
+ },
2008
+ Zero: {
2009
+ kind: "field",
2010
+ type: () => {
2011
+ return SqlTypes.SqlMoney;
2012
+ },
2013
+ isStatic: true,
2014
+ isReadOnly: true
2015
+ },
2016
+ SqlMoney: {
2017
+ kind: "method",
2018
+ methodKind: "constructor"
2019
+ },
2020
+ Add: {
2021
+ kind: "method",
2022
+ methodKind: "ordinary",
2023
+ isStatic: true
2024
+ },
2025
+ CompareTo: {
2026
+ kind: "method",
2027
+ methodKind: "ordinary"
2028
+ },
2029
+ Divide: {
2030
+ kind: "method",
2031
+ methodKind: "ordinary",
2032
+ isStatic: true
2033
+ },
2034
+ Equals: {
2035
+ kind: "method",
2036
+ methodKind: "ordinary",
2037
+ isStatic: true
2038
+ },
2039
+ FromTdsValue: {
2040
+ kind: "method",
2041
+ methodKind: "ordinary",
2042
+ isStatic: true
2043
+ },
2044
+ GetHashCode: {
2045
+ kind: "method",
2046
+ methodKind: "ordinary",
2047
+ isOverride: true
2048
+ },
2049
+ GetTdsValue: {
2050
+ kind: "method",
2051
+ methodKind: "ordinary"
2052
+ },
2053
+ GetXsdType: {
2054
+ kind: "method",
2055
+ methodKind: "ordinary",
2056
+ isStatic: true
2057
+ },
2058
+ GreaterThan: {
2059
+ kind: "method",
2060
+ methodKind: "ordinary",
2061
+ isStatic: true
2062
+ },
2063
+ GreaterThanOrEqual: {
2064
+ kind: "method",
2065
+ methodKind: "ordinary",
2066
+ isStatic: true
2067
+ },
2068
+ LessThan: {
2069
+ kind: "method",
2070
+ methodKind: "ordinary",
2071
+ isStatic: true
2072
+ },
2073
+ LessThanOrEqual: {
2074
+ kind: "method",
2075
+ methodKind: "ordinary",
2076
+ isStatic: true
2077
+ },
2078
+ Multiply: {
2079
+ kind: "method",
2080
+ methodKind: "ordinary",
2081
+ isStatic: true
2082
+ },
2083
+ NotEquals: {
2084
+ kind: "method",
2085
+ methodKind: "ordinary",
2086
+ isStatic: true
2087
+ },
2088
+ Parse: {
2089
+ kind: "method",
2090
+ methodKind: "ordinary",
2091
+ isStatic: true
2092
+ },
2093
+ Subtract: {
2094
+ kind: "method",
2095
+ methodKind: "ordinary",
2096
+ isStatic: true
2097
+ },
2098
+ ToDecimal: {
2099
+ kind: "method",
2100
+ methodKind: "ordinary"
2101
+ },
2102
+ ToDouble: {
2103
+ kind: "method",
2104
+ methodKind: "ordinary"
2105
+ },
2106
+ ToInt32: {
2107
+ kind: "method",
2108
+ methodKind: "ordinary"
2109
+ },
2110
+ ToInt64: {
2111
+ kind: "method",
2112
+ methodKind: "ordinary"
2113
+ },
2114
+ ToSqlBoolean: {
2115
+ kind: "method",
2116
+ methodKind: "ordinary"
2117
+ },
2118
+ ToSqlByte: {
2119
+ kind: "method",
2120
+ methodKind: "ordinary"
2121
+ },
2122
+ ToSqlDecimal: {
2123
+ kind: "method",
2124
+ methodKind: "ordinary"
2125
+ },
2126
+ ToSqlDouble: {
2127
+ kind: "method",
2128
+ methodKind: "ordinary"
2129
+ },
2130
+ ToSqlInt16: {
2131
+ kind: "method",
2132
+ methodKind: "ordinary"
2133
+ },
2134
+ ToSqlInt32: {
2135
+ kind: "method",
2136
+ methodKind: "ordinary"
2137
+ },
2138
+ ToSqlInt64: {
2139
+ kind: "method",
2140
+ methodKind: "ordinary"
2141
+ },
2142
+ ToSqlSingle: {
2143
+ kind: "method",
2144
+ methodKind: "ordinary"
2145
+ },
2146
+ ToSqlString: {
2147
+ kind: "method",
2148
+ methodKind: "ordinary"
2149
+ },
2150
+ ToString: {
2151
+ kind: "method",
2152
+ methodKind: "ordinary",
2153
+ isOverride: true
2154
+ },
2155
+ IsNull: {
2156
+ kind: "property",
2157
+ type: () => {
2158
+ return System.Boolean;
2159
+ }
2160
+ },
2161
+ Value: {
2162
+ kind: "property",
2163
+ type: () => {
2164
+ return System.Decimal;
2165
+ }
2166
+ }
2167
+ }
2168
+ },
2169
+ SqlNotFilledException: {
2170
+ kind: "class",
2171
+ members: {
2172
+ SqlNotFilledException: {
2173
+ kind: "method",
2174
+ methodKind: "constructor"
2175
+ }
2176
+ },
2177
+ isSealed: true
2178
+ },
2179
+ SqlNullValueException: {
2180
+ kind: "class",
2181
+ members: {
2182
+ SqlNullValueException: {
2183
+ kind: "method",
2184
+ methodKind: "constructor"
2185
+ }
2186
+ },
2187
+ isSealed: true
2188
+ },
2189
+ SqlSingle: {
2190
+ kind: "struct",
2191
+ members: {
2192
+ MaxValue: {
2193
+ kind: "field",
2194
+ type: () => {
2195
+ return SqlTypes.SqlSingle;
2196
+ },
2197
+ isStatic: true,
2198
+ isReadOnly: true
2199
+ },
2200
+ MinValue: {
2201
+ kind: "field",
2202
+ type: () => {
2203
+ return SqlTypes.SqlSingle;
2204
+ },
2205
+ isStatic: true,
2206
+ isReadOnly: true
2207
+ },
2208
+ Null: {
2209
+ kind: "field",
2210
+ type: () => {
2211
+ return SqlTypes.SqlSingle;
2212
+ },
2213
+ isStatic: true,
2214
+ isReadOnly: true
2215
+ },
2216
+ Zero: {
2217
+ kind: "field",
2218
+ type: () => {
2219
+ return SqlTypes.SqlSingle;
2220
+ },
2221
+ isStatic: true,
2222
+ isReadOnly: true
2223
+ },
2224
+ SqlSingle: {
2225
+ kind: "method",
2226
+ methodKind: "constructor"
2227
+ },
2228
+ Add: {
2229
+ kind: "method",
2230
+ methodKind: "ordinary",
2231
+ isStatic: true
2232
+ },
2233
+ CompareTo: {
2234
+ kind: "method",
2235
+ methodKind: "ordinary"
2236
+ },
2237
+ Divide: {
2238
+ kind: "method",
2239
+ methodKind: "ordinary",
2240
+ isStatic: true
2241
+ },
2242
+ Equals: {
2243
+ kind: "method",
2244
+ methodKind: "ordinary",
2245
+ isStatic: true
2246
+ },
2247
+ GetHashCode: {
2248
+ kind: "method",
2249
+ methodKind: "ordinary",
2250
+ isOverride: true
2251
+ },
2252
+ GetXsdType: {
2253
+ kind: "method",
2254
+ methodKind: "ordinary",
2255
+ isStatic: true
2256
+ },
2257
+ GreaterThan: {
2258
+ kind: "method",
2259
+ methodKind: "ordinary",
2260
+ isStatic: true
2261
+ },
2262
+ GreaterThanOrEqual: {
2263
+ kind: "method",
2264
+ methodKind: "ordinary",
2265
+ isStatic: true
2266
+ },
2267
+ LessThan: {
2268
+ kind: "method",
2269
+ methodKind: "ordinary",
2270
+ isStatic: true
2271
+ },
2272
+ LessThanOrEqual: {
2273
+ kind: "method",
2274
+ methodKind: "ordinary",
2275
+ isStatic: true
2276
+ },
2277
+ Multiply: {
2278
+ kind: "method",
2279
+ methodKind: "ordinary",
2280
+ isStatic: true
2281
+ },
2282
+ NotEquals: {
2283
+ kind: "method",
2284
+ methodKind: "ordinary",
2285
+ isStatic: true
2286
+ },
2287
+ Parse: {
2288
+ kind: "method",
2289
+ methodKind: "ordinary",
2290
+ isStatic: true
2291
+ },
2292
+ Subtract: {
2293
+ kind: "method",
2294
+ methodKind: "ordinary",
2295
+ isStatic: true
2296
+ },
2297
+ ToSqlBoolean: {
2298
+ kind: "method",
2299
+ methodKind: "ordinary"
2300
+ },
2301
+ ToSqlByte: {
2302
+ kind: "method",
2303
+ methodKind: "ordinary"
2304
+ },
2305
+ ToSqlDecimal: {
2306
+ kind: "method",
2307
+ methodKind: "ordinary"
2308
+ },
2309
+ ToSqlDouble: {
2310
+ kind: "method",
2311
+ methodKind: "ordinary"
2312
+ },
2313
+ ToSqlInt16: {
2314
+ kind: "method",
2315
+ methodKind: "ordinary"
2316
+ },
2317
+ ToSqlInt32: {
2318
+ kind: "method",
2319
+ methodKind: "ordinary"
2320
+ },
2321
+ ToSqlInt64: {
2322
+ kind: "method",
2323
+ methodKind: "ordinary"
2324
+ },
2325
+ ToSqlMoney: {
2326
+ kind: "method",
2327
+ methodKind: "ordinary"
2328
+ },
2329
+ ToSqlString: {
2330
+ kind: "method",
2331
+ methodKind: "ordinary"
2332
+ },
2333
+ ToString: {
2334
+ kind: "method",
2335
+ methodKind: "ordinary",
2336
+ isOverride: true
2337
+ },
2338
+ IsNull: {
2339
+ kind: "property",
2340
+ type: () => {
2341
+ return System.Boolean;
2342
+ }
2343
+ },
2344
+ Value: {
2345
+ kind: "property",
2346
+ type: () => {
2347
+ return System.Single;
2348
+ }
2349
+ }
2350
+ }
2351
+ },
2352
+ SqlString: {
2353
+ kind: "struct",
2354
+ members: {
2355
+ BinarySort: {
2356
+ kind: "field",
2357
+ type: () => {
2358
+ return System.Int32;
2359
+ },
2360
+ isStatic: true,
2361
+ isReadOnly: true
2362
+ },
2363
+ BinarySort2: {
2364
+ kind: "field",
2365
+ type: () => {
2366
+ return System.Int32;
2367
+ },
2368
+ isStatic: true,
2369
+ isReadOnly: true
2370
+ },
2371
+ IgnoreCase: {
2372
+ kind: "field",
2373
+ type: () => {
2374
+ return System.Int32;
2375
+ },
2376
+ isStatic: true,
2377
+ isReadOnly: true
2378
+ },
2379
+ IgnoreKanaType: {
2380
+ kind: "field",
2381
+ type: () => {
2382
+ return System.Int32;
2383
+ },
2384
+ isStatic: true,
2385
+ isReadOnly: true
2386
+ },
2387
+ IgnoreNonSpace: {
2388
+ kind: "field",
2389
+ type: () => {
2390
+ return System.Int32;
2391
+ },
2392
+ isStatic: true,
2393
+ isReadOnly: true
2394
+ },
2395
+ IgnoreWidth: {
2396
+ kind: "field",
2397
+ type: () => {
2398
+ return System.Int32;
2399
+ },
2400
+ isStatic: true,
2401
+ isReadOnly: true
2402
+ },
2403
+ Null: {
2404
+ kind: "field",
2405
+ type: () => {
2406
+ return SqlTypes.SqlString;
2407
+ },
2408
+ isStatic: true,
2409
+ isReadOnly: true
2410
+ },
2411
+ SqlString: {
2412
+ kind: "method",
2413
+ methodKind: "constructor"
2414
+ },
2415
+ Add: {
2416
+ kind: "method",
2417
+ methodKind: "ordinary",
2418
+ isStatic: true
2419
+ },
2420
+ Clone: {
2421
+ kind: "method",
2422
+ methodKind: "ordinary"
2423
+ },
2424
+ CompareOptionsFromSqlCompareOptions: {
2425
+ kind: "method",
2426
+ methodKind: "ordinary",
2427
+ isStatic: true
2428
+ },
2429
+ CompareTo: {
2430
+ kind: "method",
2431
+ methodKind: "ordinary"
2432
+ },
2433
+ Concat: {
2434
+ kind: "method",
2435
+ methodKind: "ordinary",
2436
+ isStatic: true
2437
+ },
2438
+ Equals: {
2439
+ kind: "method",
2440
+ methodKind: "ordinary",
2441
+ isStatic: true
2442
+ },
2443
+ GetHashCode: {
2444
+ kind: "method",
2445
+ methodKind: "ordinary",
2446
+ isOverride: true
2447
+ },
2448
+ GetNonUnicodeBytes: {
2449
+ kind: "method",
2450
+ methodKind: "ordinary"
2451
+ },
2452
+ GetUnicodeBytes: {
2453
+ kind: "method",
2454
+ methodKind: "ordinary"
2455
+ },
2456
+ GetXsdType: {
2457
+ kind: "method",
2458
+ methodKind: "ordinary",
2459
+ isStatic: true
2460
+ },
2461
+ GreaterThan: {
2462
+ kind: "method",
2463
+ methodKind: "ordinary",
2464
+ isStatic: true
2465
+ },
2466
+ GreaterThanOrEqual: {
2467
+ kind: "method",
2468
+ methodKind: "ordinary",
2469
+ isStatic: true
2470
+ },
2471
+ LessThan: {
2472
+ kind: "method",
2473
+ methodKind: "ordinary",
2474
+ isStatic: true
2475
+ },
2476
+ LessThanOrEqual: {
2477
+ kind: "method",
2478
+ methodKind: "ordinary",
2479
+ isStatic: true
2480
+ },
2481
+ NotEquals: {
2482
+ kind: "method",
2483
+ methodKind: "ordinary",
2484
+ isStatic: true
2485
+ },
2486
+ ToSqlBoolean: {
2487
+ kind: "method",
2488
+ methodKind: "ordinary"
2489
+ },
2490
+ ToSqlByte: {
2491
+ kind: "method",
2492
+ methodKind: "ordinary"
2493
+ },
2494
+ ToSqlDateTime: {
2495
+ kind: "method",
2496
+ methodKind: "ordinary"
2497
+ },
2498
+ ToSqlDecimal: {
2499
+ kind: "method",
2500
+ methodKind: "ordinary"
2501
+ },
2502
+ ToSqlDouble: {
2503
+ kind: "method",
2504
+ methodKind: "ordinary"
2505
+ },
2506
+ ToSqlGuid: {
2507
+ kind: "method",
2508
+ methodKind: "ordinary"
2509
+ },
2510
+ ToSqlInt16: {
2511
+ kind: "method",
2512
+ methodKind: "ordinary"
2513
+ },
2514
+ ToSqlInt32: {
2515
+ kind: "method",
2516
+ methodKind: "ordinary"
2517
+ },
2518
+ ToSqlInt64: {
2519
+ kind: "method",
2520
+ methodKind: "ordinary"
2521
+ },
2522
+ ToSqlMoney: {
2523
+ kind: "method",
2524
+ methodKind: "ordinary"
2525
+ },
2526
+ ToSqlSingle: {
2527
+ kind: "method",
2528
+ methodKind: "ordinary"
2529
+ },
2530
+ ToString: {
2531
+ kind: "method",
2532
+ methodKind: "ordinary",
2533
+ isOverride: true
2534
+ },
2535
+ CompareInfo: {
2536
+ kind: "property",
2537
+ type: () => {
2538
+ return Globalization.CompareInfo;
2539
+ }
2540
+ },
2541
+ CultureInfo: {
2542
+ kind: "property",
2543
+ type: () => {
2544
+ return Globalization.CultureInfo;
2545
+ }
2546
+ },
2547
+ IsNull: {
2548
+ kind: "property",
2549
+ type: () => {
2550
+ return System.Boolean;
2551
+ }
2552
+ },
2553
+ LCID: {
2554
+ kind: "property",
2555
+ type: () => {
2556
+ return System.Int32;
2557
+ }
2558
+ },
2559
+ SqlCompareOptions: {
2560
+ kind: "property",
2561
+ type: () => {
2562
+ return SqlTypes.SqlCompareOptions;
2563
+ }
2564
+ },
2565
+ Value: {
2566
+ kind: "property",
2567
+ type: () => {
2568
+ return System.String;
2569
+ }
2570
+ }
2571
+ }
2572
+ },
2573
+ SqlTruncateException: {
2574
+ kind: "class",
2575
+ members: {
2576
+ SqlTruncateException: {
2577
+ kind: "method",
2578
+ methodKind: "constructor"
2579
+ }
2580
+ },
2581
+ isSealed: true
2582
+ },
2583
+ SqlTypeException: {
2584
+ kind: "class",
2585
+ members: {
2586
+ SqlTypeException: {
2587
+ kind: "method",
2588
+ methodKind: "constructor"
2589
+ }
2590
+ }
2591
+ },
2592
+ SqlXml: {
2593
+ kind: "class",
2594
+ members: {
2595
+ SqlXml: {
2596
+ kind: "method",
2597
+ methodKind: "constructor"
2598
+ },
2599
+ CreateReader: {
2600
+ kind: "method",
2601
+ methodKind: "ordinary"
2602
+ },
2603
+ GetXsdType: {
2604
+ kind: "method",
2605
+ methodKind: "ordinary",
2606
+ isStatic: true
2607
+ },
2608
+ IsNull: {
2609
+ kind: "property",
2610
+ type: () => {
2611
+ return System.Boolean;
2612
+ }
2613
+ },
2614
+ Null: {
2615
+ kind: "property",
2616
+ type: () => {
2617
+ return SqlTypes.SqlXml;
2618
+ },
2619
+ isStatic: true
2620
+ },
2621
+ Value: {
2622
+ kind: "property",
2623
+ type: () => {
2624
+ return System.String;
2625
+ }
2626
+ }
2627
+ },
2628
+ isSealed: true
2629
+ },
2630
+ StorageState: {
2631
+ kind: "enum",
2632
+ members: {
2633
+ Buffer: {
2634
+ kind: "field",
2635
+ type: () => {
2636
+ return SqlTypes.StorageState;
2637
+ }
2638
+ },
2639
+ Stream: {
2640
+ kind: "field",
2641
+ type: () => {
2642
+ return SqlTypes.StorageState;
2643
+ }
2644
+ },
2645
+ UnmanagedBuffer: {
2646
+ kind: "field",
2647
+ type: () => {
2648
+ return SqlTypes.StorageState;
2649
+ }
2650
+ }
2651
+ }
2652
+ }
2653
+ });
2654
+ export default SqlTypes;
2655
+ //# sourceMappingURL=index.js.map