C# 클래스 Net.Graph.Neo4JD.Node

상속: Net.Graph.Neo4JD.BaseEntity
파일 보기 프로젝트 열기: sonyarouje/Neo4jD 1 사용 예제들

공개 메소드들

메소드 설명
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