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