[JEDI.NET-commits] docs/snippets Jedi.Timers.Schedules.xml,1.1,1.2
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-06-25 13:17:12
|
Update of /cvsroot/jedidotnet/docs/snippets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6651/docs/snippets Modified Files: Jedi.Timers.Schedules.xml Log Message: Updated Jedi.Timers.Schedules documentation Index: Jedi.Timers.Schedules.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/snippets/Jedi.Timers.Schedules.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.Timers.Schedules.xml 23 Jun 2005 18:43:32 -0000 1.1 --- Jedi.Timers.Schedules.xml 25 Jun 2005 13:17:03 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + <?xml version="1.0" encoding="utf-8"?> <snippets> <!-- interval parameter snippet *************** *** 35,38 **** --- 36,53 ---- </param> </ParamStop> + <!-- Interval property snippet + arg0 = class name (only the part before the Schedule suffix, so Day, Week, Month, etc) + arg1 = interval unit in plural form + --> + <PropInterval> + <member name="P:Jedi.Timers.{0}Schedule.Interval"> + <summary> + The schedule's selection interval in {1}. + </summary> + <value> + The schedule's selection interval in {1}. + </value> + </member> + </PropInterval> <!-- Schedule common members snippet arg0 = class name (only the part before the Schedule suffix, so Day, Week, Month, etc) *************** *** 40,45 **** --- 55,74 ---- arg2 = interval unit in plural form (eg. days, weeks or months) arg3 = bit size of integer parameters (either 32 or 64) + {class_remarks} = additional paragraph(s) to add to the remarks section of the class --> <ScheduleCommonMembers> + <member name="T:Jedi.Timers.{0}Schedule"> + <summary> + Schedule to select single {2} within an optional parent schedule. + </summary> + <remarks> + <para> + The <see-class /> selects every <i>n</i> {2} between a start and end point. If the schedule doesn't have child + schedules, it will select the start of the {1}, otherwise it will limit the child schedule(s) to the entire + {1}. + </para> + {class_remarks} + </remarks> + </member> <member name="M:Jedi.Timers.{0}Schedule.#ctor"> <overloads> |