C# Class CapDemo.DO.Record

ファイルを表示 Open project: antang/NewCapstoneProject Class Usage Examples

Public Methods

Method Description
Record ( ) : System
Record ( int idPlayer, int idPhase, int idContest, int numPass, int numFail, bool defy, bool support, bool exist, int phaseIndex, int teamScore, int totalPass, int sequencePlayer, bool pM, bool undie, bool done, bool first, int sub ) : System

Method Details

Record() public method

public Record ( ) : System
return System

Record() public method

public Record ( int idPlayer, int idPhase, int idContest, int numPass, int numFail, bool defy, bool support, bool exist, int phaseIndex, int teamScore, int totalPass, int sequencePlayer, bool pM, bool undie, bool done, bool first, int sub ) : System
idPlayer int
idPhase int
idContest int
numPass int
numFail int
defy bool
support bool
exist bool
phaseIndex int
teamScore int
totalPass int
sequencePlayer int
pM bool
undie bool
done bool
first bool
sub int
return System