Method | Description | |
---|---|---|
IsInARelationship ( string cypher ) : bool | ||
IsInNodeIdentifier ( string cypher ) : bool | ||
WasLastSignificantCharANodeLabel ( string cypher ) : bool | ||
WasLastSignificantCharARelationshipLabel ( string cypher ) : bool |
Method | Description | |
---|---|---|
GetCurrentLineOfCypher ( string cypher ) : string | ||
IsInSomething ( string cypher, char openingCharacter, char closingCharacter ) : bool | ||
WasLastSignificantCharASomethingLabel ( string cypher, char openingCharacter, bool>.Func |
public static IsInARelationship ( string cypher ) : bool | ||
cypher | string | |
return | bool |
public static IsInNodeIdentifier ( string cypher ) : bool | ||
cypher | string | |
return | bool |
public static WasLastSignificantCharANodeLabel ( string cypher ) : bool | ||
cypher | string | |
return | bool |
public static WasLastSignificantCharARelationshipLabel ( string cypher ) : bool | ||
cypher | string | |
return | bool |