C# 클래스 Bloom.Book.Page

상속: IPage
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FixPageId ( string id ) : string
ReadClasses ( XmlElement sourcePage ) : void
ReadPageTags ( XmlElement sourcePage ) : void
UpdateLineage ( string lineage ) : void

메소드 상세

GetCaptionOrPageNumber() 공개 메소드

public GetCaptionOrPageNumber ( int &pageNumber, string &captionI18nId ) : string
pageNumber int
captionI18nId string
리턴 string

GetDivNodeForThisPage() 공개 메소드

public GetDivNodeForThisPage ( ) : XmlElement
리턴 System.Xml.XmlElement

GetIndex() 공개 메소드

Return the index of this page in the IEnumerable of pages
public GetIndex ( ) : int
리턴 int

GetPageSelectorXPath() 공개 정적인 메소드

public static GetPageSelectorXPath ( XmlDocument pageDom ) : string
pageDom System.Xml.XmlDocument
리턴 string

Page() 공개 메소드

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