Method | Description | |
---|---|---|
Score ( string studentId, int schoolClassId, double value ) : System | ||
UpdateValue ( double newValue ) : void |
Method | Description | |
---|---|---|
Score ( ) : System |
public Score ( string studentId, int schoolClassId, double value ) : System | ||
studentId | string | |
schoolClassId | int | |
value | double | |
return | System |
public UpdateValue ( double newValue ) : void | ||
newValue | double | |
return | void |