C# 클래스 Parrot.Renderers.DocumentView

TODO: Update summary.
파일 보기 프로젝트 열기: ParrotFx/Parrot 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
DocumentHost object>.IDictionary

공개 메소드들

메소드 설명
DocumentView ( IHost host, IRendererFactory rendererFactory, object>.IDictionary documentHost, Document document ) : System.Collections.Generic
Render ( IParrotWriter writer ) : void

메소드 상세

DocumentView() 공개 메소드

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

Render() 공개 메소드

public Render ( IParrotWriter writer ) : void
writer IParrotWriter
리턴 void

프로퍼티 상세

DocumentHost 보호되어 있는 프로퍼티

protected IDictionary DocumentHost
리턴 object>.IDictionary