C# Class Longkong.XmlForms.XmlForm

The basic xml generated form.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: Longkong/Pojjaman

Protected Properties

Property Type Description
xmlLoader XmlLoader

Public Methods

Method Description
XmlForm ( ) : System
XmlForm ( 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

XmlForm() public method

public XmlForm ( ) : System
return System

XmlForm() public method

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

Property Details

xmlLoader protected_oe property

protected XmlLoader xmlLoader
return XmlLoader