C# Класс TinySite.Models.Book

Наследование: CaseInsensitiveExpando
Показать файл Открыть проект Примеры использования класса

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