C# Class TheAirline.Models.General.Statistics.GeneralStatistics

Inheritance: BaseModel
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddStatisticsValue ( int year, StatisticsType type, double value ) : void
Clear ( ) : void
GeneralStatistics ( ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetStatisticsValue ( StatisticsType type ) : double
GetStatisticsValue ( int year, StatisticsType type ) : double
GetYears ( ) : List
SetStatisticsValue ( int year, StatisticsType type, double value ) : void

Méthodes protégées

Méthode Description
GeneralStatistics ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

AddStatisticsValue() public méthode

public AddStatisticsValue ( int year, StatisticsType type, double value ) : void
year int
type StatisticsType
value double
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GeneralStatistics() public méthode

public GeneralStatistics ( ) : System
Résultat System

GeneralStatistics() protected méthode

protected GeneralStatistics ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
Résultat System

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetStatisticsValue() public méthode

public GetStatisticsValue ( StatisticsType type ) : double
type StatisticsType
Résultat double

GetStatisticsValue() public méthode

public GetStatisticsValue ( int year, StatisticsType type ) : double
year int
type StatisticsType
Résultat double

GetYears() public méthode

public GetYears ( ) : List
Résultat List

SetStatisticsValue() public méthode

public SetStatisticsValue ( int year, StatisticsType type, double value ) : void
year int
type StatisticsType
value double
Résultat void