DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.9.0-beta1" />

 IContextData

public interface IContextData
Represents an external data to be used as context for execution.

Gets the context provider for interpretation of data in designscript world.

object Data { get; }

The context data as represented in DesignScript

string Name { get; }

Gets name of the data. This context data can be identified with name in designscript world.

Event notifier to notify when it's data changes.