C# Class Domain.QualityTest

Inheritance: IQualityTest
显示文件 Open project: Tiakiana/ProjectMarmelade Class Usage Examples

Public Methods

Method Description
QualityTest ( System.DateTime date, string qualityTestActivities, string expResults, string employee ) : System
QualityTest ( int prodID, System.DateTime date, string qualityTestActivities, string expResults, string employee ) : System
QualityTest ( int prodID, System.DateTime date, string qualityTestActivities, string expResults, string employee, bool approved, bool done ) : System
QualityTest ( int prodID, System.DateTime date, string qualityTestActivities, string expResults, string employee, string comment, string results, bool done, bool approved ) : System
ToString ( ) : string
ToString2 ( ) : string[]
getApproved ( ) : bool
getCheckedDate ( ) : System.DateTime
getComment ( ) : string
getDone ( ) : bool
getER ( ) : string
getEmployee ( ) : string
getID ( ) : int
getQTA ( ) : string
getResult ( ) : string
setApproved ( bool done ) : void
setComment ( string comment ) : void
setDone ( bool cHecked ) : void
setResult ( string results ) : void

Method Details

QualityTest() public method

public QualityTest ( System.DateTime date, string qualityTestActivities, string expResults, string employee ) : System
date System.DateTime
qualityTestActivities string
expResults string
employee string
return System

QualityTest() public method

public QualityTest ( int prodID, System.DateTime date, string qualityTestActivities, string expResults, string employee ) : System
prodID int
date System.DateTime
qualityTestActivities string
expResults string
employee string
return System

QualityTest() public method

public QualityTest ( int prodID, System.DateTime date, string qualityTestActivities, string expResults, string employee, bool approved, bool done ) : System
prodID int
date System.DateTime
qualityTestActivities string
expResults string
employee string
approved bool
done bool
return System

QualityTest() public method

public QualityTest ( int prodID, System.DateTime date, string qualityTestActivities, string expResults, string employee, string comment, string results, bool done, bool approved ) : System
prodID int
date System.DateTime
qualityTestActivities string
expResults string
employee string
comment string
results string
done bool
approved bool
return System

ToString() public method

public ToString ( ) : string
return string

ToString2() public method

public ToString2 ( ) : string[]
return string[]

getApproved() public method

public getApproved ( ) : bool
return bool

getCheckedDate() public method

public getCheckedDate ( ) : System.DateTime
return System.DateTime

getComment() public method

public getComment ( ) : string
return string

getDone() public method

public getDone ( ) : bool
return bool

getER() public method

public getER ( ) : string
return string

getEmployee() public method

public getEmployee ( ) : string
return string

getID() public method

public getID ( ) : int
return int

getQTA() public method

public getQTA ( ) : string
return string

getResult() public method

public getResult ( ) : string
return string

setApproved() public method

public setApproved ( bool done ) : void
done bool
return void

setComment() public method

public setComment ( string comment ) : void
comment string
return void

setDone() public method

public setDone ( bool cHecked ) : void
cHecked bool
return void

setResult() public method

public setResult ( string results ) : void
results string
return void