Class Parameter
- Namespace
- DCR.Workflow.Effect
- Assembly
- DCR.Workflow.dll
- 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
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Transform? Transform { get; set; }
Property Value
- Transform
Methods
Clone()
Returns
- Parameter