C# Class Net.Graph.Neo4JD.Relationship

Inheritance: Net.Graph.Neo4JD.BaseEntity
Afficher le fichier Open project: sonyarouje/Neo4jD Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void
EndNode ( ) : Node
Get ( int relationshipID ) : Relationship
GetProperties ( ) : string
GetType ( ) : string
SetType ( string type ) : void
StartNode ( ) : Node

Private Methods

Méthode Description
Relationship ( ) : System
Relationship ( Node startNode, Node endNode, string relationShipType ) : System
Relationship ( RequestResult result ) : System
SetLocation ( Uri location ) : void
SetVertices ( string startNodePath, string endNodePath ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

EndNode() public méthode

public EndNode ( ) : Node
Résultat Node

Get() public static méthode

public static Get ( int relationshipID ) : Relationship
relationshipID int
Résultat Relationship

GetProperties() public méthode

public GetProperties ( ) : string
Résultat string

GetType() public méthode

public GetType ( ) : string
Résultat string

SetType() public méthode

public SetType ( string type ) : void
type string
Résultat void

StartNode() public méthode

public StartNode ( ) : Node
Résultat Node