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

Inheritance: GammaJul.ReSharper.ForTea.Daemon.T4DaemonStageProcess
Afficher le fichier Open project: MrJul/ForTea

Méthodes publiques

Méthode 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

Méthode Description
GetMissingTokenRange ( [ element ) : DocumentRange
ProcessAttributeValue ( [ valueNode ) : void
ProcessDirective ( [ directive ) : void

Method Details

Execute() public méthode

Executes the process.
public Execute ( Action commiter ) : void
commiter Action
Résultat void

ProcessAfterInterior() public méthode

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

ProcessBeforeInterior() public méthode

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

T4ErrorProcess() public méthode

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 .
Résultat System