MyMediaLite
3.02
|
I/O routines for classes implementing the IEntityMapping interface. More...
Static Public Member Functions | |
static IEntityMapping | LoadMapping (string filename) |
Load entity mappings from a file. | |
static void | SaveMapping (this IEntityMapping mapping, string filename) |
Save the mappings to a file. |
I/O routines for classes implementing the IEntityMapping interface.
static IEntityMapping LoadMapping | ( | string | filename | ) | [inline, static] |
Load entity mappings from a file.
filename | the name of the file |
static void SaveMapping | ( | this IEntityMapping | mapping, |
string | filename | ||
) | [inline, static] |
Save the mappings to a file.
mapping | the mapping object to store |
filename | the name of the file |