C# Class Parrot.Renderers.DocumentView

TODO: Update summary.
显示文件 Open project: ParrotFx/Parrot Class Usage Examples

Protected Properties

Property Type Description
DocumentHost object>.IDictionary

Public Methods

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

Method Details

DocumentView() public method

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
return System.Collections.Generic

Render() public method

public Render ( IParrotWriter writer ) : void
writer IParrotWriter
return void

Property Details

DocumentHost protected_oe property

protected IDictionary DocumentHost
return object>.IDictionary