Esempio n. 1
0
            public override global::System.Data.DataTable Clone()
            {
                ProjectRelationsDataTable cln = ((ProjectRelationsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName = "ProjectRelationsDataSet";
     this.Prefix      = "";
     this.Namespace   = "http://schemas.microsoft.com/office/project/server/webservices/ProjectRelationsDa" +
                        "taSet/";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProjectRelations   = new ProjectRelationsDataTable();
     base.Tables.Add(this.tableProjectRelations);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableProjectRelations = ((ProjectRelationsDataTable)(base.Tables["ProjectRelations"]));
     if ((initTable == true))
     {
         if ((this.tableProjectRelations != null))
         {
             this.tableProjectRelations.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal ProjectRelationsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableProjectRelations = ((ProjectRelationsDataTable)(this.Table));
 }