Esempio n. 1
0
            public override DataTable Clone()
            {
                Volume_Error_TypeDataTable cln = ((Volume_Error_TypeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 private void InitClass()
 {
     DataSetName            = "App_Wide_Tables";
     Prefix                 = "";
     Namespace              = "";
     Locale                 = new CultureInfo("en-US");
     CaseSensitive          = false;
     EnforceConstraints     = true;
     tableVolume_Error_Type = new Volume_Error_TypeDataTable();
     Tables.Add(tableVolume_Error_Type);
     tableDivision_Type = new Division_TypeDataTable();
     Tables.Add(tableDivision_Type);
     tableFile_Error_Type = new File_Error_TypeDataTable();
     Tables.Add(tableFile_Error_Type);
 }
Esempio n. 3
0
 internal void InitVars()
 {
     tableVolume_Error_Type = ((Volume_Error_TypeDataTable)(Tables["Volume_Error_Type"]));
     if ((tableVolume_Error_Type != null))
     {
         tableVolume_Error_Type.InitVars();
     }
     tableDivision_Type = ((Division_TypeDataTable)(Tables["Division_Type"]));
     if ((tableDivision_Type != null))
     {
         tableDivision_Type.InitVars();
     }
     tableFile_Error_Type = ((File_Error_TypeDataTable)(Tables["File_Error_Type"]));
     if ((tableFile_Error_Type != null))
     {
         tableFile_Error_Type.InitVars();
     }
 }
Esempio n. 4
0
 internal Volume_Error_TypeRow(DataRowBuilder rb) :
     base(rb)
 {
     tableVolume_Error_Type = ((Volume_Error_TypeDataTable)(Table));
 }