C# Class TinySite.Models.Book

Inheritance: CaseInsensitiveExpando
Mostrar archivo Open project: robmen/tinysite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Book ( string id, List chapters, DocumentFile parentDocument, DocumentFile renderingDocument ) : System.Collections.Generic
GetBookWithRenderingDocument ( DocumentFile renderingDocument ) : Book

Method Details

Book() public method

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

GetBookWithRenderingDocument() public method

public GetBookWithRenderingDocument ( DocumentFile renderingDocument ) : Book
renderingDocument DocumentFile
return Book