C# Class LongoMatch.DB.CouchbaseStorageLongoMatch

Inheritance: CouchbaseStorage
显示文件 Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
CouchbaseStorageLongoMatch ( CouchbaseManager manager, string storageName ) : Couchbase.Lite
CouchbaseStorageLongoMatch ( Couchbase.Lite.Database db ) : Couchbase.Lite
CouchbaseStorageLongoMatch ( string dbDir, string storageName ) : Couchbase.Lite

Protected Methods

Method Description
InitializeDocumentTypeMappings ( ) : void
InitializeViews ( ) : void

Private Methods

Method Description
CouchbaseStorageLongoMatch ( ) : Couchbase.Lite

Method Details

CouchbaseStorageLongoMatch() public method

public CouchbaseStorageLongoMatch ( CouchbaseManager manager, string storageName ) : Couchbase.Lite
manager CouchbaseManager
storageName string
return Couchbase.Lite

CouchbaseStorageLongoMatch() public method

public CouchbaseStorageLongoMatch ( Couchbase.Lite.Database db ) : Couchbase.Lite
db Couchbase.Lite.Database
return Couchbase.Lite

CouchbaseStorageLongoMatch() public method

public CouchbaseStorageLongoMatch ( string dbDir, string storageName ) : Couchbase.Lite
dbDir string
storageName string
return Couchbase.Lite

InitializeDocumentTypeMappings() protected method

protected InitializeDocumentTypeMappings ( ) : void
return void

InitializeViews() protected method

protected InitializeViews ( ) : void
return void