C# Class Bloom.Book.Page

Inheritance: IPage
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
GetCaptionOrPageNumber ( int &pageNumber, string &captionI18nId ) : string
GetDivNodeForThisPage ( ) : XmlElement
GetIndex ( ) : int

Return the index of this page in the IEnumerable of pages

GetPageSelectorXPath ( XmlDocument pageDom ) : string
Page ( Book book, XmlElement sourcePage, string caption, string captionI18nId, XmlElement>.Func getDivNodeForThisPageMethod ) : System

Private Methods

Méthode Description
FixPageId ( string id ) : string
ReadClasses ( XmlElement sourcePage ) : void
ReadPageTags ( XmlElement sourcePage ) : void
UpdateLineage ( string lineage ) : void

Method Details

GetCaptionOrPageNumber() public méthode

public GetCaptionOrPageNumber ( int &pageNumber, string &captionI18nId ) : string
pageNumber int
captionI18nId string
Résultat string

GetDivNodeForThisPage() public méthode

public GetDivNodeForThisPage ( ) : XmlElement
Résultat System.Xml.XmlElement

GetIndex() public méthode

Return the index of this page in the IEnumerable of pages
public GetIndex ( ) : int
Résultat int

GetPageSelectorXPath() public static méthode

public static GetPageSelectorXPath ( XmlDocument pageDom ) : string
pageDom System.Xml.XmlDocument
Résultat string

Page() public méthode

public Page ( Book book, XmlElement sourcePage, string caption, string captionI18nId, XmlElement>.Func getDivNodeForThisPageMethod ) : System
book Book
sourcePage System.Xml.XmlElement
caption string
captionI18nId string
getDivNodeForThisPageMethod XmlElement>.Func
Résultat System