C# 클래스 Neo4jClient.Gremlin.GremlinQueryExtensions

파일 보기 프로젝트 열기: albumprinter/Neo4jClient

공개 메소드들

메소드 설명
AddBlock ( this baseQuery, string text ) : IGremlinQuery
AddCopySplitBlock ( this baseQuery, string text, IGremlinQuery queries ) : IGremlinQuery
AddFilterBlock ( this baseQuery, string text, IEnumerable filters, System.StringComparison comparison ) : IGremlinQuery
AddIfThenElseBlock ( this baseQuery, string ifThenElseText, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinQuery
PrependVariablesToBlock ( this baseQuery, IGremlinQuery query ) : IGremlinQuery
ToDebugQueryText ( this query ) : string

비공개 메소드들

메소드 설명
RebuildParametersAndDeclarations ( IGremlinQuery query, object>.Dictionary paramsDictionary, List declarations, int &nextParamaterIndex, string &rootQuery ) : string

메소드 상세

AddBlock() 공개 정적인 메소드

public static AddBlock ( this baseQuery, string text ) : IGremlinQuery
baseQuery this
text string
리턴 IGremlinQuery

AddCopySplitBlock() 공개 정적인 메소드

public static AddCopySplitBlock ( this baseQuery, string text, IGremlinQuery queries ) : IGremlinQuery
baseQuery this
text string
queries IGremlinQuery
리턴 IGremlinQuery

AddFilterBlock() 공개 정적인 메소드

public static AddFilterBlock ( this baseQuery, string text, IEnumerable filters, System.StringComparison comparison ) : IGremlinQuery
baseQuery this
text string
filters IEnumerable
comparison System.StringComparison
리턴 IGremlinQuery

AddIfThenElseBlock() 공개 정적인 메소드

public static AddIfThenElseBlock ( this baseQuery, string ifThenElseText, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinQuery
baseQuery this
ifThenElseText string
ifExpression IGremlinQuery
ifThen IGremlinQuery
ifElse IGremlinQuery
리턴 IGremlinQuery

PrependVariablesToBlock() 공개 정적인 메소드

public static PrependVariablesToBlock ( this baseQuery, IGremlinQuery query ) : IGremlinQuery
baseQuery this
query IGremlinQuery
리턴 IGremlinQuery

ToDebugQueryText() 공개 정적인 메소드

public static ToDebugQueryText ( this query ) : string
query this
리턴 string