C# Class Rsdn.Janus.Msg

Сообщение форума.
Inheritance: MsgBase
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
FilterFirstLevel ( IServiceProvider provider, Msg curMsg, string text ) : IMsg
GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
GetTopics ( IServiceProvider provider, int forumID, SortType sort, bool isLoadAll ) : Msg
Msg ( IServiceProvider provider ) : System

Méthodes protégées

Méthode Description
FillChildren ( ) : void
GetDataExt ( CellInfo aryCellData ) : void
GetTopic ( ) : IMsg
GetTopicId ( ) : int

Private Methods

Méthode Description
AppendSortPredicate ( IQueryable source, SortType sort ) : IQueryable
GetOldStyleTopicList ( IServiceProvider provider, int forumId, SortType sort, bool loadAll, MsgBase parent ) : List
GetTopicChildren ( IServiceProvider provider ) : void
LoadFrame ( Msg msg ) : void

Method Details

FillChildren() protected méthode

protected FillChildren ( ) : void
Résultat void

FilterFirstLevel() public static méthode

public static FilterFirstLevel ( IServiceProvider provider, Msg curMsg, string text ) : IMsg
provider IServiceProvider
curMsg Msg
text string
Résultat IMsg

GetData() public méthode

public GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
nodeInfo NodeInfo
cellData CellInfo
Résultat void

GetDataExt() protected méthode

protected GetDataExt ( CellInfo aryCellData ) : void
aryCellData CellInfo
Résultat void

GetTopic() protected méthode

protected GetTopic ( ) : IMsg
Résultat IMsg

GetTopicId() protected méthode

protected GetTopicId ( ) : int
Résultat int

GetTopics() public static méthode

public static GetTopics ( IServiceProvider provider, int forumID, SortType sort, bool isLoadAll ) : Msg
provider IServiceProvider
forumID int
sort SortType
isLoadAll bool
Résultat Msg

Msg() public méthode

public Msg ( IServiceProvider provider ) : System
provider IServiceProvider
Résultat System