C# Class Smrf.NodeXL.GraphDataProviders.Facebook.Vertex

Datei anzeigen Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Vertex ( string ID, string Name, string Type ) : System
Vertex ( string ID, string Name, string Type, AttributesDictionary Attributes ) : System

Private Methods

Method Description
Equals ( Vertex obj ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Vertex() public method

public Vertex ( string ID, string Name, string Type ) : System
ID string
Name string
Type string
return System

Vertex() public method

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