C# 클래스 CapDemo.BL.QuestionBL

파일 보기 프로젝트 열기: antang/NewCapstoneProject 1 사용 예제들

공개 메소드들

메소드 설명
AddAnswer ( Answer Answer ) : bool
AddQuestion ( Question Question ) : bool
DatatableQuestion ( ) : DataTable
DeleteAnswerByIDQuestion ( Question Question ) : bool
DeleteQuestionByID ( Question Question ) : bool
EditAnswerbyID ( Answer Answer ) : bool
EditIDCatalogueAnswerByIDQuestion ( Question Question ) : bool
EditIDCatalogueQuestionByIDQuestion ( Question Question ) : bool
EditQuestionTypebyID ( Question Question ) : bool
EditQuestionbyID ( Question Question ) : bool
GetAnswerByQuestionID ( Question Question ) : List
GetFileHotPotato ( string file ) : List
GetFileTXT ( string file ) : List
GetFileXML ( string file ) : List
GetQuestion ( ) : List
GetQuestionByCatalogue ( Catalogue Catalogue ) : List
GetQuestionByID ( Question question ) : List
MaxIDQuestion ( ) : int
QuestionBL ( ) : System

메소드 상세

AddAnswer() 공개 메소드

public AddAnswer ( Answer Answer ) : bool
Answer CapDemo.DO.Answer
리턴 bool

AddQuestion() 공개 메소드

public AddQuestion ( Question Question ) : bool
Question CapDemo.DO.Question
리턴 bool

DatatableQuestion() 공개 메소드

public DatatableQuestion ( ) : DataTable
리턴 System.Data.DataTable

DeleteAnswerByIDQuestion() 공개 메소드

public DeleteAnswerByIDQuestion ( Question Question ) : bool
Question CapDemo.DO.Question
리턴 bool

DeleteQuestionByID() 공개 메소드

public DeleteQuestionByID ( Question Question ) : bool
Question CapDemo.DO.Question
리턴 bool

EditAnswerbyID() 공개 메소드

public EditAnswerbyID ( Answer Answer ) : bool
Answer CapDemo.DO.Answer
리턴 bool

EditIDCatalogueAnswerByIDQuestion() 공개 메소드

public EditIDCatalogueAnswerByIDQuestion ( Question Question ) : bool
Question CapDemo.DO.Question
리턴 bool

EditIDCatalogueQuestionByIDQuestion() 공개 메소드

public EditIDCatalogueQuestionByIDQuestion ( Question Question ) : bool
Question CapDemo.DO.Question
리턴 bool

EditQuestionTypebyID() 공개 메소드

public EditQuestionTypebyID ( Question Question ) : bool
Question CapDemo.DO.Question
리턴 bool

EditQuestionbyID() 공개 메소드

public EditQuestionbyID ( Question Question ) : bool
Question CapDemo.DO.Question
리턴 bool

GetAnswerByQuestionID() 공개 메소드

public GetAnswerByQuestionID ( Question Question ) : List
Question CapDemo.DO.Question
리턴 List

GetFileHotPotato() 공개 메소드

public GetFileHotPotato ( string file ) : List
file string
리턴 List

GetFileTXT() 공개 메소드

public GetFileTXT ( string file ) : List
file string
리턴 List

GetFileXML() 공개 메소드

public GetFileXML ( string file ) : List
file string
리턴 List

GetQuestion() 공개 메소드

public GetQuestion ( ) : List
리턴 List

GetQuestionByCatalogue() 공개 메소드

public GetQuestionByCatalogue ( Catalogue Catalogue ) : List
Catalogue CapDemo.DO.Catalogue
리턴 List

GetQuestionByID() 공개 메소드

public GetQuestionByID ( Question question ) : List
question CapDemo.DO.Question
리턴 List

MaxIDQuestion() 공개 메소드

public MaxIDQuestion ( ) : int
리턴 int

QuestionBL() 공개 메소드

public QuestionBL ( ) : System
리턴 System