C# Class TinySite.Models.Book

Inheritance: CaseInsensitiveExpando
Afficher le fichier Open project: robmen/tinysite Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Book() public méthode

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

GetBookWithRenderingDocument() public méthode

public GetBookWithRenderingDocument ( DocumentFile renderingDocument ) : Book
renderingDocument DocumentFile
Résultat Book