コード例 #1
0
ファイル: Showtime.cs プロジェクト: zhoutony/piaoyou_JD
 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
ファイル: NewsInfo.cs プロジェクト: zhoutony/piaoyou_JD
 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
ファイル: Showtime.cs プロジェクト: zhoutony/piaoyou_JD
 public ShowtimeInfoDates()
 {
     this.shows     = new List <ShowtimeInfo>();
     this.shareInfo = new ShareResult();
 }
コード例 #8
0
ファイル: Movie.cs プロジェクト: zhoutony/piaoyou_JD
 public MoviesList()
 {
     this.movies    = new List <MovieDetail>();
     this.shareInfo = new ShareResult();
 }
コード例 #9
0
ファイル: NewsInfo.cs プロジェクト: zhoutony/piaoyou_JD
 public NewInfoListBySourceType()
 {
     this.news       = new List <NewsInfo>();
     this.sourceInfo = new NewsSourceInfo();
     this.shareInfo  = new ShareResult();
 }
コード例 #10
0
ファイル: NewsInfo.cs プロジェクト: zhoutony/piaoyou_JD
 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();
 }