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.

138 lines
5.6 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>Namespace IPA.Config
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Namespace IPA.Config
  11. ">
  12. <meta name="generator" content="docfx 2.42.4.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  18. <meta property="docfx:navrel" content="../toc.html">
  19. <meta property="docfx:tocrel" content="toc.html">
  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 role="main" class="container body-content hide-when-search">
  54. <div class="sidenav hide-when-search">
  55. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  56. <div class="sidetoggle collapse" id="sidetoggle">
  57. <div id="sidetoc"></div>
  58. </div>
  59. </div>
  60. <div class="article row grid-right">
  61. <div class="col-md-10">
  62. <article class="content wrap" id="_content" data-uid="IPA.Config">
  63. <h1 id="IPA_Config" data-uid="IPA.Config" class="text-break">Namespace IPA.Config
  64. </h1>
  65. <div class="markdown level0 summary"></div>
  66. <div class="markdown level0 conceptual"></div>
  67. <div class="markdown level0 remarks"></div>
  68. <h3 id="classes">Classes
  69. </h3>
  70. <h4><a class="xref" href="IPA.Config.Config.html">Config</a></h4>
  71. <section><p>A class to handle updating ConfigProviders automatically</p>
  72. </section>
  73. <h4><a class="xref" href="IPA.Config.Config.NameAttribute.html">Config.NameAttribute</a></h4>
  74. <section><p>Specifies a preferred config name, instead of using the plugin's name.</p>
  75. </section>
  76. <h4><a class="xref" href="IPA.Config.Config.PreferAttribute.html">Config.PreferAttribute</a></h4>
  77. <section><p>Specifies that a particular parameter is preferred to be a specific type of <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>. If it is not available, also specifies backups. If none are available, the default is used.</p>
  78. </section>
  79. <h4><a class="xref" href="IPA.Config.Config.TypeAttribute.html">Config.TypeAttribute</a></h4>
  80. <section><p>Defines the type of the <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a></p>
  81. </section>
  82. <h4><a class="xref" href="IPA.Config.ModPrefs.html">ModPrefs</a></h4>
  83. <section><p>Allows to get and set preferences for your mod.</p>
  84. </section>
  85. <h3 id="interfaces">Interfaces
  86. </h3>
  87. <h4><a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a></h4>
  88. <section><p>An interface for configuration providers.</p>
  89. </section>
  90. <h4><a class="xref" href="IPA.Config.IModPrefs.html">IModPrefs</a></h4>
  91. <section><p>Allows to get and set preferences for your mod.</p>
  92. </section>
  93. </article>
  94. </div>
  95. <div class="hidden-sm col-md-2" role="complementary">
  96. <div class="sideaffix">
  97. <div class="contribution">
  98. <ul class="nav">
  99. </ul>
  100. </div>
  101. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  102. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  103. </nav>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. <footer>
  109. <div class="grad-bottom"></div>
  110. <div class="footer">
  111. <div class="container">
  112. <span class="pull-right">
  113. <a href="#top">Back to top</a>
  114. </span>
  115. <span>Generated by <strong>DocFX</strong></span>
  116. </div>
  117. </div>
  118. </footer>
  119. </div>
  120. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  121. <script type="text/javascript" src="../styles/docfx.js"></script>
  122. <script type="text/javascript" src="../styles/main.js"></script>
  123. </body>
  124. </html>