CODIUM Programming Language (CPL) CodiumSDK CPL Types ItemObject
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
C# |
public class ItemObject : CodiumSDK.CPL.CPLType |
Constructores
Nombre | Descripción | |
---|---|---|
ItemObject() | ItemObject | |
ItemObject(apiKey) | Constructor of Item Object |
ItemObject()
C# |
public ItemObject(); |
ItemObject(apiKey)
C# |
public ItemObject(System.Guid apiKey); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
apiKey | System.Guid | API Key of the Codium Object |