C# 클래스 PredictiveCodeSuggestions.Generators.IteratorGenerator

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

공개 메소드들

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

Determines whether this instance can execute the specified data context.

Execute ( DataContext context ) : void

Executes the specified data context.

GetActionGroup ( ) : ActionGroup

Gets or sets the action group.

IteratorGenerator ( IteratorPopulator model, string text, string liveTemplate ) : PredictiveCodeSuggestions.LiveTemplates

Initializes a new instance of the IteratorGenerator class.

보호된 메소드들

메소드 설명
GetActionId ( ) : string

Gets the action id.

GetTitle ( ) : string

Gets the title.

메소드 상세

CanExecute() 공개 메소드

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

Execute() 공개 메소드

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

GetActionGroup() 공개 메소드

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

GetActionId() 보호된 메소드

Gets the action id.
protected GetActionId ( ) : string
리턴 string

GetTitle() 보호된 메소드

Gets the title.
protected GetTitle ( ) : string
리턴 string

IteratorGenerator() 공개 메소드

Initializes a new instance of the IteratorGenerator class.
public IteratorGenerator ( IteratorPopulator model, string text, string liveTemplate ) : PredictiveCodeSuggestions.LiveTemplates
model IteratorPopulator The model.
text string The text.
liveTemplate string The live template.
리턴 PredictiveCodeSuggestions.LiveTemplates