C# Class TheAirline.Models.General.Countries.CountryCurrency

Inheritance: BaseModel
显示文件 Open project: TheAirlineProject/tap-desktop

Private Properties

Property Type Description
CountryCurrency System

Public Methods

Method Description
CountryCurrency ( System.DateTime datefrom, System.DateTime dateto, string currencysymbol, CurrencyPosition position, double rate ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

Method Description
CountryCurrency ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

CountryCurrency() public method

public CountryCurrency ( System.DateTime datefrom, System.DateTime dateto, string currencysymbol, CurrencyPosition position, double rate ) : System
datefrom System.DateTime
dateto System.DateTime
currencysymbol string
position CurrencyPosition
rate double
return System

GetObjectData() public method

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