Click or drag to resize

IVishnuNode interface

Provides informative access to a LogicalNode from Vishnu.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IVishnuNode : INotifyPropertiesChanged

The IVishnuNode Type exposes the following members.

Properties
 NameDescription of the
Public PropertyIdInfo The unique identifier of the node.
Public PropertyLevelInfo The hierarchy level of the node.
Public PropertyNameInfo "Human-friendly" representation of the node.
Public PropertyPathInfo The path to the knot.
Public PropertyTypeInfo The node type: None, NodeConnector, ValueModifier, Constant, Checker.
Back to the top
Events
 NameDescription of the
Public EventPropertiesChanged This event can be subscribed to by LogicalNodeViewmodel. This receives a string list via the transferred PropertiesChangedEventArgs with property name and can in turn inform the UI via INotifyProperyChanged.
(Inherited from INotifyPropertiesChanged)
Back to the top
Remarks
File: IVishnuNode Author: Erik Nagel, NetEti 2016-08-06 Erik Nagel, NetEti: created
See also