C# Класс Smrf.NodeXL.GraphDataProviders.Facebook.Edge

Показать файл Открыть проект

Открытые методы

Метод Описание
Edge ( Vertex Vertex1, Vertex Vertex2, string Type, string Relationship, string Comment, int Weight ) : System
Edge ( Vertex Vertex1, Vertex Vertex2, string Type, string Relationship, string Comment, int Weight, int Timestamp, EdgeDirection eDirection ) : System
Edge ( Vertex Vertex1, Vertex Vertex2, string Type, string Relationship, string Comment, int Weight, int Timestamp, string FeedOfOrigin, EdgeDirection eDirection ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Приватные методы

Метод Описание
Equals ( Edge obj ) : bool

Описание методов

Edge() публичный Метод

public Edge ( Vertex Vertex1, Vertex Vertex2, string Type, string Relationship, string Comment, int Weight ) : System
Vertex1 Vertex
Vertex2 Vertex
Type string
Relationship string
Comment string
Weight int
Результат System

Edge() публичный Метод

public Edge ( Vertex Vertex1, Vertex Vertex2, string Type, string Relationship, string Comment, int Weight, int Timestamp, EdgeDirection eDirection ) : System
Vertex1 Vertex
Vertex2 Vertex
Type string
Relationship string
Comment string
Weight int
Timestamp int
eDirection EdgeDirection
Результат System

Edge() публичный Метод

public Edge ( Vertex Vertex1, Vertex Vertex2, string Type, string Relationship, string Comment, int Weight, int Timestamp, string FeedOfOrigin, EdgeDirection eDirection ) : System
Vertex1 Vertex
Vertex2 Vertex
Type string
Relationship string
Comment string
Weight int
Timestamp int
FeedOfOrigin string
eDirection EdgeDirection
Результат System

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int