|
|
- <!DOCTYPE html>
- <!--[if IE]><![endif]-->
- <html>
-
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>Interface IConfigProvider
- </title>
- <meta name="viewport" content="width=device-width">
- <meta name="title" content="Interface IConfigProvider
- ">
- <meta name="generator" content="docfx 2.44.0.0">
-
- <link rel="shortcut icon" href="../favicon.ico">
- <link rel="stylesheet" href="../styles/docfx.vendor.css">
- <link rel="stylesheet" href="../styles/docfx.css">
- <link rel="stylesheet" href="../styles/main.css">
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <meta property="docfx:navrel" content="../toc.html">
- <meta property="docfx:tocrel" content="toc.html">
-
- <meta property="docfx:rel" content="../">
- <meta property="docfx:newtab" content="true">
- </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
- <div id="wrapper">
- <header>
-
- <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
- <div class="container">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
-
- <a class="navbar-brand" href="../index.html">
- <img id="logo" class="svg" src="../logo.svg" alt="">
- </a>
- </div>
- <div class="collapse navbar-collapse" id="navbar">
- <form class="navbar-form navbar-right" role="search" id="search">
- <div class="form-group">
- <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
- </div>
- </form>
- </div>
- </div>
- </nav>
-
- <div class="subnav navbar navbar-default">
- <div class="container hide-when-search" id="breadcrumb">
- <ul class="breadcrumb">
- <li></li>
- </ul>
- </div>
- </div>
- </header>
- <div class="container body-content">
-
- <div id="search-results">
- <div class="search-list"></div>
- <div class="sr-items">
- <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
- </div>
- <ul id="pagination"></ul>
- </div>
- </div>
- <div role="main" class="container body-content hide-when-search">
-
- <div class="sidenav hide-when-search">
- <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
- <div class="sidetoggle collapse" id="sidetoggle">
- <div id="sidetoc"></div>
- </div>
- </div>
- <div class="article row grid-right">
- <div class="col-md-10">
- <article class="content wrap" id="_content" data-uid="IPA.Config.IConfigProvider">
-
-
- <h1 id="IPA_Config_IConfigProvider" data-uid="IPA.Config.IConfigProvider" class="text-break">Interface IConfigProvider
- </h1>
- <div class="markdown level0 summary"><p>An interface for configuration providers.</p>
- </div>
- <div class="markdown level0 conceptual"></div>
- <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.html">IPA.Config</a></h6>
- <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
- <h5 id="IPA_Config_IConfigProvider_syntax">Syntax</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">public interface IConfigProvider</code></pre>
- </div>
- <h3 id="properties">Properties
- </h3>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_Filename.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.Filename%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L47">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_Filename_" data-uid="IPA.Config.IConfigProvider.Filename*"></a>
- <h4 id="IPA_Config_IConfigProvider_Filename" data-uid="IPA.Config.IConfigProvider.Filename">Filename</h4>
- <div class="markdown level1 summary"><p>Will be set with the filename (no extension) to save to. When saving, the implementation should add the appropriate extension. Should error if set multiple times.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">string Filename { set; }</code></pre>
- </div>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
- <td><p>the extensionless filename to save to</p>
- </td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_HasChanged.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.HasChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L37">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_HasChanged_" data-uid="IPA.Config.IConfigProvider.HasChanged*"></a>
- <h4 id="IPA_Config_IConfigProvider_HasChanged" data-uid="IPA.Config.IConfigProvider.HasChanged">HasChanged</h4>
- <div class="markdown level1 summary"><p>Returns <span class="xref">true</span> if object has changed since the last save</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">bool HasChanged { get; }</code></pre>
- </div>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td><span class="xref">true</span> if object has changed since the last save, else <span class="xref">false</span></td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_InMemoryChanged.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.InMemoryChanged%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L42">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_InMemoryChanged_" data-uid="IPA.Config.IConfigProvider.InMemoryChanged*"></a>
- <h4 id="IPA_Config_IConfigProvider_InMemoryChanged" data-uid="IPA.Config.IConfigProvider.InMemoryChanged">InMemoryChanged</h4>
- <div class="markdown level1 summary"><p>Returns <span class="xref">true</span> if the data in memory has been changed - notably including loads.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">bool InMemoryChanged { get; set; }</code></pre>
- </div>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
- <td><span class="xref">true</span> if the data in memory has been changed, else <span class="xref">false</span></td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_LastModified.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.LastModified%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L52">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_LastModified_" data-uid="IPA.Config.IConfigProvider.LastModified*"></a>
- <h4 id="IPA_Config_IConfigProvider_LastModified" data-uid="IPA.Config.IConfigProvider.LastModified">LastModified</h4>
- <div class="markdown level1 summary"><p>Gets the last time the config was modified.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">DateTime LastModified { get; }</code></pre>
- </div>
- <h5 class="propertyValue">Property Value</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.datetime">DateTime</a></td>
- <td><p>the last time the config file was modified</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h3 id="methods">Methods
- </h3>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_Load.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.Load%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L60">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_Load_" data-uid="IPA.Config.IConfigProvider.Load*"></a>
- <h4 id="IPA_Config_IConfigProvider_Load" data-uid="IPA.Config.IConfigProvider.Load">Load()</h4>
- <div class="markdown level1 summary"><p>Loads the state of the file on disk.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">void Load()</code></pre>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_Parse__1.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.Parse%60%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L16">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_Parse_" data-uid="IPA.Config.IConfigProvider.Parse*"></a>
- <h4 id="IPA_Config_IConfigProvider_Parse__1" data-uid="IPA.Config.IConfigProvider.Parse``1">Parse<T>()</h4>
- <div class="markdown level1 summary"><p>Loads the data provided by this <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a> into an object of type <code data-dev-comment-type="typeparamref" class="typeparamref">T</code>.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">T Parse<T>()</code></pre>
- </div>
- <h5 class="returns">Returns</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><span class="xref">T</span></td>
- <td><p>the values from the config provider parsed into the object</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 class="typeParameters">Type Parameters</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Name</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><span class="parametername">T</span></td>
- <td><p>the type of the object to parse into</p>
- </td>
- </tr>
- </tbody>
- </table>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_Save.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.Save%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L56">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_Save_" data-uid="IPA.Config.IConfigProvider.Save*"></a>
- <h4 id="IPA_Config_IConfigProvider_Save" data-uid="IPA.Config.IConfigProvider.Save">Save()</h4>
- <div class="markdown level1 summary"><p>Saves configuration to file. Should error if not a root object.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">void Save()</code></pre>
- </div>
- <span class="small pull-right mobile-hide">
- <span class="divider">|</span>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider_Store__1___0_.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider.Store%60%601(%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
- </span>
- <span class="small pull-right mobile-hide">
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L22">View Source</a>
- </span>
- <a id="IPA_Config_IConfigProvider_Store_" data-uid="IPA.Config.IConfigProvider.Store*"></a>
- <h4 id="IPA_Config_IConfigProvider_Store__1___0_" data-uid="IPA.Config.IConfigProvider.Store``1(``0)">Store<T>(T)</h4>
- <div class="markdown level1 summary"><p>Stores the data from <code data-dev-comment-type="paramref" class="paramref">obj</code> into the <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.</p>
- </div>
- <div class="markdown level1 conceptual"></div>
- <h5 class="decalaration">Declaration</h5>
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">void Store<T>(T obj)</code></pre>
- </div>
- <h5 class="parameters">Parameters</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Type</th>
- <th>Name</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><span class="xref">T</span></td>
- <td><span class="parametername">obj</span></td>
- <td><p>the object containing the data to save</p>
- </td>
- </tr>
- </tbody>
- </table>
- <h5 class="typeParameters">Type Parameters</h5>
- <table class="table table-bordered table-striped table-condensed">
- <thead>
- <tr>
- <th>Name</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><span class="parametername">T</span></td>
- <td><p>the type of <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
- </td>
- </tr>
- </tbody>
- </table>
- <h3 id="extensionmethods">Extension Methods</h3>
- <div>
- <a class="xref" href="IPA.Config.Config.html#IPA_Config_Config_MakeLink__1_IPA_Config_IConfigProvider_System_Action_IPA_Config_IConfigProvider_IPA_Utilities_Ref___0___">Config.MakeLink<T>(IConfigProvider, Action<IConfigProvider, Ref<T>>)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Config.Config.html#IPA_Config_Config_RemoveLinks_IPA_Config_IConfigProvider_">Config.RemoveLinks(IConfigProvider)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateField_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateField(Object, String, Object)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetPrivateField__1_System_Object_System_String_">ReflectionUtil.GetPrivateField<T>(Object, String)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateProperty(Object, String, Object)</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod(Object, String, Object[])</a>
- </div>
- <div>
- <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod__1_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod<T>(Object, String, Object[])</a>
- </div>
- </article>
- </div>
-
- <div class="hidden-sm col-md-2" role="complementary">
- <div class="sideaffix">
- <div class="contribution">
- <ul class="nav">
- <li>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Config_IConfigProvider.md&value=---%0Auid%3A%20IPA.Config.IConfigProvider%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
- </li>
- <li>
- <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/f0d77c0b2903cdc2886fba291cd01f65aab31118/IPA.Loader/Config/IConfigProvider.cs/#L9" class="contribution-link">View Source</a>
- </li>
- </ul>
- </div>
- <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
- <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
- </nav>
- </div>
- </div>
- </div>
- </div>
-
- <footer>
- <div class="grad-bottom"></div>
- <div class="footer">
- <div class="container">
- <span class="pull-right">
- <a href="#top">Back to top</a>
- </span>
-
- <span>Generated by <strong>DocFX</strong></span>
- </div>
- </div>
- </footer>
- </div>
-
- <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
- <script type="text/javascript" src="../styles/docfx.js"></script>
- <script type="text/javascript" src="../styles/main.js"></script>
- </body>
- </html>
|