Méthode | Description | |
---|---|---|
Create ( ) : Net.Graph.Neo4JD.BaseEntity | ||
CreateRelationshipTo ( |
||
Delete ( ) : void | ||
Filter ( INeo4jQuery query ) : IList |
||
Get ( int id ) : |
||
Get ( string location ) : |
||
GetAllPathsTo ( |
||
In ( ) : IList |
||
Node ( ) : System | ||
Out ( ) : IList |
||
SetProperty ( string propertyName, string propertyValue ) : Net.Graph.Neo4JD.BaseEntity |
Méthode | Description | |
---|---|---|
GetRelationshipNodes ( string direction, string element ) : IList |
||
Node ( |
||
SetLocation ( |
||
SetResult ( |
public Create ( ) : Net.Graph.Neo4JD.BaseEntity | ||
Résultat | Net.Graph.Neo4JD.BaseEntity |
public CreateRelationshipTo ( |
||
node | ||
relationShipType | string | |
Résultat |
public Filter ( INeo4jQuery query ) : IList |
||
query | INeo4jQuery | |
Résultat | IList |
public static Get ( string location ) : |
||
location | string | |
Résultat |
public GetAllPathsTo ( |
||
endNode | ||
Résultat | IList |
public SetProperty ( string propertyName, string propertyValue ) : Net.Graph.Neo4JD.BaseEntity | ||
propertyName | string | |
propertyValue | string | |
Résultat | Net.Graph.Neo4JD.BaseEntity |