C# Class Brunet.Transport.SimulationTransportAddress

Inheritance: TransportAddress
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
ID int

Protected Properties

Свойство Type Description
_type TAType

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetHashCode ( ) : int
SimulationTransportAddress ( int id ) : System
SimulationTransportAddress ( string s ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SimulationTransportAddress() public méthode

public SimulationTransportAddress ( int id ) : System
id int
Résultat System

SimulationTransportAddress() public méthode

public SimulationTransportAddress ( string s ) : System
s string
Résultat System

Property Details

ID public_oe property

public int ID
Résultat int

_type protected_oe property

protected TAType _type
Résultat TAType