C# Class ReSharper.NTriples.Formatter.ReformatCode

Inheritance: ICodeCleanupModule
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

Méthode Description
IsAvailable ( IPsiSourceFile sourceFile ) : bool
Process ( IPsiSourceFile sourceFile, IRangeMarker rangeMarkerMarker, CodeCleanupProfile profile, IProgressIndicator progressIndicator ) : void
SetDefaultSetting ( CodeCleanupProfile profile, CodeCleanup profileType ) : void

Method Details

IsAvailable() public méthode

public IsAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
Résultat bool

Process() public méthode

public Process ( IPsiSourceFile sourceFile, IRangeMarker rangeMarkerMarker, CodeCleanupProfile profile, IProgressIndicator progressIndicator ) : void
sourceFile IPsiSourceFile
rangeMarkerMarker IRangeMarker
profile CodeCleanupProfile
progressIndicator IProgressIndicator
Résultat void

SetDefaultSetting() public méthode

public SetDefaultSetting ( CodeCleanupProfile profile, CodeCleanup profileType ) : void
profile CodeCleanupProfile
profileType CodeCleanup
Résultat void