C# Class ExRam.Gremlinq.Core.Projections.EdgeProjection

Inheritance: ExRam.Gremlinq.Core.Projections.Projection
Mostrar archivo Open project: ExRam/ExRam.Gremlinq

Public Methods

Method Description
Lower ( ) : ExRam.Gremlinq.Core.Projections.Projection
ToTraversal ( IGremlinQueryEnvironment environment ) : Traversal

Method Details

Lower() public method

public Lower ( ) : ExRam.Gremlinq.Core.Projections.Projection
return ExRam.Gremlinq.Core.Projections.Projection

ToTraversal() public method

public ToTraversal ( IGremlinQueryEnvironment environment ) : Traversal
environment IGremlinQueryEnvironment
return Traversal