Espacio de nombres: CodiumSDK.CPL.Fills
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

NombreDescripció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

NombreTipoDescripción
positionSystem.Int32Position of the parameter
nameSystem.StringName 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

NombreTipoDescripción
nameSystem.StringName of the parameter