Table of Contents

Class Parameter

Namespace
DCR.Workflow.Effect
Assembly
DCR.Workflow.dll
public class Parameter
Inheritance
Parameter
Inherited Members
Extension Methods

Properties

DefaultValue

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? DefaultValue { get; set; }

Property Value

string

Description

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Description { get; set; }

Property Value

string

Mandatory

public bool Mandatory { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Transform

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Transform? Transform { get; set; }

Property Value

Transform

Methods

Clone()

public Parameter Clone()

Returns

Parameter