Espacio de nombres: CodiumSDK.CPL.Extentions
Ensamblado: CodiumSDK.dll

Class with extentions for All Routines, like Add Child Routine
C#
public static class RoutineExtentions : System.Object

Métodos

NombreDescripción
AddRoutine(subroutine)
RemoveAllRoutines()Remove All Subroutine of the current Routine
RemoveByPositionRoutine(position)

AddRoutine(routine, subroutine)

C#
public AddRoutine(this routine, CodiumSDK.CPL.Routine subroutine);

Regresa


Parámetros

NombreTipoDescripción
routinethis
subroutineCodiumSDK.CPL.Routine

RemoveAllRoutines(routine)

Remove All Subroutine of the current Routine
C#
public RemoveAllRoutines(this routine, );

Regresa


Parámetros

NombreTipoDescripción
routinethisRoutine

RemoveByPositionRoutine(routine, position)

C#
public RemoveByPositionRoutine(this routine, System.Int32 position);

Regresa


Parámetros

NombreTipoDescripción
routinethis
positionSystem.Int32