Assembly: OptimaJet.Workflow.Core

Interface IDesignerAutocompleteProvider

OptimaJet.Workflow.Core.Runtime.IDesignerAutocompleteProvider

Provides autocomplete suggestions for design-time inputs shown in the Workflow Designer UI.

public interface IDesignerAutocompleteProvider

Type Hierarchy

Methods

List<string> GetAutocompleteSuggestions(SuggestionCategory category, string value, string schemeCode) #
Gets a list of autocomplete suggestion strings for the specified category and context.

Parameters

Name
Type
Description
category
SuggestionCategory
The suggestion category that determines the editor context.
value
String
The rule, action, or condition name used as context for suggestions.
schemeCode
String
The scheme code for which suggestions are requested.

Returns

Type
Description
List<String>
A list of suggestion strings to display, or null when no suggestions are available.