Property | Type | Description | |
---|---|---|---|
personName | string | ||
personUniqueID | int | ||
serieID | int | ||
testEName | string | ||
testTrName | string | ||
testUniqueID | int |
Method | Description | |
---|---|---|
AsStringArray ( ) : string[] | ||
CreateOrder ( ModeTypes mode, ArrayList persons, ArrayList comboSerie1Array, ArrayList comboSerie2Array, ArrayList comboSerie3Array ) : ArrayList | ||
ExecuteAuto ( int serieID, int personUniqueID, string personName, int testUniqueID, string testEName, string testTrName ) : System | ||
RemovePerson ( ArrayList orderArray, int position, Person, p ) : ArrayList | ||
SkipPerson ( ArrayList orderArray, int position, Person, p ) : ArrayList |
public static CreateOrder ( ModeTypes mode, ArrayList persons, ArrayList comboSerie1Array, ArrayList comboSerie2Array, ArrayList comboSerie3Array ) : ArrayList | ||
mode | ModeTypes | |
persons | ArrayList | |
comboSerie1Array | ArrayList | |
comboSerie2Array | ArrayList | |
comboSerie3Array | ArrayList | |
return | ArrayList |
public ExecuteAuto ( int serieID, int personUniqueID, string personName, int testUniqueID, string testEName, string testTrName ) : System | ||
serieID | int | |
personUniqueID | int | |
personName | string | |
testUniqueID | int | |
testEName | string | |
testTrName | string | |
return | System |
public static RemovePerson ( ArrayList orderArray, int position, Person, p ) : ArrayList | ||
orderArray | ArrayList | |
position | int | |
p | Person, | |
return | ArrayList |
public static SkipPerson ( ArrayList orderArray, int position, Person, p ) : ArrayList | ||
orderArray | ArrayList | |
position | int | |
p | Person, | |
return | ArrayList |