C# Класс ReSharper.NTriples.Formatter.ReformatCode

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

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

Метод Описание
IsAvailable ( IPsiSourceFile sourceFile ) : bool
Process ( IPsiSourceFile sourceFile, IRangeMarker rangeMarkerMarker, CodeCleanupProfile profile, IProgressIndicator progressIndicator ) : void
SetDefaultSetting ( CodeCleanupProfile profile, CodeCleanup profileType ) : void

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

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

public IsAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
Результат bool

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

public Process ( IPsiSourceFile sourceFile, IRangeMarker rangeMarkerMarker, CodeCleanupProfile profile, IProgressIndicator progressIndicator ) : void
sourceFile IPsiSourceFile
rangeMarkerMarker IRangeMarker
profile CodeCleanupProfile
progressIndicator IProgressIndicator
Результат void

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

public SetDefaultSetting ( CodeCleanupProfile profile, CodeCleanup profileType ) : void
profile CodeCleanupProfile
profileType CodeCleanup
Результат void