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 |
public GetAllModel ( ) : System.Collections.ArrayList | ||
return | System.Collections.ArrayList |
public GetChapterByPid ( int pid, int type ) : System.Collections.ArrayList | ||
pid | int | |
type | int | |
return | System.Collections.ArrayList |
public GetContentTemplateByTitle ( string title ) : System.Collections.ArrayList | ||
title | string | |
return | System.Collections.ArrayList |
public GetTemplateByChapter ( int cid ) : System.Collections.ArrayList | ||
cid | int | |
return | System.Collections.ArrayList |
public GetTemplateByTitle ( string title ) : Framework.Entity.Template | ||
title | string | |
return | Framework.Entity.Template |