C# Class TheAirline.Models.General.HistoricEvents.HistoricEventInfluence

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

Private Properties

Свойство Type Description
HistoricEventInfluence System

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
HistoricEventInfluence ( InfluenceType type, double value, System.DateTime endDate ) : System

Private Methods

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

Method Details

GetObjectData() public méthode

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

HistoricEventInfluence() public méthode

public HistoricEventInfluence ( InfluenceType type, double value, System.DateTime endDate ) : System
type InfluenceType
value double
endDate System.DateTime
Résultat System