C# Class TheAirline.Models.General.OperatingValue

Inheritance: BaseModel
Mostrar archivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
OperatingValue System.Collections.Generic

Public Methods

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

Private Methods

Method Description
OperatingValue ( SerializationInfo info, StreamingContext ctxt ) : System.Collections.Generic

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

OperatingValue() public method

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