C# Class SenseNet.Portal.Wall.CommentInfo

Exibir arquivo Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
CommentInfo ( ) : System
CommentInfo ( List comments, List likesForComments, string markupStr ) : System
CommentInfo ( int itemId ) : System
GetCommentCount ( int parentId ) : int

Method Details

CommentInfo() public method

public CommentInfo ( ) : System
return System

CommentInfo() public method

public CommentInfo ( List comments, List likesForComments, string markupStr ) : System
comments List
likesForComments List
markupStr string
return System

CommentInfo() public method

public CommentInfo ( int itemId ) : System
itemId int
return System

GetCommentCount() public static method

public static GetCommentCount ( int parentId ) : int
parentId int
return int