예제 #1
0
 public DCInsideBoardSearchLister(DCInsideBoard board, string text, SearchType searchType)
 {
     this.board      = board;
     this.page       = 0;
     this.serpos     = 0;
     this.searchText = text;
     this.searchType = searchType;
 }
예제 #2
0
 public DCInsideBoardSearch(DCInsideBoard board, string searchText, SearchType searchType)
 {
     this.board      = board;
     this.searchText = searchText;
     this.searchType = searchType;
 }
예제 #3
0
 public ViewRecommendOption(DCInsideBoard board)
 {
     this.board = board;
 }
예제 #4
0
 public DCInsideLister(DCInsideBoard board, int page, bool viewRecommend)
 {
     this.board         = board;
     this.page          = page;
     this.viewRecommend = viewRecommend;
 }
예제 #5
0
 public DCInsideArticle(DCInsideBoard board)
 {
     this.board = board;
 }