C# Класс PredictiveCodeSuggestions.Actions.AutoTemplateAction

Наследование: IContextAction
Показать файл Открыть проект

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