C# 클래스 Net.Graph.Neo4JD.Persistance.RelationShipRepo

상속: Repository
파일 보기 프로젝트 열기: sonyarouje/Neo4jD 1 사용 예제들

공개 메소드들

메소드 설명
CreateRelationship ( Node parent, Relationship relationShip ) : Relationship
GetRelationship ( Uri uri ) : Relationship
GetRelationship ( string relationShipId ) : Relationship
RelationShipRepo ( ) : System

메소드 상세

CreateRelationship() 공개 메소드

public CreateRelationship ( Node parent, Relationship relationShip ) : Relationship
parent Net.Graph.Neo4JD.Node
relationShip Net.Graph.Neo4JD.Relationship
리턴 Net.Graph.Neo4JD.Relationship

GetRelationship() 공개 메소드

public GetRelationship ( Uri uri ) : Relationship
uri System.Uri
리턴 Net.Graph.Neo4JD.Relationship

GetRelationship() 공개 메소드

public GetRelationship ( string relationShipId ) : Relationship
relationShipId string
리턴 Net.Graph.Neo4JD.Relationship

RelationShipRepo() 공개 메소드

public RelationShipRepo ( ) : System
리턴 System