suite4.net.FormDatabase Documentation

IForm Members

IForm overview

Public Instance Properties

ChildForms Gets an IFormCollection containing all IForm objects derived from this form.
DataSourceType Gets the Type of the data source assigned to the IForm.
DataUniqueID Gets or sets a string the WebLoader uses to uniquely indentify a data source (business class) instance.
Description Gets the description of the IForm object.
FormType Gets the FormType of the IForm.
FullName Gets the full name of the IForm.
Image Gets an automatically created Image representation of the IForm.
Language Gets the language that is selected in the form.suite4.netForm Manager for the IForm.
LastModification Gets a timestamp of the last modification performed on the IForm.
Name Gets the name of the IForm.
Namespace Gets the namespace of the IForm.
Next Gets the next IForm in the IFormCollection.
PreserveFormatting Gets or sets a value indicating whether the formatting of all controls on the IForm should be preserved when the IForm is displayed using the WebLoader.
Prev Gets the previous IForm in the IFormCollection.
Resolution Gets the namespace of the IForm.
Size Gets the Size of the IForm.
Tasks Gets the tasks associated with this IForm.
UseDataBinding Gets a value indicating whether data binding should be used with this IForm.
UserGroup Gets the UserGroup of the IForm.
WebBackColor Gets or sets the Color value that will be used in the WebLoader component.
WebLoaderEvent Gets a IWebLoaderEvent value for use in the WebLoader component.
WebServicePassword Gets or sets a password used in accessing an XML web service using the WebLoader component.

Public Instance Methods

DeserializeDataSourceFromSwfXml 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.
SerializeDataSourceToSwfXml 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.
SerializeToSwfXml Overloaded. Serializes the current IForm, an instance of a business object and a WebLoaderAlert to an XML string. The XML is processed by the WebLoader component to dynamically draw a form and display the business object's values in a Macromedia Flash form.
SetComponentValue Sets the value of a designated property of a component contained in the IForm.

See Also

IForm Interface | suite4.net.FormDatabase Namespace