C# Класс BlackLinks.BlackAction

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
Execute ( ActionExecuteType type ) : bool

Execute the phases of the action.

loadFilters ( ) : void

Описание методов

BlackAction() публичный Метод

public BlackAction ( ) : System
Результат System

EnsureLookup() публичный Метод

public EnsureLookup ( ) : void
Результат void

ExecuteLookup() публичный Метод

public ExecuteLookup ( ) : void
Результат void

OnExecute() публичный абстрактный Метод

Final step of the Action Chain, execute the action.
public abstract OnExecute ( ) : void
Результат void

OnLoadFilters() защищенный Метод

protected OnLoadFilters ( ) : void
Результат void

OnLookup() защищенный Метод

Load all the information required to execute the action. If it's not explicitly called, its called automatically right before Execute.
protected OnLookup ( ) : void
Результат void

RenderTemplate() публичный Метод

public RenderTemplate ( string templateDiscoveryPath ) : void
templateDiscoveryPath string
Результат void

RenderView() публичный Метод

public RenderView ( string viewName ) : void
viewName string
Результат void

executeFilters() публичный Метод

public executeFilters ( ) : void
Результат void