C# Class Neo4jClient.RelationshipReference

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
RelationshipReference ( long id ) : System.Collections.Generic
RelationshipReference ( long id, IGraphClient client ) : System.Collections.Generic
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RelationshipReference() public method

public RelationshipReference ( long id ) : System.Collections.Generic
id long
return System.Collections.Generic

RelationshipReference() public method

public RelationshipReference ( long id, IGraphClient client ) : System.Collections.Generic
id long
client IGraphClient
return System.Collections.Generic

operator() public static method

public static operator ( ) : bool
return bool