C# Class DAL.CommentHandler

Inheritance: ICommentHandler
Exibir arquivo Open project: GHY-ORG/Firewood

Public Methods

Method 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 method

public AddComment ( Comment comment ) : bool
comment Comment
return bool

AddNextComID() public method

public AddNextComID ( System.Guid ComID, System.Guid NextComID ) : bool
ComID System.Guid
NextComID System.Guid
return bool

selectByUserID() public method

public selectByUserID ( System.Guid userID, int n, int page ) : List
userID System.Guid
n int
page int
return List

selectCommentByActID_num() public method

public selectCommentByActID_num ( System.Guid ActID, int num ) : List
ActID System.Guid
num int
return List

selectCommentByComID() public method

public selectCommentByComID ( System.Guid ComID ) : List
ComID System.Guid
return List