C# 클래스 ReSharper.NTriples.Formatter.ReformatCode

상속: ICodeCleanupModule
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
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