DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.7.4" />

 CustomNodeDefinition

public string DisplayName { get; }

public Guid FunctionId { get; }

public string FunctionName { get; }

public bool IsBeingLoaded { get; set; }

public bool IsProxy { get; set; }

public IEnumerable<string> Parameters { get; }

public bool RequiresRecalc { get; }

public IEnumerable<string> ReturnKeys { get; }

public bool AddToSearch(SearchModel search)

public void Compile(DynamoModel dynamoModel, EngineController controller)

public bool SyncWithWorkspace(DynamoModel dynamoModel, bool addToSearch, bool compileFunction)

public void UpdateCustomNodeManager(CustomNodeManager customNodeManager)