Header Text Coming Soon! You can Contact Us below anytime!

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:SpiderMaster.Net.Configuration"]

Types

                 
  All Types     Classes      Interfaces  
  Name Description
ConfigSection
Simple class to lookup stored configuration settings by key. Also provides type conversion methods. GetInt("PageSize"); GetBool("IsEnabled");
ConfigSectionUtility
Config section utils for adding/removing from both a map and list.
ConfigSource
Simple class to lookup stored configuration settings by key. Also provides type conversion methods. GetInt("PageSize"); GetBool("IsEnabled");
IConfigSection
Base class for config settings. This stores settings in 1. At the root level ( similiar to AppSettings ). 2. At a section level ( similar to GetSection("SectionName") );
IConfigSource
Configuration source interface for loading/viewing/saving settings.