C# Класс Neo4jClient.Relationship

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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(…) })

Защищенные методы

Метод Описание
Relationship ( NodeReference targetNode ) : System
Relationship ( NodeReference targetNode, object data ) : System

Приватные методы

Метод Описание
DetermineRelationshipDirection ( Type baseNodeType, Relationship relationship ) : RelationshipDirection
GetAllowedNodeTypes ( Type relationshipType, RelationshipEnd end ) : IEnumerable

Описание методов

ByIndexLookup() публичный статический Метод

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
Результат Neo4jClient.Cypher.StartBit

ByIndexQuery() публичный статический Метод

Used for Cypher START clauses, like Start(new { foo = Relationship.ByIndexQuery(…) })
public static ByIndexQuery ( string indexName, string query ) : StartBit
indexName string
query string
Результат Neo4jClient.Cypher.StartBit

Relationship() защищенный Метод

protected Relationship ( NodeReference targetNode ) : System
targetNode NodeReference
Результат System

Relationship() защищенный Метод

protected Relationship ( NodeReference targetNode, object data ) : System
targetNode NodeReference
data object
Результат System