C# Class Server.Models.Comment

Show file Open project: GDGMendoza/devfest_mendoza_-_material_de_apoyo_conferencia_solidaria Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
createComment ( string Comment, int PostID ) : string
deleteComment ( int CommentID ) : string
updateComment ( int CommentID, string CommentText ) : string

Method Details

createComment() public method

public createComment ( string Comment, int PostID ) : string
Comment string
PostID int
return string

deleteComment() public method

public deleteComment ( int CommentID ) : string
CommentID int
return string

updateComment() public method

public updateComment ( int CommentID, string CommentText ) : string
CommentID int
CommentText string
return string