CODIUM Programming Language (CPL) CodiumSDK CPL Fills MethodParameter
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL.Fills
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Class for fill parameters of Routines with a Method Parameter, Method Routine have the “Parameter” function to obtain by name
C# |
public class MethodParameter : CodiumSDK.CPL.Fill |
Constructores
Nombre | Descripción | |
---|---|---|
MethodParameter(position, name) | Constructor with position of the parameter and the name to recover | |
MethodParameter(name) | Constructor with the name to recover, the position is assigned by CODIUM |
MethodParameter(position, name)
Constructor with position of the parameter and the name to recover
C# |
public MethodParameter(System.Int32 position, System.String name); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
position | System.Int32 | Position of the parameter |
name | System.String | Name of the parameter |
MethodParameter(name)
Constructor with the name to recover, the position is assigned by CODIUM
C# |
public MethodParameter(System.String name); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
name | System.String | Name of the parameter |