C# 클래스 Domain.QualityTestController

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

공개 프로퍼티들

프로퍼티 타입 설명
qtc QualityTestController

공개 메소드들

메소드 설명
QualityTestController ( ) : System
getQTC ( ) : QualityTestController

비공개 메소드들

메소드 설명
ChangeAllQualityTest ( int ID, string testActivties, string result, string expResult, string comment, System.DateTime date, string employee, bool approved, bool done ) : void
ChangeQualityTest ( bool done, bool cHecked, string comment, string result ) : string
CheckProduction ( int id ) : bool
CreateQualityTest ( int prodID, System.DateTime date, string qualityTestActivities, string expresults, string employee, string comments, string results ) : string
GetQualityTest ( int ID ) : string
GetQualityTestAsArray ( int ID ) : string[]

메소드 상세

QualityTestController() 공개 메소드

public QualityTestController ( ) : System
리턴 System

getQTC() 공개 정적인 메소드

프로퍼티 상세

qtc 공개적으로 정적으로 프로퍼티

public static QualityTestController,Domain qtc
리턴 QualityTestController