Class EmptyDesignerAutocompleteProvider
Represents an empty designer autocomplete provider.
Inheritance
↳ object
↳ EmptyDesignerAutocompleteProvider
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 EmptyDesignerAutocompleteProvider : IDesignerAutocompleteProvider
Properties
Value
Declarationpublic static IDesignerAutocompleteProvider Value { get; }
Type | Description |
---|---|
IDesignerAutocompleteProvider |
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> |