Namespace: Consultingwerk.Studio.LegacyGuiMigration.Frame
Class 
TriggerEvent Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.ValueObject

File:TriggerEvent
Purpose:Represents an Event of a Trigger
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:24.05.2020 11:31:30
Purpose: Returns the EventName value
Notes:



Top Method Summary
Options Name Purpose
+ LOGICAL Equals (Object) Compares this object to the passed in object by value
Inherited from Consultingwerk.ValueObject
+ RAW GetHashCode () Returns an 64bit RAW Hash Value representing the object instance
Inherited from Consultingwerk.ValueObject
+ CHARACTER ToString () Returns a string representation of the object
Inherited from Consultingwerk.ValueObject

Top Constructor Summary
Options Name Purpose
+ TriggerEvent (character, character, character) Constructor for the TriggerEvent class

Top Property Summary
Options Name Purpose
+ CHARACTER EventName
+ CHARACTER FrameName
+ CHARACTER WidgetName


Method Detail
Top

PUBLIC LOGICAL Equals (Object)

Inherited from Consultingwerk.ValueObject
Purpose: Compares this object to the passed in object by value
Notes:

Parameters:
poObject Progress.Lang.Object
The reference to the object to compare to
Returns LOGICAL
Logical value indicating if the two objects are identical by value
Top

PUBLIC RAW GetHashCode ()

Inherited from Consultingwerk.ValueObject
Purpose: Returns an 64bit RAW Hash Value representing the object instance
Notes: Based on the ABL SHA-512 implementation

Returns RAW
The RAW Hash Value representing the object instance
Top

PUBLIC CHARACTER ToString ()

Inherited from Consultingwerk.ValueObject
Purpose: Returns a string representation of the object
Notes:

Returns CHARACTER
The string representation of the object


Constructor Detail
Top

PUBLIC TriggerEvent (character, character, character)

Purpose: Constructor for the TriggerEvent class
Notes:

Parameters:
pEventName CHARACTER
The value for the EventName property
pWidgetName CHARACTER
The value for the WidgetName property
pFrameName CHARACTER
The value for the FrameName property


Property Detail
Top

PUBLIC CHARACTER EventName


Returns CHARACTER
Top

PUBLIC CHARACTER FrameName


Returns CHARACTER
Top

PUBLIC CHARACTER WidgetName


Returns CHARACTER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:15:36