Assembly: OptimaJet.Workflow.Core

Class EmptyDesignerAutocompleteProvider

OptimaJet.Workflow.Core.Runtime.EmptyDesignerAutocompleteProvider

Provides the empty fallback implementation of IDesignerAutocompleteProvider, representing the absence of Designer autocomplete suggestions.

public class EmptyDesignerAutocompleteProvider : IDesignerAutocompleteProvider

Type Hierarchy

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
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.

Remarks

All arguments are ignored.

Remarks

The provider ignores the requested suggestion category, value, and scheme and always returns an empty list.