C# Class CarbonFitness.AppLogic.IngredientImporterEngine

Inheritance: IIngredientImporterEngine
Afficher le fichier Open project: yodiz/CarbonFitness

Méthodes publiques

Méthode Description
Import ( string filePath ) : void
IngredientImporterEngine ( IIngredientImporter ingredientImporter ) : Autofac
IngredientImporterEngine ( string nhibernateConfiguration, IIngredientImporter ingredientImporter ) : Autofac
IngredientImporterEngine ( string nhibernateConfiguration, bool exportSchema, IIngredientImporter ingredientImporter ) : Autofac

Private Methods

Méthode Description
InitializeNHibernate ( string nhibernateConfiguration ) : void

Method Details

Import() public méthode

public Import ( string filePath ) : void
filePath string
Résultat void

IngredientImporterEngine() public méthode

public IngredientImporterEngine ( IIngredientImporter ingredientImporter ) : Autofac
ingredientImporter IIngredientImporter
Résultat Autofac

IngredientImporterEngine() public méthode

public IngredientImporterEngine ( string nhibernateConfiguration, IIngredientImporter ingredientImporter ) : Autofac
nhibernateConfiguration string
ingredientImporter IIngredientImporter
Résultat Autofac

IngredientImporterEngine() public méthode

public IngredientImporterEngine ( string nhibernateConfiguration, bool exportSchema, IIngredientImporter ingredientImporter ) : Autofac
nhibernateConfiguration string
exportSchema bool
ingredientImporter IIngredientImporter
Résultat Autofac