C# Class Net.Graph.Neo4JD.Node

Inheritance: Net.Graph.Neo4JD.BaseEntity
显示文件 Open project: sonyarouje/Neo4jD Class Usage Examples

Public Methods

Method 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

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

Method Details

Create() public method

public Create ( ) : Net.Graph.Neo4JD.BaseEntity
return Net.Graph.Neo4JD.BaseEntity

CreateRelationshipTo() public method

public CreateRelationshipTo ( Node node, string relationShipType ) : Relationship
node Node
relationShipType string
return Relationship

Delete() public method

public Delete ( ) : void
return void

Filter() public method

public Filter ( INeo4jQuery query ) : IList
query INeo4jQuery
return IList

Get() public static method

public static Get ( int id ) : Node
id int
return Node

Get() public static method

public static Get ( string location ) : Node
location string
return Node

GetAllPathsTo() public method

public GetAllPathsTo ( Node endNode ) : IList
endNode Node
return IList

In() public method

public In ( ) : IList
return IList

Node() public method

public Node ( ) : System
return System

Out() public method

public Out ( ) : IList
return IList

SetProperty() public method

public SetProperty ( string propertyName, string propertyValue ) : Net.Graph.Neo4JD.BaseEntity
propertyName string
propertyValue string
return Net.Graph.Neo4JD.BaseEntity