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

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     this.DataSetName              = "F95010GetWebFormXMLData";
     this.Prefix                   = "";
     this.Namespace                = "http://tempuri.org/F95010GetWebFormXMLData.xsd";
     this.EnforceConstraints       = true;
     this.SchemaSerializationMode  = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableF95010GetWebFormXML = new F95010GetWebFormXMLDataTable();
     base.Tables.Add(this.tableF95010GetWebFormXML);
     this.tableWebFormHeight = new WebFormHeightDataTable();
     base.Tables.Add(this.tableWebFormHeight);
 }
Esempio n. 3
0
 internal void InitVars(bool initTable)
 {
     this.tableF95010GetWebFormXML = ((F95010GetWebFormXMLDataTable)(base.Tables["F95010GetWebFormXML"]));
     if ((initTable == true))
     {
         if ((this.tableF95010GetWebFormXML != null))
         {
             this.tableF95010GetWebFormXML.InitVars();
         }
     }
     this.tableWebFormHeight = ((WebFormHeightDataTable)(base.Tables["WebFormHeight"]));
     if ((initTable == true))
     {
         if ((this.tableWebFormHeight != null))
         {
             this.tableWebFormHeight.InitVars();
         }
     }
 }
Esempio n. 4
0
 internal F95010GetWebFormXMLRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableF95010GetWebFormXML = ((F95010GetWebFormXMLDataTable)(this.Table));
 }