C# Class Longkong.XmlForms.XmlForm

The basic xml generated form.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Longkong/Pojjaman

Protected Properties

Свойство Type Description
xmlLoader XmlLoader

Méthodes publiques

Méthode Description
XmlForm ( ) : System
XmlForm ( string fileName ) : System

Creates a new instance

Méthodes protégées

Méthode Description
SetupFromXml ( string fileName ) : void
SetupFromXmlStream ( Stream stream ) : void
SetupXmlLoader ( ) : void

Method Details

SetupFromXml() protected méthode

protected SetupFromXml ( string fileName ) : void
fileName string
Résultat void

SetupFromXmlStream() protected méthode

protected SetupFromXmlStream ( Stream stream ) : void
stream Stream
Résultat void

SetupXmlLoader() protected méthode

protected SetupXmlLoader ( ) : void
Résultat void

XmlForm() public méthode

public XmlForm ( ) : System
Résultat System

XmlForm() public méthode

Creates a new instance
public XmlForm ( string fileName ) : System
fileName string /// Name of the xml file which defines this form. ///
Résultat System

Property Details

xmlLoader protected_oe property

protected XmlLoader xmlLoader
Résultat XmlLoader