Click here to Skip to main content
15,881,281 members
Articles / Programming Languages / C#

CooksMate

Rate me:
Please Sign up or sign in to vote.
3.32/5 (8 votes)
21 Jan 2008GPL32 min read 56.1K   1K   23  
A simple program to help get the timing of a roast dinner
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>cooksmate</name>
    </assembly>
    <members>
        <member name="T:uk.org.aspellclark.cooksmate.engine.ActionStepType">
            <summary>
            This enumeration contains the methods of cooking.
            this is used to display a picture depicting 
            how to do the next action
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.engine.ActionStep">
            <summary>
            Description of ActionStep.
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.engine.ActionStep.#ctor(System.Xml.XmlReader)">
            <summary>
            This constructor reads in it's contained
            information from an xml file
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.engine.ActionStep.WriteToXml(System.Xml.XmlWriter)">
            <summary>
            this method write the current step out to an xml file
            </summary>
            <param name="xmlWriter"></param>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.AppVersion">
            <summary>
            Description of AppVersion.
            </summary>
        </member>
        <member name="F:uk.org.aspellclark.cooksmate.AppVersion.BUILD_STATUS">
            <summary>
            this constant holds the development status of this application
            e.g alpha, beta etc...
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.cooksmate.AppVersion.VersionNumber">
            <summary>
            This property returns the application version number as a string
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.cooksmate.AppVersion.VersionString">
            <summary>
            this property returns a string containing the application version number
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.Constants">
            <summary>
            Description of Constants.
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.DlgAction">
            <summary>
              <name>DlgAction</name>
              <namespace>uk.org.aspellclark.todolist</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>Display a simple about box
              </description>
              <history>
                <historyitem> 1 Jan 2008  1.0 ARAC  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.DlgAction.#ctor">
            <summary>
            Action Dialog constructor
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.DlgAction.InitializeComponent">
            <summary>
            This method is required for Windows Forms designer support.
            Do not change the method contents inside the source code editor. The Forms designer might
            not be able to load this method if it was changed manually.
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.DlgEditRecipe">
            <summary>
              <name>DlgEditRecipe</name>
              <namespace>uk.org.aspellclark.todolist</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>Display a simple about box
              </description>
              <history>
                <historyitem> 1 Jan 2008  1.0 ARAC  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.DlgEditRecipe.#ctor">
            <summary>
            Action Dialog constructor
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.DlgEditRecipe.InitializeComponent">
            <summary>
            This method is required for Windows Forms designer support.
            Do not change the method contents inside the source code editor. The Forms designer might
            not be able to load this method if it was changed manually.
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.MainForm">
            <summary>
              <name>MainForm</name>
              <namespace>uk.org.aspellclark.todolist</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>This is the main form of the todolist application
              </description>
              <history>
                <historyitem> 1 Jan 2008  1.0 ARAC  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.MainForm.#ctor(uk.org.aspellclark.common.PreferencesXml)">
            <summary>
            main form constructor
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.MainForm.InitializeComponent">
            <summary>
            This method is required for Windows Forms designer support.
            Do not change the method contents inside the source code editor. The Forms designer might
            not be able to load this method if it was changed manually.
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.MainForm.SetupDataGridColumns">
            <summary>
             Create own Table/Column Styles
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.MainForm.Timer1Tick(System.Object,System.EventArgs)">
            <summary>
            update current time
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.MainForm.TimerActionDueTick(System.Object,System.EventArgs)">
            <summary>
            Check which action is next and how long until it is due
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.StatusImages">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.cooksmate.StatusImages.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.cooksmate.StatusImages.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.RecipeAlreadyExistsException">
            <summary>
              <name>NotImplementedYet</name>
              <namespace>uk.org.aspellclark.todolist</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>Display a simple about box
              </description>
              <history>
                <historyitem> 1 Jan 2008  1.0 ARAC  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.Program">
            <summary>
              <name>Program</name>
              <namespace>uk.org.aspellclark.cooksmate</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>This is the entry point to the application
              </description>
              <history>
                <historyitem> 1 Jan 2008  1.0 ARAC  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.Program.Main(System.String[])">
            <summary>
            main entry point for the application
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.cooksmate.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.cooksmate.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.cooksmate.Properties.Resources.RECIPE_TAG_NAME">
            <summary>
              Looks up a localized string similar to .
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.engine.Recipe">
            <summary>
            Summary description for Recipe.
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.engine.DataEngine">
            <summary>
            Description of DataEngine.
            </summary>
        </member>
        <member name="F:uk.org.aspellclark.cooksmate.engine.DataEngine.recipes">
            <summary>
            this hashtable contains the Recipes.
            the key into the table is the recipe name
            which means that each recipe needs a unique name to identify it
            the value of the table is an array list of action steps for the recipe
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.engine.DataEngine.GetActionSteps(System.String)">
            <summary>
            return the steps that need to be taken for a recipe
            </summary>
            <param name="recipeName"></param>
            <returns></returns>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.engine.DataEngine.ReadFromXml">
            <summary>
            This method reads in the recipe's
            from an xml file
            </summary>
            <param name="filename">the name of the xml file to read</param>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.engine.DataEngine.writeToFile">
            <summary>
            This method writes out the recipes to an xml file
            </summary>
            <param name="filename">the name of the xml file to write</param>
        </member>
        <member name="T:uk.org.aspellclark.cooksmate.SettingsForm">
            <summary>
              <name>SettingsForm</name>
              <namespace>uk.org.aspellclark.todolist</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>Display a simple about box
              </description>
              <history>
                <historyitem> 1 Jan 2008  1.0 ARAC  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.SettingsForm.#ctor">
            <summary>
            constructor
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.cooksmate.SettingsForm.InitializeComponent">
            <summary>
            This method is required for Windows Forms designer support.
            Do not change the method contents inside the source code editor. The Forms designer might
            not be able to load this method if it was changed manually.
            </summary>
        </member>
    </members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer (Senior) Airbus Defense and Space
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions