C# Class VBSharper.Plugins.Refactorings.SharedToExtension.SharedToExtensionWorkflow

Inheritance: MoveStaticMembersWorkflow
Show file Open project: ThatShawGuy/VBSharper Class Usage Examples

Protected Properties

Property Type Description
Direction WorkflowDirection

Public Methods

Method Description
CreateRefactoring ( IRefactoringDriver driver ) : IRefactoringExecuter
IsAvailable ( IDataContext context ) : bool
SharedToExtensionWorkflow ( ISolution solution, WorkflowDirection direction, string actionId ) : System.Collections.Generic

Method Details

CreateRefactoring() public method

public CreateRefactoring ( IRefactoringDriver driver ) : IRefactoringExecuter
driver IRefactoringDriver
return IRefactoringExecuter

IsAvailable() public method

public IsAvailable ( IDataContext context ) : bool
context IDataContext
return bool

SharedToExtensionWorkflow() public method

public SharedToExtensionWorkflow ( ISolution solution, WorkflowDirection direction, string actionId ) : System.Collections.Generic
solution ISolution
direction WorkflowDirection
actionId string
return System.Collections.Generic

Property Details

Direction protected property

protected WorkflowDirection Direction
return WorkflowDirection