C# Class BaconBuilder.Model.InfoPage

ファイルを表示 Open project: Revelations/BaconApp Class Usage Examples

Public Methods

Method Description
ConstructBody ( ) : string
ConstructFullPage ( ) : void
ConstructFullPage ( int x, int y, string title, string body ) : void
ConstructHead ( ) : string

Private Methods

Method Description
ConstructStyleSheet ( ) : string
Properties ( XmlReader reader ) : string>.Dictionary

Method Details

ConstructBody() public method

public ConstructBody ( ) : string
return string

ConstructFullPage() public method

public ConstructFullPage ( ) : void
return void

ConstructFullPage() public method

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

ConstructHead() public method

public ConstructHead ( ) : string
return string