Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                TimesheetManagersDataTable cln = ((TimesheetManagersDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName = "TimesheetManagersDataSet";
     this.Prefix      = "";
     this.Namespace   = "http://schemas.microsoft.com/office/project/server/webservices/TimesheetManagersD" +
                        "ataSet/";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTimesheetManagers  = new TimesheetManagersDataTable();
     base.Tables.Add(this.tableTimesheetManagers);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableTimesheetManagers = ((TimesheetManagersDataTable)(base.Tables["TimesheetManagers"]));
     if ((initTable == true))
     {
         if ((this.tableTimesheetManagers != null))
         {
             this.tableTimesheetManagers.InitVars();
         }
     }
 }
Example #4
0
 internal TimesheetManagersRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableTimesheetManagers = ((TimesheetManagersDataTable)(this.Table));
 }