Example #1
0
 public DefaultXml()
 {
     ConnectionString = new ConnectionStringXml();
     Parameters       = new List <QueryParameterXml>();
     Variables        = new List <QueryTemplateVariableXml>();
     Report           = new ReportBaseXml();
     Etl = new EtlBaseXml();
 }
Example #2
0
 public ReferenceXml()
 {
     ConnectionString = new ConnectionStringXml();
 }