Table of Contents

Class GraphLinksModel<TNodeData, TNodeKey, TSharedData, TLinkData, TLinkKey, TPort>.IncrementalGLData

Namespace
Northwoods.Go.Models
Assembly
Northwoods.GoDiagram.WinForms.dll

Stores incremental data output from ToIncrementalData(ChangedEvent).

public class GraphLinksModel<TNodeData, TNodeKey, TSharedData, TLinkData, TLinkKey, TPort>.IncrementalGLData : Model<TNodeData, TNodeKey, TSharedData>.IncrementalData
Inheritance
Model<TNodeData, TNodeKey, TSharedData>.IncrementalData
GraphLinksModel<TNodeData, TNodeKey, TSharedData, TLinkData, TLinkKey, TPort>.IncrementalGLData
Inherited Members

Constructors

IncrementalGLData()

Constructs incremental data. You will not normally call this constructor.

public IncrementalGLData()

Properties

InsertedLinkKeys

Collection of link keys added. Any key included will also be included in the ModifiedLinkData collection.

public ICollection<TLinkKey> InsertedLinkKeys { get; set; }

Property Value

ICollection<TLinkKey>

ModifiedLinkData

Collection of link data objects modified.

public ICollection<TLinkData> ModifiedLinkData { get; set; }

Property Value

ICollection<TLinkData>

RemovedLinkKeys

Collection of link keys deleted.

public ICollection<TLinkKey> RemovedLinkKeys { get; set; }

Property Value

ICollection<TLinkKey>