Enum CodeParamType
The type of parameter
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public enum CodeParamType
Fields
| Name | Description |
|---|---|
| Bol | Boolean value (false or true) |
| Flt | Floating point numerical value |
| Int | Integer numerical value |
| Str | Textual string valye |