C# Class Net.Graph.Neo4JD.Persistance.RelationShipRepo

Inheritance: Repository
Afficher le fichier Open project: sonyarouje/Neo4jD Class Usage Examples

Méthodes publiques

Méthode Description
CreateRelationship ( Node parent, Relationship relationShip ) : Relationship
GetRelationship ( Uri uri ) : Relationship
GetRelationship ( string relationShipId ) : Relationship
RelationShipRepo ( ) : System

Method Details

CreateRelationship() public méthode

public CreateRelationship ( Node parent, Relationship relationShip ) : Relationship
parent Net.Graph.Neo4JD.Node
relationShip Net.Graph.Neo4JD.Relationship
Résultat Net.Graph.Neo4JD.Relationship

GetRelationship() public méthode

public GetRelationship ( Uri uri ) : Relationship
uri System.Uri
Résultat Net.Graph.Neo4JD.Relationship

GetRelationship() public méthode

public GetRelationship ( string relationShipId ) : Relationship
relationShipId string
Résultat Net.Graph.Neo4JD.Relationship

RelationShipRepo() public méthode

public RelationShipRepo ( ) : System
Résultat System