Class EmptyDesignerAutocompleteProvider
OptimaJet.Workflow.Core.Runtime.EmptyDesignerAutocompleteProvider
Provides the empty fallback implementation of IDesignerAutocompleteProvider, representing the absence of Designer autocomplete suggestions.
Namespace: OptimaJet.Workflow.Core.Runtime
public class EmptyDesignerAutocompleteProvider : IDesignerAutocompleteProviderType Hierarchy
- EmptyDesignerAutocompleteProvider Current type
- Implemented interfaces
Properties
public static IDesignerAutocompleteProvider Value { get; } #Gets the shared empty Designer autocomplete provider.
Methods
public 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
categorySuggestionCategoryThe suggestion category that determines the editor context.
valueStringThe rule, action, or condition name used as context for suggestions.
schemeCodeStringThe 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.
Remarks
All arguments are ignored.
Remarks
The provider ignores the requested suggestion category, value, and scheme and always returns an empty list.