C# 클래스 Net.Graph.Neo4JD.Traversal.Germlin.Pipes.Pipe

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

공개 메소드들

메소드 설명
GetPipeName ( ) : string
GetPipeValue ( ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
SetPipeName ( string pipeName ) : void
SetPipeValue ( object pipeValue ) : void

메소드 상세

GetPipeName() 공개 메소드

public GetPipeName ( ) : string
리턴 string

GetPipeValue() 공개 메소드

public GetPipeValue ( ) : string
리턴 string

SetPipeName() 보호된 메소드

protected SetPipeName ( string pipeName ) : void
pipeName string
리턴 void

SetPipeValue() 보호된 메소드

protected SetPipeValue ( object pipeValue ) : void
pipeValue object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string