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

Nota
Afficher le fichier Open project: puc-aswd-web/trabalho-final Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Score ( ) : System

Method Details

Score() protected méthode

protected Score ( ) : System
Résultat System

Score() public méthode

public Score ( string studentId, int schoolClassId, double value ) : System
studentId string
schoolClassId int
value double
Résultat System

UpdateValue() public méthode

public UpdateValue ( double newValue ) : void
newValue double
Résultat void