C# Class CarbonFitness.App.Importer.IngredientImporterEngine

Inheritance: IContainerProviderAccessor
Datei anzeigen Open project: yodiz/CarbonFitness

Public Methods

Method Description
Import ( string filePath ) : void
IngredientImporterEngine ( IIngredientImporter ingredientImporter ) : System
IngredientImporterEngine ( string nhibernateConfiguration ) : System
IngredientImporterEngine ( string nhibernateConfiguration, bool exportSchema ) : System
Main ( string args ) : void

Private Methods

Method Description
VerifyFilePath ( string filePath ) : string
getBootStrapper ( string nhibernateConfiguration ) : IBootStrapper

Method Details

Import() public method

public Import ( string filePath ) : void
filePath string
return void

IngredientImporterEngine() public method

public IngredientImporterEngine ( IIngredientImporter ingredientImporter ) : System
ingredientImporter IIngredientImporter
return System

IngredientImporterEngine() public method

public IngredientImporterEngine ( string nhibernateConfiguration ) : System
nhibernateConfiguration string
return System

IngredientImporterEngine() public method

public IngredientImporterEngine ( string nhibernateConfiguration, bool exportSchema ) : System
nhibernateConfiguration string
exportSchema bool
return System

Main() public static method

public static Main ( string args ) : void
args string
return void