C# Class TheAirline.Models.General.Countries.Towns.Town

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

Private Properties

Свойство Type Description
Town System

Méthodes publiques

Méthode Description
Equals ( object u ) : bool
GetHashCode ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Town ( string name, Country country ) : System
Town ( string name, Country country, State state ) : System
operator ( ) : bool

Private Methods

Méthode Description
Town ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

Equals() public méthode

public Equals ( object u ) : bool
u object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

Town() public méthode

public Town ( string name, Country country ) : System
name string
country Country
Résultat System

Town() public méthode

public Town ( string name, Country country, State state ) : System
name string
country Country
state State
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool