Craig's Utility Library  4.0 Beta
Utilities.DataTypes.DataMapper.Interfaces.IDataMapper Interface Reference

Data mapper interface More...

Inheritance diagram for Utilities.DataTypes.DataMapper.Interfaces.IDataMapper:
Utilities.DataTypes.DataMapper.BaseClasses.DataMapperBase Utilities.DataTypes.DataMapper.Default.DataMapper

Public Member Functions

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...
 

Detailed Description

Data mapper interface

Definition at line 32 of file IDataMapper.cs.

Member Function Documentation

ITypeMapping Utilities.DataTypes.DataMapper.Interfaces.IDataMapper.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

Implemented in Utilities.DataTypes.DataMapper.BaseClasses.DataMapperBase.

Adds or returns a mapping between two types

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

Implemented in Utilities.DataTypes.DataMapper.BaseClasses.DataMapperBase.


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