C# Class MIS2010Group1ClassLibrary.Comments

显示文件 Open project: neomelonas/Demerits-Lib

Public Methods

Method Description
AddNewComment ( string description, int assignedDemeritID, int commentLink, int userID, string &error ) : bool
CommentsTestCleanup ( ) : bool
GetComments ( int adID, int userID ) : DataSet

Method Details

AddNewComment() public static method

public static AddNewComment ( string description, int assignedDemeritID, int commentLink, int userID, string &error ) : bool
description string
assignedDemeritID int
commentLink int
userID int
error string
return bool

CommentsTestCleanup() public static method

public static CommentsTestCleanup ( ) : bool
return bool

GetComments() public static method

public static GetComments ( int adID, int userID ) : DataSet
adID int
userID int
return System.Data.DataSet