C# 클래스 YALV.Core.DataService

파일 보기 프로젝트 열기: LukePet/YALV

공개 메소드들

메소드 설명
ParseFolderFile ( string path ) : IList
ParseLogFile ( string path ) : IList
SaveFolderFile ( IList folders, string path ) : void

메소드 상세

ParseFolderFile() 공개 정적인 메소드

public static ParseFolderFile ( string path ) : IList
path string
리턴 IList

ParseLogFile() 공개 정적인 메소드

public static ParseLogFile ( string path ) : IList
path string
리턴 IList

SaveFolderFile() 공개 정적인 메소드

public static SaveFolderFile ( IList folders, string path ) : void
folders IList
path string
리턴 void