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

                cln.InitVars();
                return(cln);
            }
Exemplo n.º 2
0
 private void InitClass()
 {
     this.DataSetName        = "ServiceElementsDS";
     this.Prefix             = "";
     this.Namespace          = "http://tempuri.org/ServiceElementsDS.xsd";
     this.Locale             = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive      = false;
     this.EnforceConstraints = true;
     this.tableElement       = new ElementDataTable();
     this.Tables.Add(this.tableElement);
     this.tableSLADetail = new SLADetailDataTable();
     this.Tables.Add(this.tableSLADetail);
 }
Exemplo n.º 3
0
 internal void InitVars()
 {
     this.tableElement = ((ElementDataTable)(this.Tables["Element"]));
     if ((this.tableElement != null))
     {
         this.tableElement.InitVars();
     }
     this.tableSLADetail = ((SLADetailDataTable)(this.Tables["SLADetail"]));
     if ((this.tableSLADetail != null))
     {
         this.tableSLADetail.InitVars();
     }
 }
Exemplo n.º 4
0
 internal SLADetailRow(DataRowBuilder rb) :
     base(rb)
 {
     this.tableSLADetail = ((SLADetailDataTable)(this.Table));
 }