Method | Description | |
---|---|---|
FormManager ( |
||
GenerateFormFromXsdFile ( string file ) : void |
Creates XForm from given Xsd file
|
|
IsFormValid ( ) : bool |
Check if form is valid usually before saving Xml data.
|
|
SaveFormToXmlFile ( |
Save XForm to Xml file.
|
|
UpdateFormFromXml ( string fileName ) : void |
Updates values in XForm from given Xml file.
|