C# Class TinySite.Models.Dynamic.DynamicDocumentFile

Inheritance: TinySite.Models.Dynamic.DynamicOutputFile
Afficher le fichier Open project: robmen/tinysite Class Usage Examples

Private Properties

Свойство Type Description
ExecuteQuery object
GetBook object
GetChapter object
GetNextDocument object
GetPaginator object
GetParentDocument object
GetPreviousDocument object

Méthodes publiques

Méthode Description
DynamicDocumentFile ( DocumentFile activeDocument, DocumentFile document, Site site ) : System
GetDocument ( ) : DocumentFile

Méthodes protégées

Méthode Description
GetData ( ) : object>.IDictionary
TrySetValue ( string key, object value ) : bool

Private Methods

Méthode Description
ExecuteQuery ( string queryString ) : object
GetBook ( ) : object
GetChapter ( ) : object
GetNextDocument ( ) : object
GetPaginator ( ) : object
GetParentDocument ( ) : object
GetPreviousDocument ( ) : object

Method Details

DynamicDocumentFile() public méthode

public DynamicDocumentFile ( DocumentFile activeDocument, DocumentFile document, Site site ) : System
activeDocument DocumentFile
document DocumentFile
site Site
Résultat System

GetData() protected méthode

protected GetData ( ) : object>.IDictionary
Résultat object>.IDictionary

GetDocument() public méthode

public GetDocument ( ) : DocumentFile
Résultat DocumentFile

TrySetValue() protected méthode

protected TrySetValue ( string key, object value ) : bool
key string
value object
Résultat bool