Exemple #1
0
 public EpgSearchKeyInfo()
 {
     andKey_ = new SearchAndKey();
     notKey = "";
     regExpFlag = 0;
     titleOnlyFlag = 0;
     contentList = new List<EpgContentData>();
     dateList = new List<EpgSearchDateInfo>();
     serviceList = new List<long>();
     videoList = new List<ushort>();
     audioList = new List<ushort>();
     aimaiFlag = 0;
     notContetFlag = 0;
     notDateFlag = 0;
     freeCAFlag = 0;
     chkRecEnd = 0;
     chkRecDay = 6;
     chkRecNoService = 0;
     chkDurationMin = 0;
     chkDurationMax = 0;
 }
Exemple #2
0
 public EpgAutoAddBasicInfo()
 {
     dataID = 0;
     andKey_ = new SearchAndKey();
 }