C# Class JoarOyen.ReSharperPlugIn.QuickParameterlessMacro

Inheritance: SimpleMacroImplementation
Afficher le fichier Open project: joaroyen/ReSharperExtensions

Méthodes publiques

Méthode Description
EvaluateQuickResult ( IHotspotContext context ) : string
HandleExpansion ( IHotspotContext context ) : bool
HotspotSessionHotspotUpdated ( object sender, EventArgs e ) : void
QuickEvaluate ( string value ) : string

Private Methods

Méthode Description
HotspotValue ( Hotspot hotspot ) : string
ShouldHandle ( Hotspot hotspot ) : bool
ThisImplementationsMacroDefinition ( ) : Type

Method Details

EvaluateQuickResult() public méthode

public EvaluateQuickResult ( IHotspotContext context ) : string
context IHotspotContext
Résultat string

HandleExpansion() public méthode

public HandleExpansion ( IHotspotContext context ) : bool
context IHotspotContext
Résultat bool

HotspotSessionHotspotUpdated() public méthode

public HotspotSessionHotspotUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

QuickEvaluate() public abstract méthode

public abstract QuickEvaluate ( string value ) : string
value string
Résultat string