C# Class LongoMatch.DB.LiteDB

Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ProjectDescription desc ) : bool
Delete ( System.Guid uuid ) : bool
LiteDB ( ) : System
LiteDB ( string dbPath ) : System
Save ( ) : bool

Method Details

Add() public méthode

public Add ( ProjectDescription desc ) : bool
desc LongoMatch.Core.Store.ProjectDescription
Résultat bool

Delete() public méthode

public Delete ( System.Guid uuid ) : bool
uuid System.Guid
Résultat bool

LiteDB() public méthode

public LiteDB ( ) : System
Résultat System

LiteDB() public méthode

public LiteDB ( string dbPath ) : System
dbPath string
Résultat System

Save() public méthode

public Save ( ) : bool
Résultat bool