<?xml version="1.0"?>
<doc>
  <assembly>
    <name>secure</name>
    <version>0.0.0.0</version>
    <fullname>secure, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</fullname>
  </assembly>
  <members>
    <member name="M:secure.ProofDetails.ProductAlreadyInCart(System.Int32)">
      <summary>
     ProductAlreadyInCart 
   Checks to see if the product has already been added to cart, if it has 
   then deletes it from the cart. 
 </summary>
 <param name="ProductId" />
 <remarks>
 </remarks>
 <history>
 	[louis]	4/21/2006	Created 
 </history></member>
    <member name="M:secure.ProofFront.SetupCart">
      <summary>
   This creates a shopping cart, with specific information, and adds it to the database. 
 </summary>
 <param name="OptionID" />
 <param name="LinkedCart" />
 <returns />
 <remarks>
 </remarks>
 <history>
 	[mark]	11/9/2005	Created 
 </history></member>
    <member name="M:secure.ReorderFront.writeFile">
      <summary>
   Takes the uploaded data file and writes it to the server. 
 </summary>
 <returns />
 <remarks>
 </remarks>
 <history>
 	[mark]	11/9/2005	Created 
 </history></member>
    <member name="M:secure.ReorderFront.eatFile">
      <summary>
   This takes the datafile they provided, walks through it, adding kids and the packages 
  they ordered. It also allows for Retouching. 
 
   Before walking the file, we need to set up a school for the kids to be linked with. 
  We will use the filename (w/ out ext.) for the school name. 
 </summary>
 <returns />
 <remarks>
 </remarks>
 <history>
 	[mark]	7/15/2005	Created 
 </history></member>
    <member name="M:secure.SeniorDetails.Load_DP2Images">
      <summary>
   Load the order images from DP2. Also get the subjectinfo, we may need it. 
 </summary>
 <remarks>
 </remarks>
 <history>
 	[mark]	8/17/2005	Created 
 </history></member>
    <member name="M:secure.SeniorFront.SetupCart(System.Int32,System.Int32)">
      <summary>
   This creates a shopping cart, with specific information, and adds it to the database. 
 </summary>
 <param name="OptionID" />
 <param name="LinkedCart" />
 <returns />
 <remarks>
 </remarks>
 <history>
 	[mark]	11/9/2005	Created 
 </history></member>
    <member name="M:secure.studentidbuilder.SetupCart">
      <summary>
     This creates a shopping cart, with specific information, and adds it to the database. 
 </summary>
 <returns />
 <remarks>
 </remarks>
 <history>
 	[Lou]	11/9/2005	Created 
 </history></member>
    <member name="M:secure.studentidbuilder.addToShoppingCartDetail(System.Boolean,System.Boolean)">
      <summary>
     The dataset connection for the cart is created in the Load_Cart method. 
     The options selected in the web page are then added to the cart 
     in the addToShoppingCartDetail method. 
 </summary>
 <remarks>
 </remarks>
 <history>
 	[Keith]	11/15/2005	Created 
 </history></member>
    <member name="M:secure.studentidbuilder.addStudentOptions(System.Data.DataTable@,System.Boolean)">
      <summary>
     The addStudentOptions checks to see what Student details have been selected. 
     for each detail selected, the addNewRow method is called, 
     with the passed parameters, to add a detail row to the ItemOptions table. 
 
 </summary>
 <remarks>
 </remarks>
 <history>
 	[Lou]	3/7/2006 
 </history></member>
    <member name="M:secure.studentidbuilder.addStaffOptions(System.Data.DataTable@)">
      <summary>
     The addStaffOptions checks to see what Staff details have been selected. 
     for each detail selected, the addNewRow method is called, 
     with the passed parameters, to add a detail row to the ItemOptions table. 
 
 </summary>
 <remarks>
 </remarks>
 <history>
 	[Lou]	3/7/2006 
 </history></member>
  </members>
</doc>