CODIUM Programming Language (CPL) CodiumSDK CPL CPLType
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Abstract class used to define the data types of the CPL
C# |
public abstract class CPLType : CodiumSDK.Core.ILDBase |
Propiedades
Nombre | Descripción | |
---|---|---|
Boolean | Class that represent a Boolean Type | |
ByteArray | Class that represent a Byte Array Type | |
DateTime | Class that represent a DateTime Type | |
Decimal | Class that represent a Decimal Type | |
Float | Class that represent a Float Type | |
Guid | Class that represent a Guid Type | |
Int | Class that represent a Int8 Type | |
Int16 | Class that represent a Int16 Type | |
Int64 | Class that represent a Int64 Type | |
Int8 | Class that represent a Int8 Type | |
String | Class that represent a String Type | |
Void | Class that represent a Void |