C# Class LongoMatch.DB.LiteDB

Mostra file Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

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

Method Details

Add() public method

public Add ( ProjectDescription desc ) : bool
desc LongoMatch.Core.Store.ProjectDescription
return bool

Delete() public method

public Delete ( System.Guid uuid ) : bool
uuid System.Guid
return bool

LiteDB() public method

public LiteDB ( ) : System
return System

LiteDB() public method

public LiteDB ( string dbPath ) : System
dbPath string
return System

Save() public method

public Save ( ) : bool
return bool