Class DataCatalogIO
Inheritance
DataCatalogIO
Assembly: cs.temp.dll.dll
Syntax
public static class DataCatalogIO
Methods
Load<T>(T)
Execute loaders in sequence to load the catalog data.
See: Loaders
Declaration
public static void Load<T>(this T catalog)
where T : DataCatalog
Parameters
Type |
Name |
Description |
T |
catalog |
|
Type Parameters
Exceptions
Load<T>(T, DataCatalogIOContext)
Execute loaders in sequence to load the catalog data.
See: Loaders
Declaration
public static void Load<T>(this T catalog, DataCatalogIOContext context)
where T : DataCatalog
Parameters
Type Parameters
Exceptions
Save<T>(T)
Save the catalog data.
See: Saver
Declaration
public static void Save<T>(this T catalog)
where T : DataCatalog
Parameters
Type |
Name |
Description |
T |
catalog |
|
Type Parameters
Exceptions
Save<T>(T, DataCatalogIOContext)
Save the catalog data.
See: Saver
Declaration
public static void Save<T>(this T catalog, DataCatalogIOContext context)
where T : DataCatalog
Parameters
Type Parameters
Exceptions