C# 클래스 GammaJul.ReSharper.ForTea.Daemon.T4ErrorProcess

상속: GammaJul.ReSharper.ForTea.Daemon.T4DaemonStageProcess
파일 보기 프로젝트 열기: MrJul/ForTea

공개 메소드들

메소드 설명
Execute ( Action commiter ) : void

Executes the process.

ProcessAfterInterior ( ITreeNode element ) : void

Processes a node, after its descendants have been processed.

ProcessBeforeInterior ( ITreeNode element ) : void

Processes a node, before its descendants are processed.

T4ErrorProcess ( [ file, [ daemonProcess, [ directiveInfoManager ) : System

Initializes a new instance of the T4DaemonStageProcess class.

비공개 메소드들

메소드 설명
GetMissingTokenRange ( [ element ) : DocumentRange
ProcessAttributeValue ( [ valueNode ) : void
ProcessDirective ( [ directive ) : void

메소드 상세

Execute() 공개 메소드

Executes the process.
public Execute ( Action commiter ) : void
commiter Action
리턴 void

ProcessAfterInterior() 공개 메소드

Processes a node, after its descendants have been processed.
public ProcessAfterInterior ( ITreeNode element ) : void
element ITreeNode The node that was processed.
리턴 void

ProcessBeforeInterior() 공개 메소드

Processes a node, before its descendants are processed.
public ProcessBeforeInterior ( ITreeNode element ) : void
element ITreeNode The node to process.
리턴 void

T4ErrorProcess() 공개 메소드

Initializes a new instance of the T4DaemonStageProcess class.
public T4ErrorProcess ( [ file, [ daemonProcess, [ directiveInfoManager ) : System
file [ The associated T4 file.
daemonProcess [ The associated daemon process.
directiveInfoManager [ An instance of .
리턴 System