suite4.net.FormDatabase Documentation

IForm.SerializeDataSourceToSwfXml Method 

Serializes a business object instance to an XML string. The XML is processed by the WebLoader component to display the business object's values in a Macromedia Flash form.

[Visual Basic]
Function SerializeDataSourceToSwfXml( _
   ByVal dataSource As Object _
) As String
[C#]
string SerializeDataSourceToSwfXml(
   object dataSource
);

Parameters

dataSource
An instance of the data source.

Return Value

An XML string representing the business object instance associated with the IForm.

Remarks

See Also

IForm Interface | suite4.net.FormDatabase Namespace