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

                cln.InitVars();
                return(cln);
            }
Esempio n. 2
0
 internal void InitVars()
 {
     this.tableOutboundAgentServiceTable = ((OutboundAgentServiceTableDataTable)(this.Tables["OutboundAgentServiceTable"]));
     if ((this.tableOutboundAgentServiceTable != null))
     {
         this.tableOutboundAgentServiceTable.InitVars();
     }
 }
Esempio n. 3
0
 private void InitClass()
 {
     this.DataSetName                    = "OutboundAgentServiceDS";
     this.Prefix                         = "";
     this.Namespace                      = "http://www.tempuri.org/OutboundAgentServiceDS.xsd";
     this.Locale                         = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive                  = false;
     this.EnforceConstraints             = true;
     this.tableOutboundAgentServiceTable = new OutboundAgentServiceTableDataTable();
     this.Tables.Add(this.tableOutboundAgentServiceTable);
 }
Esempio n. 4
0
 internal OutboundAgentServiceTableRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableOutboundAgentServiceTable = ((OutboundAgentServiceTableDataTable)(this.Table));
 }