Ignore:
Timestamp:
Sep 28, 2010, 9:40:17 AM (14 years ago)
Author:
Sam Habiel
Message:

Several fixes:

  1. Appointments in Past now trigger a warning.
  2. Changes to support Division based management of Scheduling GUI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/dsRebookAppts.Designer.cs

    r935 r964  
    328328        [global::System.Serializable()]
    329329        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
    330         public partial class PatientApptsDataTable : global::System.Data.TypedTableBase<PatientApptsRow> {
     330        public partial class PatientApptsDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
    331331           
    332332            private global::System.Data.DataColumn columnName;
     
    617617            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    618618            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
     619            public virtual global::System.Collections.IEnumerator GetEnumerator() {
     620                return this.Rows.GetEnumerator();
     621            }
     622           
     623            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     624            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
    619625            public override global::System.Data.DataTable Clone() {
    620626                PatientApptsDataTable cln = ((PatientApptsDataTable)(base.Clone()));
     
    819825        [global::System.Serializable()]
    820826        [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
    821         public partial class BSDXResourceDataTable : global::System.Data.TypedTableBase<BSDXResourceRow> {
     827        public partial class BSDXResourceDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
    822828           
    823829            private global::System.Data.DataColumn columnRESOURCEID;
     
    952958                this.Rows.Add(rowBSDXResourceRow);
    953959                return rowBSDXResourceRow;
     960            }
     961           
     962            [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     963            [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
     964            public virtual global::System.Collections.IEnumerator GetEnumerator() {
     965                return this.Rows.GetEnumerator();
    954966            }
    955967           
Note: See TracChangeset for help on using the changeset viewer.