Interface IDependencyNode
Represents a Node in the dependency tree.
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IDependencyNode
Properties
| Improve this Doc View SourceName
Gets the Name of the IDependencyNode instance.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SharedState
Gets the Shared State of all the nodes in the dependency graph.
Declaration
ISharedState SharedState { get; }
Property Value
Type | Description |
---|---|
ISharedState |