C# 클래스 Anabranch.Neo4JConsolePackage.AutoCompleteBehavior.CypherEvaluator

A class providing helpers to evaluate the given Cypher
파일 보기 프로젝트 열기: DotNet4Neo4j/Neo4j-Vs-Console

공개 메소드들

메소드 설명
IsInARelationship ( string cypher ) : bool
IsInNodeIdentifier ( string cypher ) : bool
WasLastSignificantCharANodeLabel ( string cypher ) : bool
WasLastSignificantCharARelationshipLabel ( string cypher ) : bool

비공개 메소드들

메소드 설명
GetCurrentLineOfCypher ( string cypher ) : string
IsInSomething ( string cypher, char openingCharacter, char closingCharacter ) : bool
WasLastSignificantCharASomethingLabel ( string cypher, char openingCharacter, bool>.Func isInSomethingMethod, char significantChar = ':' ) : bool

메소드 상세

IsInARelationship() 공개 정적인 메소드

public static IsInARelationship ( string cypher ) : bool
cypher string
리턴 bool

IsInNodeIdentifier() 공개 정적인 메소드

public static IsInNodeIdentifier ( string cypher ) : bool
cypher string
리턴 bool

WasLastSignificantCharANodeLabel() 공개 정적인 메소드

public static WasLastSignificantCharANodeLabel ( string cypher ) : bool
cypher string
리턴 bool

WasLastSignificantCharARelationshipLabel() 공개 정적인 메소드

public static WasLastSignificantCharARelationshipLabel ( string cypher ) : bool
cypher string
리턴 bool