C# 클래스 Uiml.UimlContainerDocument

Helper class that allows to insert a document in a container UIML document that contains placeholders a placeholder is defined in the part tree as follows: <part class="HBox" name="container" > </part>
파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

공개 메소드들

메소드 설명
Insert ( string pattern, UimlDocument doc ) : void
Reset ( ) : void
UimlContainerDocument ( UimlDocument doc ) : System

메소드 상세

Insert() 공개 메소드

public Insert ( string pattern, UimlDocument doc ) : void
pattern string
doc UimlDocument
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

UimlContainerDocument() 공개 메소드

public UimlContainerDocument ( UimlDocument doc ) : System
doc UimlDocument
리턴 System