C# Class CorCompare.BaseData

Afficher le fichier Open project: kumpera/mono

Protected Properties

Свойство Type Description
document System.Xml.XmlDocument
parent System.Xml.XmlNode

Méthodes publiques

Méthode Description
DoOutput ( ) : void

Méthodes protégées

Méthode Description
AddAttribute ( XmlNode node, string name, string value ) : void
BaseData ( XmlDocument doc, XmlNode parent ) : System

Method Details

AddAttribute() protected méthode

protected AddAttribute ( XmlNode node, string name, string value ) : void
node System.Xml.XmlNode
name string
value string
Résultat void

BaseData() protected méthode

protected BaseData ( XmlDocument doc, XmlNode parent ) : System
doc System.Xml.XmlDocument
parent System.Xml.XmlNode
Résultat System

DoOutput() public abstract méthode

public abstract DoOutput ( ) : void
Résultat void

Property Details

document protected_oe property

protected XmlDocument,System.Xml document
Résultat System.Xml.XmlDocument

parent protected_oe property

protected XmlNode,System.Xml parent
Résultat System.Xml.XmlNode