C# 클래스 PredictiveCodeSuggestions.Generators.GeneratorBase

Defines the GeneratorBase class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

프로퍼티 타입 설명
GetActionId string
GetTitle string

공개 메소드들

메소드 설명
CanExecute ( [ context ) : bool

Determines whether this instance can execute the specified data context.

Execute ( [ context ) : void

Executes the specified data context.

GetActionGroup ( ) : ActionGroup

Gets or sets the action group.

비공개 메소드들

메소드 설명
GetActionId ( ) : string
GetTitle ( ) : string

메소드 상세

CanExecute() 공개 추상적인 메소드

Determines whether this instance can execute the specified data context.
public abstract CanExecute ( [ context ) : bool
context [ The data context.
리턴 bool

Execute() 공개 추상적인 메소드

Executes the specified data context.
public abstract Execute ( [ context ) : void
context [ The context.
리턴 void

GetActionGroup() 공개 추상적인 메소드

Gets or sets the action group.
public abstract GetActionGroup ( ) : ActionGroup
리턴 ActionGroup