C# Class BaconBuilder.Model.InfoPage

Afficher le fichier Open project: Revelations/BaconApp Class Usage Examples

Méthodes publiques

Méthode Description
ConstructBody ( ) : string
ConstructFullPage ( ) : void
ConstructFullPage ( int x, int y, string title, string body ) : void
ConstructHead ( ) : string

Private Methods

Méthode Description
ConstructStyleSheet ( ) : string
Properties ( XmlReader reader ) : string>.Dictionary

Method Details

ConstructBody() public méthode

public ConstructBody ( ) : string
Résultat string

ConstructFullPage() public méthode

public ConstructFullPage ( ) : void
Résultat void

ConstructFullPage() public méthode

public ConstructFullPage ( int x, int y, string title, string body ) : void
x int
y int
title string
body string
Résultat void

ConstructHead() public méthode

public ConstructHead ( ) : string
Résultat string