Table of Contents

Class GraphEdgeModel

Namespace
Shift.Common.Graphs
Assembly
Shift.Common.dll
public abstract class GraphEdgeModel
Inheritance
GraphEdgeModel
Inherited Members
Extension Methods

Constructors

GraphEdgeModel()

protected GraphEdgeModel()

Properties

FromNodeId

public abstract Guid FromNodeId { get; set; }

Property Value

Guid

ToNodeId

public abstract Guid ToNodeId { get; set; }

Property Value

Guid

Methods

OnGraphAttach(IGraph)

protected abstract bool OnGraphAttach(IGraph graph)

Parameters

graph IGraph

Returns

bool