C# 클래스 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
상속: BasePage
파일 보기 프로젝트 열기: faush01/Emby.Kodi.SyncQueue

공개 프로퍼티들

프로퍼티 타입 설명
FreeDataPageID uint

공개 메소드들

메소드 설명
CollectionPage ( uint pageID ) : System

보호된 메소드들

메소드 설명
ReadContent ( LiteDB reader ) : void

메소드 상세

CollectionPage() 공개 메소드

public CollectionPage ( uint pageID ) : System
pageID uint
리턴 System

ReadContent() 보호된 메소드

protected ReadContent ( LiteDB reader ) : void
reader LiteDB
리턴 void

프로퍼티 상세

FreeDataPageID 공개적으로 프로퍼티

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
리턴 uint