Skip to main content

Class DeactivatedDesignerAutocompleteProvider

Inheritance

↳ object

    DeactivatedDesignerAutocompleteProvider

Implements

IDesignerAutocompleteProvider

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class DeactivatedDesignerAutocompleteProvider : IDesignerAutocompleteProvider

Constructors

DeactivatedDesignerAutocompleteProvider(IDesignerAutocompleteProvider, Func<bool>)

Declaration
public DeactivatedDesignerAutocompleteProvider(IDesignerAutocompleteProvider activatedDesignerAutocompleteProvider, Func<bool> getDisabled)
Parameters
TypeNameDescription
IDesignerAutocompleteProvideractivatedDesignerAutocompleteProvider
Func<bool>getDisabled

Methods

GetAutocompleteSuggestions(SuggestionCategory, string, string)

Declaration
public List<string> GetAutocompleteSuggestions(SuggestionCategory category, string value, string schemeCode)
Parameters
TypeNameDescription
SuggestionCategorycategory
stringvalue
stringschemeCode
Returns
TypeDescription
List<string>

Extension Methods