C# Class Neo4jClient.Relationship

Afficher le fichier Open project: Readify/Neo4jClient Class Usage Examples

Méthodes publiques

Méthode Description
ByIndexLookup ( string indexName, string propertyName, object value ) : StartBit

Used for Cypher START clauses, like Start(new { foo = Relationship.ByIndexLookup(…) })

ByIndexQuery ( string indexName, string query ) : StartBit

Used for Cypher START clauses, like Start(new { foo = Relationship.ByIndexQuery(…) })

Méthodes protégées

Méthode Description
Relationship ( NodeReference targetNode ) : System
Relationship ( NodeReference targetNode, object data ) : System

Private Methods

Méthode Description
DetermineRelationshipDirection ( Type baseNodeType, Relationship relationship ) : RelationshipDirection
GetAllowedNodeTypes ( Type relationshipType, RelationshipEnd end ) : IEnumerable

Method Details

ByIndexLookup() public static méthode

Used for Cypher START clauses, like Start(new { foo = Relationship.ByIndexLookup(…) })
public static ByIndexLookup ( string indexName, string propertyName, object value ) : StartBit
indexName string
propertyName string
value object
Résultat Neo4jClient.Cypher.StartBit

ByIndexQuery() public static méthode

Used for Cypher START clauses, like Start(new { foo = Relationship.ByIndexQuery(…) })
public static ByIndexQuery ( string indexName, string query ) : StartBit
indexName string
query string
Résultat Neo4jClient.Cypher.StartBit

Relationship() protected méthode

protected Relationship ( NodeReference targetNode ) : System
targetNode NodeReference
Résultat System

Relationship() protected méthode

protected Relationship ( NodeReference targetNode, object data ) : System
targetNode NodeReference
data object
Résultat System