C# 클래스 Smrf.NodeXL.GraphDataProviders.Facebook.Vertex

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Vertex ( string ID, string Name, string Type ) : System
Vertex ( string ID, string Name, string Type, AttributesDictionary Attributes ) : System

비공개 메소드들

메소드 설명
Equals ( Vertex obj ) : bool

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Vertex() 공개 메소드

public Vertex ( string ID, string Name, string Type ) : System
ID string
Name string
Type string
리턴 System

Vertex() 공개 메소드

public Vertex ( string ID, string Name, string Type, AttributesDictionary Attributes ) : System
ID string
Name string
Type string
Attributes AttributesDictionary
리턴 System