C# 클래스 PicklesDoc.Pickles.DocumentationBuilders.Dhtml.JsonTweaker

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

공개 메소드들

메소드 설명
AddJsonPWrapperTo ( string filePath ) : void
JsonTweaker ( IFileSystem fileSystem ) : System
RenameFileTo ( string oldFilePath, string newFilePath ) : void

메소드 상세

AddJsonPWrapperTo() 공개 메소드

public AddJsonPWrapperTo ( string filePath ) : void
filePath string
리턴 void

JsonTweaker() 공개 메소드

public JsonTweaker ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
리턴 System

RenameFileTo() 공개 메소드

public RenameFileTo ( string oldFilePath, string newFilePath ) : void
oldFilePath string
newFilePath string
리턴 void