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

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Equals ( Vertex obj ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Vertex() public méthode

public Vertex ( string ID, string Name, string Type ) : System
ID string
Name string
Type string
Résultat System

Vertex() public méthode

public Vertex ( string ID, string Name, string Type, AttributesDictionary Attributes ) : System
ID string
Name string
Type string
Attributes AttributesDictionary
Résultat System