コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                GanttSchemesDataTable cln = ((GanttSchemesDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName = "GanttSchemesDataSet";
     this.Prefix      = "";
     this.Namespace   = "http://schemas.microsoft.com/office/project/server/webservices/GanttSchemesDataSe" +
                        "t/";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableGanttSchemes       = new GanttSchemesDataTable();
     base.Tables.Add(this.tableGanttSchemes);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableGanttSchemes = ((GanttSchemesDataTable)(base.Tables["GanttSchemes"]));
     if ((initTable == true))
     {
         if ((this.tableGanttSchemes != null))
         {
             this.tableGanttSchemes.InitVars();
         }
     }
 }
コード例 #4
0
 internal GanttSchemesRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableGanttSchemes = ((GanttSchemesDataTable)(this.Table));
 }