C# 클래스 OpenIDE.Core.Commands.CacheFormatter

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
Format ( ICodeReference reference ) : string
Format ( ISignatureReference reference ) : string
Format ( Project project ) : string
Format ( ProjectFile file ) : string
FormatFile ( string file ) : string
FormatProject ( string file ) : string

메소드 상세

Format() 공개 메소드

public Format ( ICodeReference reference ) : string
reference ICodeReference
리턴 string

Format() 공개 메소드

public Format ( ISignatureReference reference ) : string
reference ISignatureReference
리턴 string

Format() 공개 메소드

public Format ( Project project ) : string
project OpenIDE.Core.Caching.Project
리턴 string

Format() 공개 메소드

public Format ( ProjectFile file ) : string
file OpenIDE.Core.Caching.ProjectFile
리턴 string

FormatFile() 공개 메소드

public FormatFile ( string file ) : string
file string
리턴 string

FormatProject() 공개 메소드

public FormatProject ( string file ) : string
file string
리턴 string