C# Class SenseNet.Portal.Wall.CommentInfo

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

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

Method Details

CommentInfo() public méthode

public CommentInfo ( ) : System
Résultat System

CommentInfo() public méthode

public CommentInfo ( List comments, List likesForComments, string markupStr ) : System
comments List
likesForComments List
markupStr string
Résultat System

CommentInfo() public méthode

public CommentInfo ( int itemId ) : System
itemId int
Résultat System

GetCommentCount() public static méthode

public static GetCommentCount ( int parentId ) : int
parentId int
Résultat int