Class EmptyDesignerParameterFormatProvider
Represents an empty designer parameter format provider.
Inheritance
↳ object
↳ EmptyDesignerParameterFormatProvider
Implements
IDesignerParameterFormatProvider
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 EmptyDesignerParameterFormatProvider : IDesignerParameterFormatProvider
Properties
Value
Declarationpublic static IDesignerParameterFormatProvider Value { get; }
Type | Description |
---|---|
IDesignerParameterFormatProvider |
Methods
GetFormat(CodeActionType, string, string)
Declarationpublic List<CodeActionParameterDefinition> GetFormat(CodeActionType type, string name, string schemeCode)
Type | Name | Description |
---|---|---|
CodeActionType | type | |
string | name | |
string | schemeCode |
Type | Description |
---|---|
List<CodeActionParameterDefinition> |