C# Class Parrot.Renderers.DocumentView

TODO: Update summary.
Afficher le fichier Open project: ParrotFx/Parrot Class Usage Examples

Protected Properties

Свойство Type Description
DocumentHost object>.IDictionary

Méthodes publiques

Méthode Description
DocumentView ( IHost host, IRendererFactory rendererFactory, object>.IDictionary documentHost, Document document ) : System.Collections.Generic
Render ( IParrotWriter writer ) : void

Method Details

DocumentView() public méthode

public DocumentView ( IHost host, IRendererFactory rendererFactory, object>.IDictionary documentHost, Document document ) : System.Collections.Generic
host IHost
rendererFactory IRendererFactory
documentHost object>.IDictionary
document Parrot.Nodes.Document
Résultat System.Collections.Generic

Render() public méthode

public Render ( IParrotWriter writer ) : void
writer IParrotWriter
Résultat void

Property Details

DocumentHost protected_oe property

protected IDictionary DocumentHost
Résultat object>.IDictionary