MyMediaLite  3.07
Static Public Member Functions
EntityMappingExtensions Class Reference

I/O routines for classes implementing the IEntityMapping interface. More...

List of all members.

Static Public Member Functions

static IMapping LoadMapping (this string filename)
 Load entity mappings from a file.
static void SaveMapping (this IMapping mapping, string filename)
 Save the mappings to a file.

Detailed Description

I/O routines for classes implementing the IEntityMapping interface.


Member Function Documentation

static IMapping LoadMapping ( this string  filename) [inline, static]

Load entity mappings from a file.

Parameters:
filenamethe name of the file
Returns:
an object of type EntityMapping
static void SaveMapping ( this IMapping  mapping,
string  filename 
) [inline, static]

Save the mappings to a file.

Parameters:
mappingthe mapping object to store
filenamethe name of the file

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