C# Class LiteDB_V6.CollectionService

Afficher le fichier Open project: faush01/Emby.Kodi.SyncQueue Class Usage Examples

Méthodes publiques

Méthode Description
CollectionService ( PageService pager, IndexService indexer, DataService data ) : System
Get ( string name ) : CollectionPage

Get a exist collection. Returns null if not exists

Method Details

CollectionService() public méthode

public CollectionService ( PageService pager, IndexService indexer, DataService data ) : System
pager PageService
indexer IndexService
data DataService
Résultat System

Get() public méthode

Get a exist collection. Returns null if not exists
public Get ( string name ) : CollectionPage
name string
Résultat CollectionPage