Property | Type | Description | |
---|---|---|---|
xmlLoader | XmlLoader |
Method | Description | |
---|---|---|
XmlForm ( ) : System | ||
XmlForm ( string fileName ) : System |
Creates a new instance
|
Method | Description | |
---|---|---|
SetupFromXml ( string fileName ) : void | ||
SetupFromXmlStream ( Stream stream ) : void | ||
SetupXmlLoader ( ) : void |
protected SetupFromXml ( string fileName ) : void | ||
fileName | string | |
return | void |
protected SetupFromXmlStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public XmlForm ( string fileName ) : System | ||
fileName | string | /// Name of the xml file which defines this form. /// |
return | System |