C# Class UlteriusServer.Utilities.Files.Database.DatabaseManager

Afficher le fichier Open project: Ulterius/server Class Usage Examples

Méthodes publiques

Méthode Description
CreateDatabase ( ) : bool
DatabaseManager ( string path ) : System
GetFileList ( string fileSearchPattern, string rootFolderPath ) : IEnumerable
OutOfSync ( ) : bool
Search ( string value ) : IEnumerable

Private Methods

Méthode Description
NeedsUpdate ( ) : bool
UnixTimeStampToDateTime ( double unixTimeStamp ) : System.DateTime

Method Details

CreateDatabase() public méthode

public CreateDatabase ( ) : bool
Résultat bool

DatabaseManager() public méthode

public DatabaseManager ( string path ) : System
path string
Résultat System

GetFileList() public static méthode

public static GetFileList ( string fileSearchPattern, string rootFolderPath ) : IEnumerable
fileSearchPattern string
rootFolderPath string
Résultat IEnumerable

OutOfSync() public méthode

public OutOfSync ( ) : bool
Résultat bool

Search() public méthode

public Search ( string value ) : IEnumerable
value string
Résultat IEnumerable