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