Craig's Utility Library  4.0 Beta
Utilities.DataTypes.DataMapper.Manager Class Reference

Data mapper manager More...

Public Member Functions

 Manager (IEnumerable< IDataMapper > DataMappers, IEnumerable< IMapperModule > MapperModules)
 Constructor More...
 
ITypeMapping< Left, Right > Map< Left, Right > ()
 Adds or returns a mapping between two types More...
 
ITypeMapping Map (Type Left, Type Right)
 Adds or returns a mapping between two types More...
 
override string ToString ()
 Outputs the string information about the manager More...
 

Detailed Description

Data mapper manager

Definition at line 33 of file Manager.cs.

Constructor & Destructor Documentation

Utilities.DataTypes.DataMapper.Manager.Manager ( IEnumerable< IDataMapper DataMappers,
IEnumerable< IMapperModule MapperModules 
)

Constructor

Parameters
DataMappersThe data mappers.
MapperModulesThe mapper modules.

Definition at line 40 of file Manager.cs.

Member Function Documentation

ITypeMapping Utilities.DataTypes.DataMapper.Manager.Map ( Type  Left,
Type  Right 
)

Adds or returns a mapping between two types

Parameters
LeftLeft type
RightRight type
Returns
A mapping object for the two types specified

Definition at line 72 of file Manager.cs.

Adds or returns a mapping between two types

Template Parameters
LeftLeft type
RightRight type
Returns
A mapping object for the two types specified

Definition at line 61 of file Manager.cs.

override string Utilities.DataTypes.DataMapper.Manager.ToString ( )

Outputs the string information about the manager

Returns
The string info about the manager

Definition at line 81 of file Manager.cs.


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