C# Class LiteDB_V6.CollectionPage

Represents the collection page AND a collection item, because CollectionPage represent a Collection (1 page = 1 collection). All collections pages are linked with Prev/Next links
Inheritance: BasePage
Afficher le fichier Open project: faush01/Emby.Kodi.SyncQueue

Méthodes publiques

Свойство Type Description
FreeDataPageID uint

Méthodes publiques

Méthode Description
CollectionPage ( uint pageID ) : System

Méthodes protégées

Méthode Description
ReadContent ( LiteDB reader ) : void

Method Details

CollectionPage() public méthode

public CollectionPage ( uint pageID ) : System
pageID uint
Résultat System

ReadContent() protected méthode

protected ReadContent ( LiteDB reader ) : void
reader LiteDB
Résultat void

Property Details

FreeDataPageID public_oe property

Get a reference for the free list data page - its private list per collection - each DataPage contains only data for 1 collection (no mixing) Must to be a Field to be used as parameter reference
public uint FreeDataPageID
Résultat uint