C# Class Net.Graph.Neo4JD.Node

Inheritance: Net.Graph.Neo4JD.BaseEntity
Afficher le fichier Open project: sonyarouje/Neo4jD Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetRelationshipNodes ( string direction, string element ) : IList
Node ( RequestResult result ) : System
SetLocation ( Uri location ) : void
SetResult ( RequestResult result ) : void

Method Details

Create() public méthode

public Create ( ) : Net.Graph.Neo4JD.BaseEntity
Résultat Net.Graph.Neo4JD.BaseEntity

CreateRelationshipTo() public méthode

public CreateRelationshipTo ( Node node, string relationShipType ) : Relationship
node Node
relationShipType string
Résultat Relationship

Delete() public méthode

public Delete ( ) : void
Résultat void

Filter() public méthode

public Filter ( INeo4jQuery query ) : IList
query INeo4jQuery
Résultat IList

Get() public static méthode

public static Get ( int id ) : Node
id int
Résultat Node

Get() public static méthode

public static Get ( string location ) : Node
location string
Résultat Node

GetAllPathsTo() public méthode

public GetAllPathsTo ( Node endNode ) : IList
endNode Node
Résultat IList

In() public méthode

public In ( ) : IList
Résultat IList

Node() public méthode

public Node ( ) : System
Résultat System

Out() public méthode

public Out ( ) : IList
Résultat IList

SetProperty() public méthode

public SetProperty ( string propertyName, string propertyValue ) : Net.Graph.Neo4JD.BaseEntity
propertyName string
propertyValue string
Résultat Net.Graph.Neo4JD.BaseEntity