C# Class BlackLinks.BlackAction

Afficher le fichier Open project: heapsource/BlackLinks Class Usage Examples

Méthodes publiques

Méthode Description
BlackAction ( ) : System
EnsureLookup ( ) : void
ExecuteLookup ( ) : void
OnExecute ( ) : void

Final step of the Action Chain, execute the action.

RenderTemplate ( string templateDiscoveryPath ) : void
RenderView ( string viewName ) : void
executeFilters ( ) : void

Méthodes protégées

Méthode Description
OnLoadFilters ( ) : void
OnLookup ( ) : void

Load all the information required to execute the action. If it's not explicitly called, its called automatically right before Execute.

Private Methods

Méthode Description
Execute ( ActionExecuteType type ) : bool

Execute the phases of the action.

loadFilters ( ) : void

Method Details

BlackAction() public méthode

public BlackAction ( ) : System
Résultat System

EnsureLookup() public méthode

public EnsureLookup ( ) : void
Résultat void

ExecuteLookup() public méthode

public ExecuteLookup ( ) : void
Résultat void

OnExecute() public abstract méthode

Final step of the Action Chain, execute the action.
public abstract OnExecute ( ) : void
Résultat void

OnLoadFilters() protected méthode

protected OnLoadFilters ( ) : void
Résultat void

OnLookup() protected méthode

Load all the information required to execute the action. If it's not explicitly called, its called automatically right before Execute.
protected OnLookup ( ) : void
Résultat void

RenderTemplate() public méthode

public RenderTemplate ( string templateDiscoveryPath ) : void
templateDiscoveryPath string
Résultat void

RenderView() public méthode

public RenderView ( string viewName ) : void
viewName string
Résultat void

executeFilters() public méthode

public executeFilters ( ) : void
Résultat void