C# Class Framework.Implement.ContentImpl

Inheritance: Framework.Service.BaseService, Framework.Service.ContentService
ファイルを表示 Open project: callme119/civil

Public Methods

Method Description
ContentImpl ( )
GetAllModel ( ) : System.Collections.ArrayList
GetChapterByPid ( int pid, int type ) : System.Collections.ArrayList
GetContentTemplateByTitle ( string title ) : System.Collections.ArrayList
GetTemplateByChapter ( int cid ) : System.Collections.ArrayList
GetTemplateByTitle ( string title ) : Framework.Entity.Template

Method Details

ContentImpl() public method

public ContentImpl ( )

GetAllModel() public method

public GetAllModel ( ) : System.Collections.ArrayList
return System.Collections.ArrayList

GetChapterByPid() public method

public GetChapterByPid ( int pid, int type ) : System.Collections.ArrayList
pid int
type int
return System.Collections.ArrayList

GetContentTemplateByTitle() public method

public GetContentTemplateByTitle ( string title ) : System.Collections.ArrayList
title string
return System.Collections.ArrayList

GetTemplateByChapter() public method

public GetTemplateByChapter ( int cid ) : System.Collections.ArrayList
cid int
return System.Collections.ArrayList

GetTemplateByTitle() public method

public GetTemplateByTitle ( string title ) : Framework.Entity.Template
title string
return Framework.Entity.Template