Method | Description | |
---|---|---|
Attribute ( string name, double value ) : void | ||
Attribute ( string name, int value ) : void | ||
Attribute ( string name, string value ) : void | ||
BeginElement ( |
||
Comment ( string content ) : void | ||
DzBoxSerializer ( string rootNodeName ) : System | ||
EndElement ( ) : void | ||
TextNode ( string content ) : void | ||
WriteToFile ( string filename ) : void |
public Attribute ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public Attribute ( string name, int value ) : void | ||
name | string | |
value | int | |
return | void |
public Attribute ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public BeginElement ( |
||
ui | ||
uiname | string | |
return | void |
public DzBoxSerializer ( string rootNodeName ) : System | ||
rootNodeName | string | |
return | System |
public WriteToFile ( string filename ) : void | ||
filename | string | |
return | void |