C# Class Net.Graph.Neo4JD.Relationship

Inheritance: Net.Graph.Neo4JD.BaseEntity
Exibir arquivo Open project: sonyarouje/Neo4jD Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public Delete ( ) : void
return void

EndNode() public method

public EndNode ( ) : Node
return Node

Get() public static method

public static Get ( int relationshipID ) : Relationship
relationshipID int
return Relationship

GetProperties() public method

public GetProperties ( ) : string
return string

GetType() public method

public GetType ( ) : string
return string

SetType() public method

public SetType ( string type ) : void
type string
return void

StartNode() public method

public StartNode ( ) : Node
return Node