C# Class Longkong.XmlForms.XmlUserControl

The basic xml generated user control.
Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: Longkong/Pojjaman

Protected Properties

Property Type Description
xmlLoader XmlLoader

Public Methods

Method Description
XmlUserControl ( ) : System
XmlUserControl ( string fileName ) : System

Creates a new instance

Protected Methods

Method Description
SetupFromXml ( string fileName ) : void
SetupFromXmlStream ( Stream stream ) : void
SetupXmlLoader ( ) : void

Method Details

SetupFromXml() protected method

protected SetupFromXml ( string fileName ) : void
fileName string
return void

SetupFromXmlStream() protected method

protected SetupFromXmlStream ( Stream stream ) : void
stream Stream
return void

SetupXmlLoader() protected method

protected SetupXmlLoader ( ) : void
return void

XmlUserControl() public method

public XmlUserControl ( ) : System
return System

XmlUserControl() public method

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

Property Details

xmlLoader protected_oe property

protected XmlLoader xmlLoader
return XmlLoader