Table of Contents

Class Parameter

Namespace
Acuit.Pinpoint.Workflows.Parameters
Assembly
Acuit.Pinpoint.Workflows.dll
public class Parameter : ParameterBase
Inheritance
Parameter
Inherited Members

Properties

DefaultValue

public object DefaultValue { get; set; }

Property Value

object

ResolvedType

public override Type ResolvedType { get; }

Property Value

Type

Type

public object Type { get; set; }

Property Value

object

Methods

Evaluate(string, IParameterValueProvider)

public override object Evaluate(string sectionName, IParameterValueProvider parameterValueProvider)

Parameters

sectionName string
parameterValueProvider IParameterValueProvider

Returns

object

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.