C# 클래스 TinySite.Models.Book

상속: CaseInsensitiveExpando
파일 보기 프로젝트 열기: robmen/tinysite 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Book ( string id, List chapters, DocumentFile parentDocument, DocumentFile renderingDocument ) : System.Collections.Generic
GetBookWithRenderingDocument ( DocumentFile renderingDocument ) : Book

메소드 상세

Book() 공개 메소드

public Book ( string id, List chapters, DocumentFile parentDocument, DocumentFile renderingDocument ) : System.Collections.Generic
id string
chapters List
parentDocument DocumentFile
renderingDocument DocumentFile
리턴 System.Collections.Generic

GetBookWithRenderingDocument() 공개 메소드

public GetBookWithRenderingDocument ( DocumentFile renderingDocument ) : Book
renderingDocument DocumentFile
리턴 Book