C# Class Neo4jClient.NodeReference

Inheritance: IGremlinQuery, IAttachedReference
显示文件 Open project: Readify/Neo4jClient Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NodeReference ( long id ) : System
NodeReference ( long id, IGraphClient client ) : System
StartCypher ( string identity ) : ICypherFluentQuery
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NodeReference() public method

public NodeReference ( long id ) : System
id long
return System

NodeReference() public method

public NodeReference ( long id, IGraphClient client ) : System
id long
client IGraphClient
return System

StartCypher() public method

public StartCypher ( string identity ) : ICypherFluentQuery
identity string
return ICypherFluentQuery

operator() public static method

public static operator ( ) : bool
return bool