![]() |
Workflow Engine .NET
2
|
Represent a command parameter for use in an application More...
Public Attributes | |
Type | Type => Type.GetType(TypeName) |
Type of the parameter More... | |
Properties | |
string | ParameterName [get, set] |
System name of the parameter More... | |
string | LocalizedName [get, set] |
Localized name of the parameter More... | |
bool | IsRequired [get, set] |
Indicates that the parameter is required More... | |
object | Value [get, set] |
Value of the parameter More... | |
object | DefaultValue [get, set] |
Default value of the parameter More... | |
string | TypeName [get, set] |
Full name of the type of the parameter More... | |
Represent a command parameter for use in an application
Type OptimaJet.Workflow.Core.Runtime.CommandParameter.Type => Type.GetType(TypeName) |
Type of the parameter
|
getset |
Default value of the parameter
|
getset |
Indicates that the parameter is required
|
getset |
Localized name of the parameter
|
getset |
System name of the parameter
|
getset |
Full name of the type of the parameter
|
getset |
Value of the parameter