C# 클래스 LongoMatch.DB.LiteDB

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

공개 메소드들

메소드 설명
Add ( ProjectDescription desc ) : bool
Delete ( System.Guid uuid ) : bool
LiteDB ( ) : System
LiteDB ( string dbPath ) : System
Save ( ) : bool

메소드 상세

Add() 공개 메소드

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

Delete() 공개 메소드

public Delete ( System.Guid uuid ) : bool
uuid System.Guid
리턴 bool

LiteDB() 공개 메소드

public LiteDB ( ) : System
리턴 System

LiteDB() 공개 메소드

public LiteDB ( string dbPath ) : System
dbPath string
리턴 System

Save() 공개 메소드

public Save ( ) : bool
리턴 bool