Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CommandParameter

OptimaJet.Workflow.Core.Runtime.CommandParameter

Represent a command parameter for use in an application

public class CommandParameter

Inheritance

  • System.Object

Properties

Name
Type
ParameterName #
String
System name of the parameter
LocalizedName #
String
Localized name of the parameter
IsRequired #
Boolean
Indicates that the parameter is required
Value #
Object
Value of the parameter
DefaultValue #
Object
Default value of the parameter
Type #
Type
Type of the parameter
TypeName #
String
Full name of the type of the parameter
IsPersistent #
Boolean
Set true if you need to forcibly persist this parameter or it is the implicit persistent parameter