suite4.net.FormDatabase Documentation

IForm.DeserializeDataSourceFromSwfXml Method 

Deserializes a business object from an XML string. The method takes an existing business object instance and an XML string and updates the business object with the values stored in the XML string.

[Visual Basic]
Sub DeserializeDataSourceFromSwfXml( _
   ByVal swfXml As String, _
   ByVal dataSource As Object _
)
[C#]
void DeserializeDataSourceFromSwfXml(
   string swfXml,
   object dataSource
);

Parameters

swfXml
The XML string containing updated values to be merged with dataSource.
dataSource
The instance of the business object which will be updated with the values of swfXml.

Remarks

See Also

IForm Interface | suite4.net.FormDatabase Namespace