C# 클래스 PredictiveCodeSuggestions.Actions.AutoTemplateAction

상속: IContextAction
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

프로퍼티 타입 설명
CreateBulbItems IEnumerable

공개 메소드들

메소드 설명
AutoTemplateAction ( ICSharpContextActionDataProvider provider ) : System.Collections.Generic

Initializes a new instance of the AutoTemplateAction class. For languages other than C# any inheritor of IContextActionDataProvider can be injected in this constructor.

IsAvailable ( IUserDataHolder cache ) : bool

Check if this action is available at the constructed context. Actions could store precalculated info in cache to share it between different actions

비공개 메소드들

메소드 설명
CreateBulbItems ( ) : IEnumerable

메소드 상세

AutoTemplateAction() 공개 메소드

Initializes a new instance of the AutoTemplateAction class. For languages other than C# any inheritor of IContextActionDataProvider can be injected in this constructor.
public AutoTemplateAction ( ICSharpContextActionDataProvider provider ) : System.Collections.Generic
provider ICSharpContextActionDataProvider The provider.
리턴 System.Collections.Generic

IsAvailable() 공개 메소드

Check if this action is available at the constructed context. Actions could store precalculated info in cache to share it between different actions
public IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder The cache.
리턴 bool