C# Class DAL.CommentHandler

Inheritance: ICommentHandler
Afficher le fichier Open project: GHY-ORG/Firewood

Méthodes publiques

Méthode Description
AddComment ( Comment comment ) : bool
AddNextComID ( System.Guid ComID, System.Guid NextComID ) : bool
selectByUserID ( System.Guid userID, int n, int page ) : List
selectCommentByActID_num ( System.Guid ActID, int num ) : List
selectCommentByComID ( System.Guid ComID ) : List

Method Details

AddComment() public méthode

public AddComment ( Comment comment ) : bool
comment Comment
Résultat bool

AddNextComID() public méthode

public AddNextComID ( System.Guid ComID, System.Guid NextComID ) : bool
ComID System.Guid
NextComID System.Guid
Résultat bool

selectByUserID() public méthode

public selectByUserID ( System.Guid userID, int n, int page ) : List
userID System.Guid
n int
page int
Résultat List

selectCommentByActID_num() public méthode

public selectCommentByActID_num ( System.Guid ActID, int num ) : List
ActID System.Guid
num int
Résultat List

selectCommentByComID() public méthode

public selectCommentByComID ( System.Guid ComID ) : List
ComID System.Guid
Résultat List