C# Class MegaMan.IO.Xml.Handlers.HandlerXmlWriter

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Protected Properties

Свойство Type Description
_commandWriter MegaMan.IO.Xml.Handlers.Commands.HandlerCommandXmlWriter

Méthodes publiques

Méthode Description
HandlerXmlWriter ( HandlerCommandXmlWriter commandWriter ) : System

Méthodes protégées

Méthode Description
WriteBase ( HandlerInfo info, XmlWriter writer ) : void

Private Methods

Méthode Description
HandlerXmlWriter ( ) : System

Method Details

HandlerXmlWriter() public méthode

public HandlerXmlWriter ( HandlerCommandXmlWriter commandWriter ) : System
commandWriter MegaMan.IO.Xml.Handlers.Commands.HandlerCommandXmlWriter
Résultat System

WriteBase() protected méthode

protected WriteBase ( HandlerInfo info, XmlWriter writer ) : void
info HandlerInfo
writer System.Xml.XmlWriter
Résultat void

Property Details

_commandWriter protected_oe property

protected HandlerCommandXmlWriter,MegaMan.IO.Xml.Handlers.Commands _commandWriter
Résultat MegaMan.IO.Xml.Handlers.Commands.HandlerCommandXmlWriter