Class CommandParameter
OptimaJet.Workflow.Core.Runtime.CommandParameter
Represent a command parameter for use in an application
Namespace: OptimaJet.Workflow.Core.Runtime
public class CommandParameterInheritance
- System.Object
Properties
Name
Type
ParameterName #StringSystem name of the parameter
LocalizedName #StringLocalized name of the parameter
IsRequired #BooleanIndicates that the parameter is required
Value #ObjectValue of the parameter
DefaultValue #ObjectDefault value of the parameter
Type #TypeType of the parameter
TypeName #StringFull name of the type of the parameter
IsPersistent #BooleanSet true if you need to forcibly persist this parameter or it is the implicit persistent parameter