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

Exibir arquivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

Method Description
AddRegion ( Region region ) : void
Continent ( ) : System.Collections.Generic
Continent ( string uid, string name ) : System.Collections.Generic
HasRegion ( Region region ) : bool

Method Details

AddRegion() public method

public AddRegion ( Region region ) : void
region Region
return void

Continent() public method

public Continent ( ) : System.Collections.Generic
return System.Collections.Generic

Continent() public method

public Continent ( string uid, string name ) : System.Collections.Generic
uid string
name string
return System.Collections.Generic

HasRegion() public method

public HasRegion ( Region region ) : bool
region Region
return bool