suite4.net.FormDatabase Documentation

WebLoaderParameterType Enumeration

Specifies the different types of parameters available for use with the IWebLoaderEvent. These parameters get passed to the method specified in the Operation property.

[Visual Basic]
Public Enum WebLoaderParameterType
[C#]
public enum WebLoaderParameterType

Members

Member Name Description
Component The name of the control that raised the event.
ComponentValue The value of the control that raised the event.
FormDatabase The IWebLoaderEvent passes the value of the provided FormDatabase.
FormName The name of the IForm.
DataSource IWebLoaderEvent passes the values of the business class instance associated with the IForm.
DataUniqueID The value of the DataUniqueID.
UserDefined A user-defined value.

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

suite4.net.FormDatabase Namespace