Table of Contents

Class ParameterValue

Namespace
Acuit.Pinpoint.Workflows.Activities
Assembly
Acuit.Pinpoint.Workflows.dll

A parameter value to make available to child activities.

public class ParameterValue
Inheritance
ParameterValue
Inherited Members

Properties

Name

Gets or sets the parameter name. This is required.

public ValueSource<string> Name { get; set; }

Property Value

ValueSource<string>

Value

Gets or sets the parameter value. This is required but can evaluate to null.

public ValueSource Value { get; set; }

Property Value

ValueSource

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.