C# Class Neo4jClient.RelationshipInstance

显示文件 Open project: Readify/Neo4jClient

Public Methods

Method Description
RelationshipInstance ( RelationshipReference reference, NodeReference startNodeReference, NodeReference endNodeReference, string typeKey ) : System.Diagnostics

Method Details

RelationshipInstance() public method

public RelationshipInstance ( RelationshipReference reference, NodeReference startNodeReference, NodeReference endNodeReference, string typeKey ) : System.Diagnostics
reference RelationshipReference
startNodeReference NodeReference
endNodeReference NodeReference
typeKey string
return System.Diagnostics