C# Класс Net.Graph.Neo4JD.Node

Наследование: Net.Graph.Neo4JD.BaseEntity
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( ) : Net.Graph.Neo4JD.BaseEntity
CreateRelationshipTo ( Node node, string relationShipType ) : Relationship
Delete ( ) : void
Filter ( INeo4jQuery query ) : IList
Get ( int id ) : Node
Get ( string location ) : Node
GetAllPathsTo ( Node endNode ) : IList
In ( ) : IList
Node ( ) : System
Out ( ) : IList
SetProperty ( string propertyName, string propertyValue ) : Net.Graph.Neo4JD.BaseEntity

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

Метод Описание
GetRelationshipNodes ( string direction, string element ) : IList
Node ( RequestResult result ) : System
SetLocation ( Uri location ) : void
SetResult ( RequestResult result ) : void

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

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

public Create ( ) : Net.Graph.Neo4JD.BaseEntity
Результат Net.Graph.Neo4JD.BaseEntity

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

public CreateRelationshipTo ( Node node, string relationShipType ) : Relationship
node Node
relationShipType string
Результат Relationship

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

public Delete ( ) : void
Результат void

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

public Filter ( INeo4jQuery query ) : IList
query INeo4jQuery
Результат IList

Get() публичный статический Метод

public static Get ( int id ) : Node
id int
Результат Node

Get() публичный статический Метод

public static Get ( string location ) : Node
location string
Результат Node

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

public GetAllPathsTo ( Node endNode ) : IList
endNode Node
Результат IList

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

public In ( ) : IList
Результат IList

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

public Node ( ) : System
Результат System

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

public Out ( ) : IList
Результат IList

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

public SetProperty ( string propertyName, string propertyValue ) : Net.Graph.Neo4JD.BaseEntity
propertyName string
propertyValue string
Результат Net.Graph.Neo4JD.BaseEntity