You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
7.7 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title> </title>
  8. <meta name="viewport" content="width=device-width">
  9. <meta name="title" content=" ">
  10. <meta name="generator" content="docfx 2.59.4.0">
  11. <link rel="shortcut icon" href="../favicon.ico">
  12. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  13. <link rel="stylesheet" href="../styles/docfx.css">
  14. <link rel="stylesheet" href="../styles/main.css">
  15. <link rel="stylesheet" href="../styles/fix.css">
  16. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  17. <meta property="docfx:navrel" content="../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../">
  20. <meta property="docfx:newtab" content="true">
  21. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../index.html">
  34. <img id="logo" class="svg" src="../logo.svg" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="IPA.Config.Data">
  73. <h1 id="IPA_Config_Data" data-uid="IPA.Config.Data" class="text-break"></h1>
  74. <div class="markdown level0 summary"></div>
  75. <div class="markdown level0 conceptual"></div>
  76. <div class="markdown level0 remarks"></div>
  77. <h3 id="classes">Classes
  78. </h3>
  79. <h4><a class="xref" href="IPA.Config.Data.Boolean.html">Boolean</a></h4>
  80. <section><p>A <a class="xref" href="IPA.Config.Data.Boolean.html#IPA_Config_Data_Boolean_Value">Value</a> representing a boolean value.</p>
  81. </section>
  82. <h4><a class="xref" href="IPA.Config.Data.FloatingPoint.html">FloatingPoint</a></h4>
  83. <section><p>A <a class="xref" href="IPA.Config.Data.FloatingPoint.html#IPA_Config_Data_FloatingPoint_Value">Value</a> representing a floating point value. This may hold a
  84. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a>&apos;s worth of data.</p>
  85. </section>
  86. <h4><a class="xref" href="IPA.Config.Data.Integer.html">Integer</a></h4>
  87. <section><p>A <a class="xref" href="IPA.Config.Data.Integer.html#IPA_Config_Data_Integer_Value">Value</a> representing an integer. This may hold a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a>&apos;s
  88. worth of data.</p>
  89. </section>
  90. <h4><a class="xref" href="IPA.Config.Data.List.html">List</a></h4>
  91. <section><p>A list of <a class="xref" href="IPA.Config.Data.Value.html">Value</a>s for serialization by an <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.
  92. Use <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_List">List()</a> or <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IEnumerable_IPA_Config_Data_Value__">From(IEnumerable&lt;Value&gt;)</a> to create.</p>
  93. </section>
  94. <h4><a class="xref" href="IPA.Config.Data.Map.html">Map</a></h4>
  95. <section><p>A ordered map of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a> to <a class="xref" href="IPA.Config.Data.Value.html">Value</a> for serialization by an <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.
  96. Use <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_Map">Map()</a> or <a class="xref" href="IPA.Config.Data.Value.html#IPA_Config_Data_Value_From_System_Collections_Generic_IDictionary_System_String_IPA_Config_Data_Value__">From(IDictionary&lt;String, Value&gt;)</a> to create.</p>
  97. </section>
  98. <h4><a class="xref" href="IPA.Config.Data.Text.html">Text</a></h4>
  99. <section><p>A <a class="xref" href="IPA.Config.Data.Text.html#IPA_Config_Data_Text_Value">Value</a> representing a piece of text. The only reason this is not named
  100. String is so that it doesn&apos;t conflict with <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>.</p>
  101. </section>
  102. <h4><a class="xref" href="IPA.Config.Data.Value.html">Value</a></h4>
  103. <section><p>A base value type for config data abstract representations, to be serialized with an
  104. <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>. If a <a class="xref" href="IPA.Config.Data.Value.html">Value</a> is <span class="xref">null</span>, then
  105. that represents just that: a <code>null</code> in whatever serialization is being used.
  106. Also contains factory functions for all derived types.</p>
  107. </section>
  108. </article>
  109. </div>
  110. <div class="hidden-sm col-md-2" role="complementary">
  111. <div class="sideaffix">
  112. <div class="contribution">
  113. <ul class="nav">
  114. </ul>
  115. </div>
  116. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  117. <h5>In This Article</h5>
  118. <div></div>
  119. </nav>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. <footer>
  125. <div class="grad-bottom"></div>
  126. <div class="footer">
  127. <div class="container">
  128. <span class="pull-right">
  129. <a href="#top">Back to top</a>
  130. </span>
  131. <span>Generated by <strong>DocFX</strong></span>
  132. </div>
  133. </div>
  134. </footer>
  135. </div>
  136. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  137. <script type="text/javascript" src="../styles/docfx.js"></script>
  138. <script type="text/javascript" src="../styles/main.js"></script>
  139. </body>
  140. </html>