C# 클래스 VBSharper.Plugins.Refactorings.SharedToExtension.SharedToExtensionWorkflow

상속: MoveStaticMembersWorkflow
파일 보기 프로젝트 열기: ThatShawGuy/VBSharper 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Direction WorkflowDirection

공개 메소드들

메소드 설명
CreateRefactoring ( IRefactoringDriver driver ) : IRefactoringExecuter
IsAvailable ( IDataContext context ) : bool
SharedToExtensionWorkflow ( ISolution solution, WorkflowDirection direction, string actionId ) : System.Collections.Generic

메소드 상세

CreateRefactoring() 공개 메소드

public CreateRefactoring ( IRefactoringDriver driver ) : IRefactoringExecuter
driver IRefactoringDriver
리턴 IRefactoringExecuter

IsAvailable() 공개 메소드

public IsAvailable ( IDataContext context ) : bool
context IDataContext
리턴 bool

SharedToExtensionWorkflow() 공개 메소드

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

프로퍼티 상세

Direction 보호되어 있는 프로퍼티

protected WorkflowDirection Direction
리턴 WorkflowDirection