C# Class TheAirline.Models.General.OperatingValue

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

Private Properties

Свойство Type Description
OperatingValue System.Collections.Generic

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
OperatingValue ( string type, int year, int month, double value ) : System.Collections.Generic

Private Methods

Méthode Description
OperatingValue ( SerializationInfo info, StreamingContext ctxt ) : System.Collections.Generic

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

OperatingValue() public méthode

public OperatingValue ( string type, int year, int month, double value ) : System.Collections.Generic
type string
year int
month int
value double
Résultat System.Collections.Generic