MyMediaLite
3.07
|
I/O routines for classes implementing the IEntityMapping interface. More...
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. |
I/O routines for classes implementing the IEntityMapping interface.
static IMapping LoadMapping | ( | this string | filename | ) | [inline, static] |
Load entity mappings from a file.
filename | the name of the file |
static void SaveMapping | ( | this IMapping | mapping, |
string | filename | ||
) | [inline, static] |
Save the mappings to a file.
mapping | the mapping object to store |
filename | the name of the file |