Beispiel #1
0
            public override DataTable Clone()
            {
                st_RepuestoOrdenReparacionDataTable cln = ((st_RepuestoOrdenReparacionDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #2
0
 internal void InitVars()
 {
     this.tablest_RepuestoOrdenReparacion = ((st_RepuestoOrdenReparacionDataTable)(this.Tables["st_RepuestoOrdenReparacion"]));
     if ((this.tablest_RepuestoOrdenReparacion != null))
     {
         this.tablest_RepuestoOrdenReparacion.InitVars();
     }
 }
Beispiel #3
0
 private void InitClass()
 {
     this.DataSetName        = "st_RepuestoOrdenReparacionDataset";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/st_RepuestoOrdenreparacion.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tablest_RepuestoOrdenReparacion = new st_RepuestoOrdenReparacionDataTable();
     this.Tables.Add(this.tablest_RepuestoOrdenReparacion);
 }
Beispiel #4
0
 internal st_RepuestoOrdenReparacionRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tablest_RepuestoOrdenReparacion = ((st_RepuestoOrdenReparacionDataTable)(this.Table));
 }