Public Types | |
enum | EventCode { None, ServingsParseError, QuantityParseError, DataSourceError } |
Public Member Functions | |
RecipeImporterEventArgs (string message) | |
RecipeImporterEventArgs (string message, EventCode evCode) | |
Properties | |
string | Message [get, set] |
EventCode | EvCode [get, set] |
Definition at line 46 of file RecipeImporter.cs.
Definition at line 59 of file RecipeImporter.cs.
Foodolini.Tools.RecipeImporterEventArgs.RecipeImporterEventArgs | ( | string | message | ) |
Definition at line 51 of file RecipeImporter.cs.
Foodolini.Tools.RecipeImporterEventArgs.RecipeImporterEventArgs | ( | string | message, | |
EventCode | evCode | |||
) |
Definition at line 53 of file RecipeImporter.cs.
EventCode Foodolini.Tools.RecipeImporterEventArgs.EvCode [get, set] |
Definition at line 49 of file RecipeImporter.cs.
string Foodolini.Tools.RecipeImporterEventArgs.Message [get, set] |
Definition at line 48 of file RecipeImporter.cs.