C# Class Net.Graph.Neo4JD.Traversal.Germlin.GermlinPipe

Inheritance: INeo4jQuery
Exibir arquivo Open project: sonyarouje/Neo4jD Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Add ( Pipe pipe ) : GermlinPipe

Method Details

Filter() public method

public Filter ( string property, FilterPipe filter ) : GermlinPipe
property string
filter FilterPipe
return GermlinPipe

GermlinPipe() public method

public GermlinPipe ( ) : System
return System

In() public method

public In ( string label ) : GermlinPipe
label string
return GermlinPipe

InV() public method

public InV ( ) : GermlinPipe
return GermlinPipe

Out() public method

public Out ( ) : GermlinPipe
return GermlinPipe

Out() public method

public Out ( string label ) : GermlinPipe
label string
return GermlinPipe

OutE() public method

public OutE ( ) : GermlinPipe
return GermlinPipe

OutE() public method

public OutE ( string label ) : GermlinPipe
label string
return GermlinPipe

OutV() public method

public OutV ( ) : GermlinPipe
return GermlinPipe

ToString() public method

public ToString ( ) : string
return string