C# Класс CapDemo.DO.Record

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Record() публичный Метод

public Record ( ) : System
Результат System

Record() публичный Метод

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
Результат System