C# 클래스 UlteriusServer.Utilities.Files.Database.DatabaseManager

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

공개 메소드들

메소드 설명
CreateDatabase ( ) : bool
DatabaseManager ( string path ) : System
GetFileList ( string fileSearchPattern, string rootFolderPath ) : IEnumerable
OutOfSync ( ) : bool
Search ( string value ) : IEnumerable

비공개 메소드들

메소드 설명
NeedsUpdate ( ) : bool
UnixTimeStampToDateTime ( double unixTimeStamp ) : System.DateTime

메소드 상세

CreateDatabase() 공개 메소드

public CreateDatabase ( ) : bool
리턴 bool

DatabaseManager() 공개 메소드

public DatabaseManager ( string path ) : System
path string
리턴 System

GetFileList() 공개 정적인 메소드

public static GetFileList ( string fileSearchPattern, string rootFolderPath ) : IEnumerable
fileSearchPattern string
rootFolderPath string
리턴 IEnumerable

OutOfSync() 공개 메소드

public OutOfSync ( ) : bool
리턴 bool

Search() 공개 메소드

public Search ( string value ) : IEnumerable
value string
리턴 IEnumerable