C# Class SigTrade.Models.CommentsRepository

Inheritance: ICommentsRepository
Afficher le fichier Open project: unepwcmc/sigtrade Class Usage Examples

Méthodes publiques

Méthode Description
DeleteComment ( int ID ) : void
Save ( Comment c ) : int
getCommentByID ( int ID ) : Comment
getCommentsByID ( int SourceID, int SourceType, string RoleAccess ) : IList
updateComment ( Comment c ) : int

Method Details

DeleteComment() public méthode

public DeleteComment ( int ID ) : void
ID int
Résultat void

Save() public méthode

public Save ( Comment c ) : int
c Comment
Résultat int

getCommentByID() public méthode

public getCommentByID ( int ID ) : Comment
ID int
Résultat Comment

getCommentsByID() public méthode

public getCommentsByID ( int SourceID, int SourceType, string RoleAccess ) : IList
SourceID int
SourceType int
RoleAccess string
Résultat IList

updateComment() public méthode

public updateComment ( Comment c ) : int
c Comment
Résultat int