示例#1
0
            public override DataTable Clone()
            {
                InstallationSlotsDataTable cln = ((InstallationSlotsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
示例#2
0
 internal void InitVars()
 {
     this.tableInstallationSlots = ((InstallationSlotsDataTable)(this.Tables["InstallationSlots"]));
     if ((this.tableInstallationSlots != null))
     {
         this.tableInstallationSlots.InitVars();
     }
 }
示例#3
0
 private void InitClass()
 {
     this.DataSetName            = "InstallationSchema";
     this.Prefix                 = "";
     this.Namespace              = "http://tempuri.org/InstallationSchema.xsd";
     this.Locale                 = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive          = false;
     this.EnforceConstraints     = true;
     this.tableInstallationSlots = new InstallationSlotsDataTable();
     this.Tables.Add(this.tableInstallationSlots);
 }
示例#4
0
 internal InstallationSlotsRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableInstallationSlots = ((InstallationSlotsDataTable)(this.Table));
 }