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.

149 lines
6.2 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">
  72. <h1 id="IPA_Config" data-uid="IPA.Config" 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.Config.html">Config</a></h4>
  79. <section><p>A class to handle updating ConfigProviders automatically</p>
  80. </section>
  81. <h4><a class="xref" href="IPA.Config.Config.NameAttribute.html">Config.NameAttribute</a></h4>
  82. <section><p>Specifies a preferred config name, instead of using the plugin&apos;s name.</p>
  83. </section>
  84. <h4><a class="xref" href="IPA.Config.Config.PreferAttribute.html">Config.PreferAttribute</a></h4>
  85. <section><p>Specifies that a particular parameter is preferred to use a particular <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.
  86. If it is not available, also specifies backups. If none are available, the default is used.</p>
  87. </section>
  88. <h4><a class="xref" href="IPA.Config.ConfigProvider.html">ConfigProvider</a></h4>
  89. <section><p>A wrapper for an <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a> and the <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.io.fileinfo">FileInfo</a> to use with it.</p>
  90. </section>
  91. <h4><a class="xref" href="IPA.Config.ModPrefs.html">ModPrefs</a></h4>
  92. <section><p>Allows to get and set preferences for your mod. </p>
  93. </section>
  94. <h3 id="interfaces">Interfaces
  95. </h3>
  96. <h4><a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a></h4>
  97. <section><p>An interface for configuration providers.</p>
  98. </section>
  99. <h4><a class="xref" href="IPA.Config.IConfigStore.html">IConfigStore</a></h4>
  100. <section><p>A storage for a config structure.</p>
  101. </section>
  102. <h4><a class="xref" href="IPA.Config.IModPrefs.html">IModPrefs</a></h4>
  103. <section><p>Allows to get and set preferences for your mod. </p>
  104. </section>
  105. </article>
  106. </div>
  107. <div class="hidden-sm col-md-2" role="complementary">
  108. <div class="sideaffix">
  109. <div class="contribution">
  110. <ul class="nav">
  111. </ul>
  112. </div>
  113. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  114. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  115. </nav>
  116. </div>
  117. </div>
  118. </div>
  119. </div>
  120. <footer>
  121. <div class="grad-bottom"></div>
  122. <div class="footer">
  123. <div class="container">
  124. <span class="pull-right">
  125. <a href="#top">Back to top</a>
  126. </span>
  127. <span>Generated by <strong>DocFX</strong></span>
  128. </div>
  129. </div>
  130. </footer>
  131. </div>
  132. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  133. <script type="text/javascript" src="../styles/docfx.js"></script>
  134. <script type="text/javascript" src="../styles/main.js"></script>
  135. </body>
  136. </html>