C# Class LayoutFarm.DzBoardSample.DzBoxSerializer

Inheritance: LayoutFarm.UI.UIVisitor
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Attribute ( string name, double value ) : void
Attribute ( string name, int value ) : void
Attribute ( string name, string value ) : void
BeginElement ( UIElement ui, string uiname ) : void
Comment ( string content ) : void
DzBoxSerializer ( string rootNodeName ) : System
EndElement ( ) : void
TextNode ( string content ) : void
WriteToFile ( string filename ) : void

Method Details

Attribute() public méthode

public Attribute ( string name, double value ) : void
name string
value double
Résultat void

Attribute() public méthode

public Attribute ( string name, int value ) : void
name string
value int
Résultat void

Attribute() public méthode

public Attribute ( string name, string value ) : void
name string
value string
Résultat void

BeginElement() public méthode

public BeginElement ( UIElement ui, string uiname ) : void
ui LayoutFarm.UI.UIElement
uiname string
Résultat void

Comment() public méthode

public Comment ( string content ) : void
content string
Résultat void

DzBoxSerializer() public méthode

public DzBoxSerializer ( string rootNodeName ) : System
rootNodeName string
Résultat System

EndElement() public méthode

public EndElement ( ) : void
Résultat void

TextNode() public méthode

public TextNode ( string content ) : void
content string
Résultat void

WriteToFile() public méthode

public WriteToFile ( string filename ) : void
filename string
Résultat void