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

                cln.InitVars();
                return(cln);
            }
Exemple #2
0
 private void InitClass()
 {
     this.DataSetName = "SummaryTaskPathDataSet";
     this.Prefix      = "";
     this.Namespace   = "http://schemas.microsoft.com/office/project/server/webservices/SummaryTaskPathDat" +
                        "aSet/";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableSummaryTaskPath    = new SummaryTaskPathDataTable();
     base.Tables.Add(this.tableSummaryTaskPath);
 }
Exemple #3
0
 internal void InitVars(bool initTable)
 {
     this.tableSummaryTaskPath = ((SummaryTaskPathDataTable)(base.Tables["SummaryTaskPath"]));
     if ((initTable == true))
     {
         if ((this.tableSummaryTaskPath != null))
         {
             this.tableSummaryTaskPath.InitVars();
         }
     }
 }
Exemple #4
0
 internal SummaryTaskPathRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableSummaryTaskPath = ((SummaryTaskPathDataTable)(this.Table));
 }