C# Class LongoMatch.DB.CouchbaseStorageLongoMatch

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitializeDocumentTypeMappings ( ) : void
InitializeViews ( ) : void

Private Methods

Méthode Description
CouchbaseStorageLongoMatch ( ) : Couchbase.Lite

Method Details

CouchbaseStorageLongoMatch() public méthode

public CouchbaseStorageLongoMatch ( CouchbaseManager manager, string storageName ) : Couchbase.Lite
manager CouchbaseManager
storageName string
Résultat Couchbase.Lite

CouchbaseStorageLongoMatch() public méthode

public CouchbaseStorageLongoMatch ( Couchbase.Lite.Database db ) : Couchbase.Lite
db Couchbase.Lite.Database
Résultat Couchbase.Lite

CouchbaseStorageLongoMatch() public méthode

public CouchbaseStorageLongoMatch ( string dbDir, string storageName ) : Couchbase.Lite
dbDir string
storageName string
Résultat Couchbase.Lite

InitializeDocumentTypeMappings() protected méthode

protected InitializeDocumentTypeMappings ( ) : void
Résultat void

InitializeViews() protected méthode

protected InitializeViews ( ) : void
Résultat void