C# 클래스 Brunet.Connections.StatusMessage

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
EmptyList System.Collections.ArrayList
_neigh_ct string
_neighbors System.Collections.ArrayList

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ToString ( string t, IDictionary d ) : string
ToString ( string t, IList l ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object osm ) : bool
osm object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

StatusMessage() 공개 메소드

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

StatusMessage() 공개 메소드

public StatusMessage ( IDictionary ht ) : NUnit.Framework
ht IDictionary
리턴 NUnit.Framework

StatusMessage() 공개 메소드

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

ToDictionary() 공개 메소드

public ToDictionary ( ) : IDictionary
리턴 IDictionary

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 보호된 메소드

protected ToString ( string t, IDictionary d ) : string
t string
d IDictionary
리턴 string

ToString() 보호된 메소드

protected ToString ( string t, IList l ) : string
t string
l IList
리턴 string

프로퍼티 상세

EmptyList 보호되어 있는 정적으로 프로퍼티

protected static ArrayList,System.Collections EmptyList
리턴 System.Collections.ArrayList

_neigh_ct 보호되어 있는 프로퍼티

protected string _neigh_ct
리턴 string

_neighbors 보호되어 있는 프로퍼티

protected ArrayList,System.Collections _neighbors
리턴 System.Collections.ArrayList