CustomNodeDefinition public class CustomNodeDefinition : IFunctionDescriptor Documentation Code public IEnumerable<CustomNodeDefinition> Dependencies { get; } public IEnumerable<CustomNodeDefinition> DirectDependencies { get; } 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 CustomNodeWorkspaceModel WorkspaceModel { 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)