Craig's Utility Library  4.0 Beta
Utilities.ORM.Manager.SourceProvider.Manager Class Reference

Database manager More...

Inheritance diagram for Utilities.ORM.Manager.SourceProvider.Manager:

Public Member Functions

 Manager (IEnumerable< IDatabase > Sources)
 Constructor More...
 
IEnumerator< ISourceInfoGetEnumerator ()
 Gets the enumerator for the sources More...
 
ISourceInfo GetSource (string Name)
 Gets the source info specified More...
 
ISourceInfo GetSource (Type DatabaseType)
 Getsthe source info specified More...
 
override string ToString ()
 Outputs the source information as a string More...
 

Properties

IDictionary< string, ISourceInfoSources [get]
 Source information More...
 

Detailed Description

Database manager

Definition at line 37 of file Manager.cs.

Constructor & Destructor Documentation

Utilities.ORM.Manager.SourceProvider.Manager.Manager ( IEnumerable< IDatabase Sources)

Constructor

Parameters
SourcesThe sources.

Definition at line 43 of file Manager.cs.

Member Function Documentation

IEnumerator<ISourceInfo> Utilities.ORM.Manager.SourceProvider.Manager.GetEnumerator ( )

Gets the enumerator for the sources

Returns
The source enumerator

Definition at line 64 of file Manager.cs.

ISourceInfo Utilities.ORM.Manager.SourceProvider.Manager.GetSource ( string  Name)

Gets the source info specified

Parameters
NameName of the source to get
Returns
The source specified

Definition at line 74 of file Manager.cs.

ISourceInfo Utilities.ORM.Manager.SourceProvider.Manager.GetSource ( Type  DatabaseType)

Getsthe source info specified

Parameters
DatabaseTypeDatabase type
Returns
The source specified

Definition at line 86 of file Manager.cs.

override string Utilities.ORM.Manager.SourceProvider.Manager.ToString ( )

Outputs the source information as a string

Returns
The source information as a string

Definition at line 104 of file Manager.cs.

Property Documentation

IDictionary<string, ISourceInfo> Utilities.ORM.Manager.SourceProvider.Manager.Sources
getprotected

Source information

Definition at line 58 of file Manager.cs.


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