C# Class MegaMan.IO.Xml.Includes.EntityXmlWriter

Inheritance: IEntityWriter
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Write ( EntityInfo entity, string filepath ) : void

Private Methods

Méthode Description
EntityXmlWriter ( ) : System
Write ( EntityInfo entity, XmlWriter writer ) : void
WritePart ( IComponentInfo info, XmlWriter writer ) : void

Method Details

Write() public méthode

public Write ( EntityInfo entity, string filepath ) : void
entity MegaMan.Common.Entities.EntityInfo
filepath string
Résultat void