C# 클래스 Neo4jClient.Relationship

파일 보기 프로젝트 열기: Readify/Neo4jClient 1 사용 예제들

공개 메소드들

메소드 설명
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