C# Class Rsdn.Janus.Msg

Сообщение форума.
Inheritance: MsgBase
ファイルを表示 Open project: rsdn/janus Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
FillChildren ( ) : void
GetDataExt ( CellInfo aryCellData ) : void
GetTopic ( ) : IMsg
GetTopicId ( ) : int

Private Methods

Method 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 method

protected FillChildren ( ) : void
return void

FilterFirstLevel() public static method

public static FilterFirstLevel ( IServiceProvider provider, Msg curMsg, string text ) : IMsg
provider IServiceProvider
curMsg Msg
text string
return IMsg

GetData() public method

public GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
nodeInfo NodeInfo
cellData CellInfo
return void

GetDataExt() protected method

protected GetDataExt ( CellInfo aryCellData ) : void
aryCellData CellInfo
return void

GetTopic() protected method

protected GetTopic ( ) : IMsg
return IMsg

GetTopicId() protected method

protected GetTopicId ( ) : int
return int

GetTopics() public static method

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

Msg() public method

public Msg ( IServiceProvider provider ) : System
provider IServiceProvider
return System