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

Interface for the Config object More...

Inheritance diagram for Utilities.Configuration.Manager.Interfaces.IConfig:
Utilities.Configuration.Manager.BaseClasses.Config< ConfigClassType > Utilities.Configuration.Manager.Default.SystemConfig

Public Member Functions

void Load ()
 Loads the config file More...
 
void Save ()
 Saves the config file More...
 

Properties

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

Detailed Description

Interface for the Config object

Definition at line 27 of file IConfig.cs.

Member Function Documentation

void Utilities.Configuration.Manager.Interfaces.IConfig.Load ( )
void Utilities.Configuration.Manager.Interfaces.IConfig.Save ( )

Property Documentation

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

Name of the Config object

Definition at line 32 of file IConfig.cs.


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