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
Show file Open project: faush01/Emby.Kodi.SyncQueue

Public Properties

Property Type Description
FreeDataPageID uint

Public Methods

Method Description
CollectionPage ( uint pageID ) : System

Protected Methods

Method Description
ReadContent ( LiteDB reader ) : void

Method Details

CollectionPage() public method

public CollectionPage ( uint pageID ) : System
pageID uint
return System

ReadContent() protected method

protected ReadContent ( LiteDB reader ) : void
reader LiteDB
return void

Property Details

FreeDataPageID public 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
return uint