Пример #1
0
 public ShowtimeListResult()
 {
     this.shows     = new List <ShowtimeInfoDates>();
     this.cinema    = new CinemaInfo();
     this.movies    = new List <MovieDetail>();
     this.shareInfo = new ShareResult();
 }
Пример #2
0
        public AdvertisementList()
        {
            this.advertisements = new List <Advertisement>();
            this.thirdIndex     = 2;

            this.shareInfo = new ShareResult();
        }
Пример #3
0
 public SeatsResult()
 {
     this.cinema    = new CinemaInfo();
     this.movie     = new Movie();
     this.seats     = new List <SeatInfo>();
     this.show      = new ShowtimeInfo();
     this.shareInfo = new ShareResult();
 }
Пример #4
0
 public QueryNewsInfoByID()
 {
     newsInfo       = new NewsInfo();
     topAds         = new List <AdsInfo>();
     bottomAds      = new List <AdsInfo>();
     news           = new DataList <NewsInfo>();
     this.shareInfo = new ShareResult();
 }
Пример #5
0
 public QueryMovieNewsByID()
 {
     videos         = new List <Video>();
     newsInfo       = new MovieNew();
     movies         = new DataList <MovieDetail>();
     videos         = new List <Video>();
     movieNews      = new DataList <MovieNew>();
     this.shareInfo = new ShareResult();
 }
Пример #6
0
 public QueryCinemasResultInfo()
 {
     this.cinemas   = new List <CinemaInfo>();
     this.movie     = new MovieDetail();
     this.shareInfo = new ShareResult();
 }
Пример #7
0
 public ShowtimeInfoDates()
 {
     this.shows     = new List <ShowtimeInfo>();
     this.shareInfo = new ShareResult();
 }
Пример #8
0
 public MoviesList()
 {
     this.movies    = new List <MovieDetail>();
     this.shareInfo = new ShareResult();
 }
Пример #9
0
 public NewInfoListBySourceType()
 {
     this.news       = new List <NewsInfo>();
     this.sourceInfo = new NewsSourceInfo();
     this.shareInfo  = new ShareResult();
 }
Пример #10
0
 public NewsInfoList()
 {
     this.news      = new List <NewsInfo>();
     this.shareInfo = new ShareResult();
 }
Пример #11
0
 public MovieNewListBySourceType()
 {
     this.movieNews  = new List <MovieNew>();
     this.sourceInfo = new NewsSourceInfo();
     this.shareInfo  = new ShareResult();
 }
Пример #12
0
 public MovieNewList()
 {
     this.movieNews = new List <MovieNew>();
     this.shareInfo = new ShareResult();
 }
Пример #13
0
 public AdsInfoList()
 {
     this.advertisements = new List <AdsInfo>();
     this.shareInfo      = new ShareResult();
 }