C# 클래스 Net.Graph.Neo4JD.Traversal.Germlin.GermlinPipe

상속: INeo4jQuery
파일 보기 프로젝트 열기: sonyarouje/Neo4jD 1 사용 예제들

공개 메소드들

메소드 설명
Filter ( string property, FilterPipe filter ) : GermlinPipe
GermlinPipe ( ) : System
In ( string label ) : GermlinPipe
InV ( ) : GermlinPipe
Out ( ) : GermlinPipe
Out ( string label ) : GermlinPipe
OutE ( ) : GermlinPipe
OutE ( string label ) : GermlinPipe
OutV ( ) : GermlinPipe
ToString ( ) : string

비공개 메소드들

메소드 설명
Add ( Pipe pipe ) : GermlinPipe

메소드 상세

Filter() 공개 메소드

public Filter ( string property, FilterPipe filter ) : GermlinPipe
property string
filter FilterPipe
리턴 GermlinPipe

GermlinPipe() 공개 메소드

public GermlinPipe ( ) : System
리턴 System

In() 공개 메소드

public In ( string label ) : GermlinPipe
label string
리턴 GermlinPipe

InV() 공개 메소드

public InV ( ) : GermlinPipe
리턴 GermlinPipe

Out() 공개 메소드

public Out ( ) : GermlinPipe
리턴 GermlinPipe

Out() 공개 메소드

public Out ( string label ) : GermlinPipe
label string
리턴 GermlinPipe

OutE() 공개 메소드

public OutE ( ) : GermlinPipe
리턴 GermlinPipe

OutE() 공개 메소드

public OutE ( string label ) : GermlinPipe
label string
리턴 GermlinPipe

OutV() 공개 메소드

public OutV ( ) : GermlinPipe
리턴 GermlinPipe

ToString() 공개 메소드

public ToString ( ) : string
리턴 string