C# Class SistemaAcademico.Business.WebApi.Models.Score

Nota
显示文件 Open project: puc-aswd-web/trabalho-final Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Score ( ) : System

Method Details

Score() protected method

protected Score ( ) : System
return System

Score() public method

public Score ( string studentId, int schoolClassId, double value ) : System
studentId string
schoolClassId int
value double
return System

UpdateValue() public method

public UpdateValue ( double newValue ) : void
newValue double
return void