Click or drag to resize

BrowserEventHandler Class

A BrowserEventHandler object models a javascript function that can be executed by an event in the user's browser.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelBrowserEventHandler

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class BrowserEventHandler : IObjectWithId, 
	IObjectWithGuid, IObjectWithDataVersion, ICloneable

The BrowserEventHandler type exposes the following members.

Constructors
  NameDescription
Public methodBrowserEventHandler
Constructor of the object taking an internal ID.
Top
Properties
  NameDescription
Public propertyChangedBy
ID of user who changed the object
Public propertyChangeTime
Date of last change of the object.
Public propertyCreatedBy
ID of user whi created the object
Public propertyCreateTime
Create time of the BrowserEventHandler object
Public propertyDataVersion
Entity data version of the object used for the optimistic lock of the object in the database.
Public propertyFunctionBody
Contains the javascript function body.
Public propertyId
Internal ID of the object
Public propertyName
Contains the name of the event handler.
Public propertyUId
UID of the object
Top
Methods
  NameDescription
Public methodClone
Public methodToString
Returns the name of the BrowserEventHandler.
(Overrides ObjectToString.)
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
Explicit Interface Implementations
See Also