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

                cln.InitVars();
                return(cln);
            }
            public override global::System.Data.DataTable Clone()
            {
                AccountsDataTable cln = ((AccountsDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Beispiel #3
0
 internal void InitVars()
 {
     this.tableAccounts = ((AccountsDataTable)(this.Tables["Accounts"]));
     if ((this.tableAccounts != null))
     {
         this.tableAccounts.InitVars();
     }
 }
Beispiel #4
0
 private void InitClass()
 {
     this.DataSetName             = "dsAccts";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsAccts.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAccounts           = new AccountsDataTable();
     base.Tables.Add(this.tableAccounts);
 }
 private void InitClass()
 {
     this.DataSetName             = "dsClientsBalances";
     this.Prefix                  = "";
     this.Namespace               = "http://www.tempuri.org/dsClientsBalances.xsd";
     this.Locale                  = new global::System.Globalization.CultureInfo("ru-RU");
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAccounts           = new AccountsDataTable();
     base.Tables.Add(this.tableAccounts);
 }
 internal void InitVars(bool initTable)
 {
     this.tableAccounts = ((AccountsDataTable)(base.Tables["Accounts"]));
     if ((initTable == true))
     {
         if ((this.tableAccounts != null))
         {
             this.tableAccounts.InitVars();
         }
     }
 }
Beispiel #7
0
 private void InitClass()
 {
     this.DataSetName        = "dsClientsGroupsBalances";
     this.Prefix             = "";
     this.Namespace          = "http://www.tempuri.org/dsClientsGroupsBalances.xsd";
     this.Locale             = new System.Globalization.CultureInfo("ru-RU");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableAccounts      = new AccountsDataTable();
     this.Tables.Add(this.tableAccounts);
 }
 internal AccountsRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableAccounts = ((AccountsDataTable)(this.Table));
 }
Beispiel #9
0
 internal AccountsRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableAccounts = ((AccountsDataTable)(this.Table));
 }
 internal AccountsRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableAccounts = ((AccountsDataTable)(this.Table));
 }
 private void InitClass() {
     this.DataSetName = "WinTumblrData";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/DataSet1.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAccounts = new AccountsDataTable();
     base.Tables.Add(this.tableAccounts);
     this.tableSettings = new SettingsDataTable();
     base.Tables.Add(this.tableSettings);
 }
 internal void InitVars(bool initTable) {
     this.tableAccounts = ((AccountsDataTable)(base.Tables["Accounts"]));
     if ((initTable == true)) {
         if ((this.tableAccounts != null)) {
             this.tableAccounts.InitVars();
         }
     }
     this.tableSettings = ((SettingsDataTable)(base.Tables["Settings"]));
     if ((initTable == true)) {
         if ((this.tableSettings != null)) {
             this.tableSettings.InitVars();
         }
     }
 }
 private void InitClass() {
     this.DataSetName = "AccountDataset";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/AccountDataset.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableAccounts = new AccountsDataTable();
     base.Tables.Add(this.tableAccounts);
     this.tableSuppliers = new SuppliersDataTable();
     base.Tables.Add(this.tableSuppliers);
     this.tableCustomers = new CustomersDataTable();
     base.Tables.Add(this.tableCustomers);
     this.tableChangeLogs = new ChangeLogsDataTable();
     base.Tables.Add(this.tableChangeLogs);
 }
 internal void InitVars(bool initTable) {
     this.tableAccounts = ((AccountsDataTable)(base.Tables["Accounts"]));
     if ((initTable == true)) {
         if ((this.tableAccounts != null)) {
             this.tableAccounts.InitVars();
         }
     }
     this.tableSuppliers = ((SuppliersDataTable)(base.Tables["Suppliers"]));
     if ((initTable == true)) {
         if ((this.tableSuppliers != null)) {
             this.tableSuppliers.InitVars();
         }
     }
     this.tableCustomers = ((CustomersDataTable)(base.Tables["Customers"]));
     if ((initTable == true)) {
         if ((this.tableCustomers != null)) {
             this.tableCustomers.InitVars();
         }
     }
     this.tableChangeLogs = ((ChangeLogsDataTable)(base.Tables["ChangeLogs"]));
     if ((initTable == true)) {
         if ((this.tableChangeLogs != null)) {
             this.tableChangeLogs.InitVars();
         }
     }
 }