Example #1
0
        public DataSource()
        {
            Transport = new Transport();

            Filters    = new List <IFilterDescriptor>();
            OrderBy    = new List <SortDescriptor>();
            Groups     = new List <GroupDescriptor>();
            Aggregates = new List <AggregateDescriptor>();

            Events = new Dictionary <string, object>();

            Schema = new DataSourceSchema();
        }
Example #2
0
        public DataSource()
        {
            Transport = new Transport();

            Filters = new List<IFilterDescriptor>();
            OrderBy = new List<SortDescriptor>();
            Groups = new List<GroupDescriptor>();
            Aggregates = new List<AggregateDescriptor>();

            Events = new Dictionary<string, object>();

            Schema = new DataSourceSchema();
        }