C# 클래스 BlackLinks.BlackAction

파일 보기 프로젝트 열기: heapsource/BlackLinks 1 사용 예제들

공개 메소드들

메소드 설명
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