Skip to main content

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

Syntax
public class EmptyDesignerParameterFormatProvider : IDesignerParameterFormatProvider

Properties

Value

Declaration
public static IDesignerParameterFormatProvider Value { get; }
Property value
TypeDescription
IDesignerParameterFormatProvider

Methods

GetFormat(CodeActionType, string, string)

Declaration
public List<CodeActionParameterDefinition> GetFormat(CodeActionType type, string name, string schemeCode)
Parameters
TypeNameDescription
CodeActionTypetype
stringname
stringschemeCode
Returns
TypeDescription
List<CodeActionParameterDefinition>

Extension Methods