Craig's Utility Library  4.0 Beta
Utilities.Configuration.Manager.Interfaces.IConfigSystem Interface Reference

Interface for the Config system More...

Inheritance diagram for Utilities.Configuration.Manager.Interfaces.IConfigSystem:
Utilities.Configuration.Manager.Default.ConfigSystem

Public Member Functions

Config< T > (string Name="Default")
 Gets the config object specified More...
 

Properties

string Name [get]
 Name of the Config system More...
 

Detailed Description

Interface for the Config system

Definition at line 27 of file IConfigSystem.cs.

Member Function Documentation

T Utilities.Configuration.Manager.Interfaces.IConfigSystem.Config< T > ( string  Name = "Default")

Gets the config object specified

Parameters
NameName of the config object
Returns
The config object

Implemented in Utilities.Configuration.Manager.Default.ConfigSystem.

Type Constraints
T :IConfig 
T :new() 

Property Documentation

string Utilities.Configuration.Manager.Interfaces.IConfigSystem.Name
get

Name of the Config system

Definition at line 32 of file IConfigSystem.cs.


The documentation for this interface was generated from the following file: