C# Class Brunet.Connections.StatusMessage

Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
EmptyList System.Collections.ArrayList
_neigh_ct string
_neighbors System.Collections.ArrayList

Méthodes publiques

Méthode Description
Equals ( object osm ) : bool
GetHashCode ( ) : int
StatusMessage ( ConnectionType ct, ArrayList neighbors ) : NUnit.Framework
StatusMessage ( IDictionary ht ) : NUnit.Framework
StatusMessage ( string neighbortype, ArrayList neighbors ) : NUnit.Framework
ToDictionary ( ) : IDictionary
ToString ( ) : string

Méthodes protégées

Méthode Description
ToString ( string t, IDictionary d ) : string
ToString ( string t, IList l ) : string

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StatusMessage() public méthode

public StatusMessage ( ConnectionType ct, ArrayList neighbors ) : NUnit.Framework
ct ConnectionType
neighbors System.Collections.ArrayList
Résultat NUnit.Framework

StatusMessage() public méthode

public StatusMessage ( IDictionary ht ) : NUnit.Framework
ht IDictionary
Résultat NUnit.Framework

StatusMessage() public méthode

public StatusMessage ( string neighbortype, ArrayList neighbors ) : NUnit.Framework
neighbortype string
neighbors System.Collections.ArrayList
Résultat NUnit.Framework

ToDictionary() public méthode

public ToDictionary ( ) : IDictionary
Résultat IDictionary

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() protected méthode

protected ToString ( string t, IDictionary d ) : string
t string
d IDictionary
Résultat string

ToString() protected méthode

protected ToString ( string t, IList l ) : string
t string
l IList
Résultat string

Property Details

EmptyList protected_oe static_oe property

protected static ArrayList,System.Collections EmptyList
Résultat System.Collections.ArrayList

_neigh_ct protected_oe property

protected string _neigh_ct
Résultat string

_neighbors protected_oe property

protected ArrayList,System.Collections _neighbors
Résultat System.Collections.ArrayList