C# Class FdoToolbox.Core.ETL.Operations.FdoSingleActionOperation

Represents a operation that only executes once. The action to be executed is represented by the ParameterlessAction delegate, which is passed in externally
Inheritance: FdoSingleActionOperationBase
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
ExecuteAction ( ) : void
FdoSingleActionOperation ( ParameterlessAction action ) : System

Method Details

ExecuteAction() public méthode

public ExecuteAction ( ) : void
Résultat void

FdoSingleActionOperation() public méthode

public FdoSingleActionOperation ( ParameterlessAction action ) : System
action ParameterlessAction
Résultat System