Class GraphEdgeModel
public abstract class GraphEdgeModel
- Inheritance
-
GraphEdgeModel
- Inherited Members
- Extension Methods
Constructors
GraphEdgeModel()
protected GraphEdgeModel()
Properties
FromNodeId
public abstract Guid FromNodeId { get; set; }
Property Value
ToNodeId
public abstract Guid ToNodeId { get; set; }
Property Value
Methods
OnGraphAttach(IGraph)
protected abstract bool OnGraphAttach(IGraph graph)
Parameters
graphIGraph