C# Класс ReSharper.NTriples.Intentions.CreateFromUsage.NTriplesIntentionResultBehavior

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
NTriplesIntentionResultBehavior ( HotspotSessionExecutor hotspotSessionExecutor ) : JetBrains.Application
OnHotspotSessionExecutionStarted ( NTriplesIntentionResult result, ITextControl textControl ) : void

Защищенные методы

Метод Описание
OnHotspotSessionExecutionStartedInternal ( NTriplesIntentionResult result, ITextControl textControl ) : void
SetCaretPosition ( ITextControl textControl, NTriplesIntentionResult result ) : void

Описание методов

NTriplesIntentionResultBehavior() публичный Метод

public NTriplesIntentionResultBehavior ( HotspotSessionExecutor hotspotSessionExecutor ) : JetBrains.Application
hotspotSessionExecutor HotspotSessionExecutor
Результат JetBrains.Application

OnHotspotSessionExecutionStarted() публичный Метод

public OnHotspotSessionExecutionStarted ( NTriplesIntentionResult result, ITextControl textControl ) : void
result NTriplesIntentionResult
textControl ITextControl
Результат void

OnHotspotSessionExecutionStartedInternal() защищенный Метод

protected OnHotspotSessionExecutionStartedInternal ( NTriplesIntentionResult result, ITextControl textControl ) : void
result NTriplesIntentionResult
textControl ITextControl
Результат void

SetCaretPosition() защищенный статический Метод

protected static SetCaretPosition ( ITextControl textControl, NTriplesIntentionResult result ) : void
textControl ITextControl
result NTriplesIntentionResult
Результат void