Show / Hide Table of Contents

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 Source

Name

Gets the Name of the IDependencyNode instance.

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SharedState

Gets the Shared State of all the nodes in the dependency graph.

Declaration
ISharedState SharedState { get; }
Property Value
Type Description
ISharedState

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX