C# Class Neo4jClient.NodeReference

Inheritance: IGremlinQuery, IAttachedReference
Afficher le fichier Open project: Readify/Neo4jClient Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

NodeReference() public méthode

public NodeReference ( long id ) : System
id long
Résultat System

NodeReference() public méthode

public NodeReference ( long id, IGraphClient client ) : System
id long
client IGraphClient
Résultat System

StartCypher() public méthode

public StartCypher ( string identity ) : ICypherFluentQuery
identity string
Résultat ICypherFluentQuery

operator() public static méthode

public static operator ( ) : bool
Résultat bool