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.

162 lines
9.4 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.48.0.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 href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  16. <meta property="docfx:navrel" content="../toc.html">
  17. <meta property="docfx:tocrel" content="toc.html">
  18. <meta property="docfx:rel" content="../">
  19. <meta property="docfx:newtab" content="true">
  20. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../index.html">
  33. <img id="logo" class="svg" src="../logo.svg" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div class="container body-content">
  54. <div id="search-results">
  55. <div class="search-list"></div>
  56. <div class="sr-items">
  57. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  58. </div>
  59. <ul id="pagination"></ul>
  60. </div>
  61. </div>
  62. <div role="main" class="container body-content hide-when-search">
  63. <div class="sidenav hide-when-search">
  64. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  65. <div class="sidetoggle collapse" id="sidetoggle">
  66. <div id="sidetoc"></div>
  67. </div>
  68. </div>
  69. <div class="article row grid-right">
  70. <div class="col-md-10">
  71. <article class="content wrap" id="_content" data-uid="IPA.Config.Stores.Converters">
  72. <h1 id="IPA_Config_Stores_Converters" data-uid="IPA.Config.Stores.Converters" class="text-break"></h1>
  73. <div class="markdown level0 summary"></div>
  74. <div class="markdown level0 conceptual"></div>
  75. <div class="markdown level0 remarks"></div>
  76. <h3 id="classes">Classes
  77. </h3>
  78. <h4><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a></h4>
  79. <section><p>A base class for all <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection&lt;T&gt;</a> type converters, providing most of the functionality.</p>
  80. </section>
  81. <h4><a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-3.html">CollectionConverter&lt;T, TCollection, TConverter&gt;</a></h4>
  82. <section><p>A <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a> which default constructs a converter for use as the value converter.</p>
  83. </section>
  84. <h4><a class="xref" href="IPA.Config.Stores.Converters.Converter.html">Converter</a></h4>
  85. <section><p>Provides utility functions for custom converters.</p>
  86. </section>
  87. <h4><a class="xref" href="IPA.Config.Stores.Converters.Converter-1.html">Converter&lt;T&gt;</a></h4>
  88. <section><p>Provides generic utilities for converters for certain types.</p>
  89. </section>
  90. <h4><a class="xref" href="IPA.Config.Stores.Converters.CustomObjectConverter-1.html">CustomObjectConverter&lt;T&gt;</a></h4>
  91. <section><p>A <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter&lt;T&gt;</a> for objects normally serialized to config via <a class="xref" href="IPA.Config.Stores.GeneratedExtension.html#IPA_Config_Stores_GeneratedExtension_Generated__1_IPA_Config_Config_System_Boolean_">Generated&lt;T&gt;(Config, Boolean)</a>.</p>
  92. </section>
  93. <h4><a class="xref" href="IPA.Config.Stores.Converters.IListConverter-1.html">IListConverter&lt;T&gt;</a></h4>
  94. <section><p>A <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a> for an <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a>, creating a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> when deserializing.</p>
  95. </section>
  96. <h4><a class="xref" href="IPA.Config.Stores.Converters.IListConverter-2.html">IListConverter&lt;T, TConverter&gt;</a></h4>
  97. <section><p>An <a class="xref" href="IPA.Config.Stores.Converters.IListConverter-1.html">IListConverter&lt;T&gt;</a> which default constructs a converter for use as the value converter.</p>
  98. </section>
  99. <h4><a class="xref" href="IPA.Config.Stores.Converters.ISetConverter-1.html">ISetConverter&lt;T&gt;</a></h4>
  100. <section><p>A <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a> for an <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.iset-1">ISet&lt;T&gt;</a>, creating a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.hashset-1">HashSet&lt;T&gt;</a> when deserializing.</p>
  101. </section>
  102. <h4><a class="xref" href="IPA.Config.Stores.Converters.ISetConverter-2.html">ISetConverter&lt;T, TConverter&gt;</a></h4>
  103. <section><p>An <a class="xref" href="IPA.Config.Stores.Converters.ISetConverter-1.html">ISetConverter&lt;T&gt;</a> which default constructs a converter for use as the value converter.</p>
  104. </section>
  105. <h4><a class="xref" href="IPA.Config.Stores.Converters.ListConverter-1.html">ListConverter&lt;T&gt;</a></h4>
  106. <section><p>A <a class="xref" href="IPA.Config.Stores.Converters.CollectionConverter-2.html">CollectionConverter&lt;T, TCollection&gt;</a> for a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a>.</p>
  107. </section>
  108. <h4><a class="xref" href="IPA.Config.Stores.Converters.ListConverter-2.html">ListConverter&lt;T, TConverter&gt;</a></h4>
  109. <section><p>A <a class="xref" href="IPA.Config.Stores.Converters.ListConverter-1.html">ListConverter&lt;T&gt;</a> which default constructs a converter for use as the value converter.</p>
  110. </section>
  111. <h4><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-1.html">NullableConverter&lt;T&gt;</a></h4>
  112. <section><p>A converter for a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable&lt;T&gt;</a>.</p>
  113. </section>
  114. <h4><a class="xref" href="IPA.Config.Stores.Converters.NullableConverter-2.html">NullableConverter&lt;T, TConverter&gt;</a></h4>
  115. <section><p>A converter for a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable&lt;T&gt;</a> that default-constructs a converter of type <code data-dev-comment-type="typeparamref" class="typeparamref">TConverter</code>
  116. to use as the underlying converter. Use this in the <a class="xref" href="IPA.Config.Stores.Attributes.UseConverterAttribute.html">UseConverterAttribute</a>.</p>
  117. </section>
  118. </article>
  119. </div>
  120. <div class="hidden-sm col-md-2" role="complementary">
  121. <div class="sideaffix">
  122. <div class="contribution">
  123. <ul class="nav">
  124. </ul>
  125. </div>
  126. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  127. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  128. </nav>
  129. </div>
  130. </div>
  131. </div>
  132. </div>
  133. <footer>
  134. <div class="grad-bottom"></div>
  135. <div class="footer">
  136. <div class="container">
  137. <span class="pull-right">
  138. <a href="#top">Back to top</a>
  139. </span>
  140. <span>Generated by <strong>DocFX</strong></span>
  141. </div>
  142. </div>
  143. </footer>
  144. </div>
  145. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  146. <script type="text/javascript" src="../styles/docfx.js"></script>
  147. <script type="text/javascript" src="../styles/main.js"></script>
  148. </body>
  149. </html>