C# 클래스 BaconBuilder.Model.InfoPage

파일 보기 프로젝트 열기: Revelations/BaconApp 1 사용 예제들

공개 메소드들

메소드 설명
ConstructBody ( ) : string
ConstructFullPage ( ) : void
ConstructFullPage ( int x, int y, string title, string body ) : void
ConstructHead ( ) : string

비공개 메소드들

메소드 설명
ConstructStyleSheet ( ) : string
Properties ( XmlReader reader ) : string>.Dictionary

메소드 상세

ConstructBody() 공개 메소드

public ConstructBody ( ) : string
리턴 string

ConstructFullPage() 공개 메소드

public ConstructFullPage ( ) : void
리턴 void

ConstructFullPage() 공개 메소드

public ConstructFullPage ( int x, int y, string title, string body ) : void
x int
y int
title string
body string
리턴 void

ConstructHead() 공개 메소드

public ConstructHead ( ) : string
리턴 string