Foodolini.Tools.RecipeImporterEventArgs Class Reference

List of all members.

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]

Detailed Description

Definition at line 46 of file RecipeImporter.cs.


Member Enumeration Documentation

Enumerator:
None 
ServingsParseError 
QuantityParseError 
DataSourceError 

Definition at line 59 of file RecipeImporter.cs.


Constructor & Destructor Documentation

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.


Property Documentation

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.


The documentation for this class was generated from the following file:

Foodolini 1.0.0 Documentation, generated with DoxyGen.