C# Class Framework.Implement.ContentImpl

Inheritance: Framework.Service.BaseService, Framework.Service.ContentService
Afficher le fichier Open project: callme119/civil

Méthodes publiques

Méthode 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 méthode

public ContentImpl ( )

GetAllModel() public méthode

public GetAllModel ( ) : System.Collections.ArrayList
Résultat System.Collections.ArrayList

GetChapterByPid() public méthode

public GetChapterByPid ( int pid, int type ) : System.Collections.ArrayList
pid int
type int
Résultat System.Collections.ArrayList

GetContentTemplateByTitle() public méthode

public GetContentTemplateByTitle ( string title ) : System.Collections.ArrayList
title string
Résultat System.Collections.ArrayList

GetTemplateByChapter() public méthode

public GetTemplateByChapter ( int cid ) : System.Collections.ArrayList
cid int
Résultat System.Collections.ArrayList

GetTemplateByTitle() public méthode

public GetTemplateByTitle ( string title ) : Framework.Entity.Template
title string
Résultat Framework.Entity.Template