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

Inheritance: BaseModel
Exibir arquivo Open project: TheAirlineProject/tap-desktop

Private Properties

Property Type Description
OneToManyCountry System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
OneToManyCountry ( Country country, System.DateTime startDate, System.DateTime endDate ) : System

Private Methods

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

Method Details

GetObjectData() public method

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

OneToManyCountry() public method

public OneToManyCountry ( Country country, System.DateTime startDate, System.DateTime endDate ) : System
country Country
startDate System.DateTime
endDate System.DateTime
return System