C# Class Catel.ReSharper.Types.InheritFromActionBase

Inheritance: Catel.ReSharper.CSharp.ContextActionBase
ファイルを表示 Open project: Catel/Catel.ReSharper

Public Methods

Method Description
IsAvailable ( IUserDataHolder cache ) : bool

Protected Methods

Method Description
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
InheritFromActionBase ( ICSharpContextActionDataProvider provider ) : System

Method Details

ExecutePsiTransaction() protected method

protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
solution ISolution
progress IProgressIndicator
return Action

InheritFromActionBase() protected method

protected InheritFromActionBase ( ICSharpContextActionDataProvider provider ) : System
provider ICSharpContextActionDataProvider
return System

IsAvailable() public method

public IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder
return bool