C# 클래스 MIS2010Group1ClassLibrary.Comments

파일 보기 프로젝트 열기: neomelonas/Demerits-Lib

공개 메소드들

메소드 설명
AddNewComment ( string description, int assignedDemeritID, int commentLink, int userID, string &error ) : bool
CommentsTestCleanup ( ) : bool
GetComments ( int adID, int userID ) : DataSet

메소드 상세

AddNewComment() 공개 정적인 메소드

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

CommentsTestCleanup() 공개 정적인 메소드

public static CommentsTestCleanup ( ) : bool
리턴 bool

GetComments() 공개 정적인 메소드

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