C# Class Neo4jClient.RelationshipReference

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

RelationshipReference() public méthode

public RelationshipReference ( long id ) : System.Collections.Generic
id long
Résultat System.Collections.Generic

RelationshipReference() public méthode

public RelationshipReference ( long id, IGraphClient client ) : System.Collections.Generic
id long
client IGraphClient
Résultat System.Collections.Generic

operator() public static méthode

public static operator ( ) : bool
Résultat bool