C# Class GammaJul.ReSharper.ForTea.Daemon.T4ErrorProcess

Inheritance: GammaJul.ReSharper.ForTea.Daemon.T4DaemonStageProcess
Datei anzeigen Open project: MrJul/ForTea

Public Methods

Method Description
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.

Private Methods

Method Description
GetMissingTokenRange ( [ element ) : DocumentRange
ProcessAttributeValue ( [ valueNode ) : void
ProcessDirective ( [ directive ) : void

Method Details

Execute() public method

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

ProcessAfterInterior() public method

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

ProcessBeforeInterior() public method

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

T4ErrorProcess() public method

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 .
return System