C# Class Brunet.Connections.StatusMessage

Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
EmptyList System.Collections.ArrayList
_neigh_ct string
_neighbors System.Collections.ArrayList

Public Methods

Method 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

Protected Methods

Method Description
ToString ( string t, IDictionary d ) : string
ToString ( string t, IList l ) : string

Method Details

Equals() public method

public Equals ( object osm ) : bool
osm object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

StatusMessage() public method

public StatusMessage ( ConnectionType ct, ArrayList neighbors ) : NUnit.Framework
ct ConnectionType
neighbors System.Collections.ArrayList
return NUnit.Framework

StatusMessage() public method

public StatusMessage ( IDictionary ht ) : NUnit.Framework
ht IDictionary
return NUnit.Framework

StatusMessage() public method

public StatusMessage ( string neighbortype, ArrayList neighbors ) : NUnit.Framework
neighbortype string
neighbors System.Collections.ArrayList
return NUnit.Framework

ToDictionary() public method

public ToDictionary ( ) : IDictionary
return IDictionary

ToString() public method

public ToString ( ) : string
return string

ToString() protected method

protected ToString ( string t, IDictionary d ) : string
t string
d IDictionary
return string

ToString() protected method

protected ToString ( string t, IList l ) : string
t string
l IList
return string

Property Details

EmptyList protected static property

protected static ArrayList,System.Collections EmptyList
return System.Collections.ArrayList

_neigh_ct protected property

protected string _neigh_ct
return string

_neighbors protected property

protected ArrayList,System.Collections _neighbors
return System.Collections.ArrayList