Ejemplo n.º 1
0
            public override DataTable Clone()
            {
                GetPrevOrgDataTable cln = ((GetPrevOrgDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Ejemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName        = "dsPrevClientRequest";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/dsPrevClientRequest.xsd";
     this.Locale             = new System.Globalization.CultureInfo("ru-RU");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableGetPrevOrg    = new GetPrevOrgDataTable();
     this.Tables.Add(this.tableGetPrevOrg);
     this.tableGetPrevOrgAccount = new GetPrevOrgAccountDataTable();
     this.Tables.Add(this.tableGetPrevOrgAccount);
 }
Ejemplo n.º 3
0
 internal void InitVars()
 {
     this.tableGetPrevOrg = ((GetPrevOrgDataTable)(this.Tables["GetPrevOrg"]));
     if ((this.tableGetPrevOrg != null))
     {
         this.tableGetPrevOrg.InitVars();
     }
     this.tableGetPrevOrgAccount = ((GetPrevOrgAccountDataTable)(this.Tables["GetPrevOrgAccount"]));
     if ((this.tableGetPrevOrgAccount != null))
     {
         this.tableGetPrevOrgAccount.InitVars();
     }
 }
Ejemplo n.º 4
0
 internal GetPrevOrgRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableGetPrevOrg = ((GetPrevOrgDataTable)(this.Table));
 }