Click here to Skip to main content
15,891,529 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.5K   1K   23  
A simple program to help get the timing of a roast dinner
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>uk.org.aspellclark.common</name>
    </assembly>
    <members>
        <member name="T:uk.org.aspellclark.common.AppInfo">
            <summary>
            Description of AppInfo.
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.common.AppInfo.ApplicationVersion">
            <summary>
            This function returns the application version number
            as 4 integers seperated by full stops
            </summary>
        </member>
        <member name="P:uk.org.aspellclark.common.AppInfo.ApplicationPath">
            <summary>
            this function returns the directory where the application executable
            is located
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.common.FontHandler">
            <summary>
            Description of FontHandler.
            we can download more fonts from http://www.fontspace.com/category/futuristic?p=4
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.common.ImageFunctions">
            <summary>
            Description of ImageFunctions.
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.common.NotImplementedDlg">
            <summary>
              <name>NotImplementedDlg</name>
              <namespace>uk.org.aspellclark.common</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.common.NotImplementedDlg.#ctor">
            <summary>
            About box constructor
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.common.NotImplementedDlg.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.common.CommonFunctions">
            <summary>
              <name>CommonFunctions</name>
              <namespace>uk.org.aspellclark.common</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>
              </description>
            <remarks> a simple class tha contains simple functions
            useable by any applications
            </remarks>
              <history>
                <historyitem> 1 Aug 2004  1.0 ARA  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.common.CommonFunctions.OleDateToDateTimeOld(System.Double)">
            <summary>
            grabbed from http://www.egilh.com/blog/archive/2004/09/24/207.aspx
            </summary>
            <param name="date"></param>
            <returns></returns>
        </member>
        <member name="M:uk.org.aspellclark.common.CommonFunctions.DateTimeToOleDateOld(System.DateTime)">
            <summary>
            grabbed from http://www.egilh.com/blog/archive/2004/09/24/207.aspx
            </summary>
            <param name="date"></param>
            <returns></returns>
        </member>
        <member name="M:uk.org.aspellclark.common.CommonFunctions.getReminder(System.Int64,System.Int64)">
            <summary>
            grabbed from http://www.egilh.com/blog/archive/2004/09/24/207.aspx
            </summary>
            <param name="value1"></param>
            <param name="value2"></param>
            <returns></returns>
        </member>
        <member name="T:uk.org.aspellclark.common.NotImplementedException">
            <summary>
              <name>NotImplementedYet</name>
              <namespace>uk.org.aspellclark.common</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.common.PreferencesXml">
            <summary>
              <name>PreferencesXml</name>
              <namespace>uk.org.aspellclark.todolist.engine</namespace>
              <version>1.0</version>
              <author>Andy Aspell-Clark</author>
              <description>This class holds preferences for the application
              </description>
              <history>
                <historyitem> 6 Aug 2004  1.0 ARA  Initial Version.</historyitem>
              </history>
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.common.PreferencesXml.#ctor(System.Reflection.Assembly)">
            <summary>
            
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.common.PreferencesXml.getPreference(System.String)">
            <summary>
            
            </summary>
            <param name="psName"></param>
            <returns></returns>
        </member>
        <member name="M:uk.org.aspellclark.common.PreferencesXml.setPreference(System.String,System.String)">
            <summary>
            
            </summary>
            <param name="psName"></param>
            <param name="psValue"></param>
            <returns></returns>
        </member>
        <member name="M:uk.org.aspellclark.common.PreferencesXml.DeletePreference(System.String)">
            <summary>
            
            </summary>
            <param name="psName"></param>
            <returns></returns>
        </member>
        <member name="M:uk.org.aspellclark.common.PreferencesXml.readFromFile">
            <summary>
            
            </summary>
        </member>
        <member name="M:uk.org.aspellclark.common.PreferencesXml.writeToFile">
            <summary>
            
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.common.SystemInfo">
            <summary>
            Description of SystemInfo.
            </summary>
        </member>
        <member name="T:uk.org.aspellclark.common.UTF8Funcs">
            <summary>
            Description of UTF8Funcs.
            </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