C# Class Longkong.XmlForms.XmlUserControl

The basic xml generated user control.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Longkong/Pojjaman

Protected Properties

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

Méthodes publiques

Méthode Description
XmlUserControl ( ) : System
XmlUserControl ( 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

XmlUserControl() public méthode

public XmlUserControl ( ) : System
Résultat System

XmlUserControl() public méthode

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

Property Details

xmlLoader protected_oe property

protected XmlLoader xmlLoader
Résultat XmlLoader