Exemplo n.º 1
0
            public override global::System.Data.DataTable Clone()
            {
                PermitImportEntryDataTable cln = ((PermitImportEntryDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName             = "PermitImportFile";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/PermitImportFile.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablePermitImportEntry  = new PermitImportEntryDataTable();
     base.Tables.Add(this.tablePermitImportEntry);
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable)
 {
     this.tablePermitImportEntry = ((PermitImportEntryDataTable)(base.Tables["PermitImportEntry"]));
     if ((initTable == true))
     {
         if ((this.tablePermitImportEntry != null))
         {
             this.tablePermitImportEntry.InitVars();
         }
     }
 }
Exemplo n.º 4
0
 internal PermitImportEntryRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tablePermitImportEntry = ((PermitImportEntryDataTable)(this.Table));
 }