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
Syntaxpublic class DeactivatedDesignerAutocompleteProvider : IDesignerAutocompleteProvider
Constructors
DeactivatedDesignerAutocompleteProvider(IDesignerAutocompleteProvider, Func<bool>)
Declarationpublic DeactivatedDesignerAutocompleteProvider(IDesignerAutocompleteProvider activatedDesignerAutocompleteProvider, Func<bool> getDisabled)
Type | Name | Description |
---|---|---|
IDesignerAutocompleteProvider | activatedDesignerAutocompleteProvider | |
Func<bool> | getDisabled |
Methods
GetAutocompleteSuggestions(SuggestionCategory, string, string)
Declarationpublic List<string> GetAutocompleteSuggestions(SuggestionCategory category, string value, string schemeCode)
Type | Name | Description |
---|---|---|
SuggestionCategory | category | |
string | value | |
string | schemeCode |
Type | Description |
---|---|
List<string> |