ClassObservableGraphSourceBase<TNode, TLink>
Class
Represents a base class for an observable graph source.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions.ViewModels
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Type Parameters:
TNode
The type of the node.
TLink
The type of the link.
Syntax:
cs-api-definition
public class ObservableGraphSourceBase<TNode, TLink> : GraphSourceBase<TNode, TLink>, INotifyPropertyChanged, IDisposable, IObservableGraphSource, IGraphSource where TLink : ILink
Inheritance: objectViewModelBaseGraphSourceBase<TNode, TLink>ObservableGraphSourceBase<TNode, TLink>
Derived Classes:
Implements:
Inherited Members
Constructors
ObservableGraphSourceBase()
Declaration
cs-api-definition
public ObservableGraphSourceBase()
Methods
CreateLink(object, object)
Creates a link based on the associated source and target nodes.
CreateNode(IShape)
Creates a node based on an associated shape.