Click or drag to resize

BrowserEventHandlerUsageInfo Class

A BrowserEventHandlerUsageInfo object contains information about * id of the object that uses the event * the name of the object * the type of the object (Can be one of the following: Form, Form field or Transition) * the type of the the event (Can be one of the following: - OnInit (valid for form), - OnSubmit (valid for form), - OnChange (valid for form field), - OnActivate (valid for transition))
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelBrowserEventHandlerUsageInfo

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class BrowserEventHandlerUsageInfo

The BrowserEventHandlerUsageInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEventId
Id of the browser event
Public propertyEventType
type of the event handler (can be one of the following: valid for form, valid for form field or valid for transition)
Public propertyObjectId
Id of the object that uses the event handler
Public propertyObjectName
Name of the object that uses the event handler
Public propertyObjectType
type of the object (can be one of the following: Form, Form field or Transition)
Public propertyProcessTemplateName
Name of the process template that the form, formfield or transition belongs to
Top
Methods
  NameDescription
Public methodValidate
Validates the owner object type against browder event handler type
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also