Class CodeParamType
The type of parameter
Inheritance
object
CodeParamType
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class CodeParamType : Enum
Fields
Bol
Boolean value (false or true)
Declaration
public const CodeParamType Bol = 2
Field Value
Type | Description |
---|---|
CodeParamType |
Flt
Floating point numerical value
Declaration
public const CodeParamType Flt = 0
Field Value
Type | Description |
---|---|
CodeParamType |
Int
Integer numerical value
Declaration
public const CodeParamType Int = 1
Field Value
Type | Description |
---|---|
CodeParamType |
Str
Textual string valye
Declaration
public const CodeParamType Str = 3
Field Value
Type | Description |
---|---|
CodeParamType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |