[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Wrapper for events represented by a Map of key-value pairs that are the event properties.
MapEventBean instances are equal if they have the same MapEventBean.EventType and all property names
and values are reference-equal.
The following tables list the members exposed by the MapEventBean type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if the objects are equal.
(Overrides .Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides .GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides .ToString().) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | MapEventBeanNew | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | EventType |
Return the MapEventBean.EventType instance that describes the set of properties available for this event.
|
![]() | Item |
Returns the value of an event property.
|
![]() | Underlying |
Get the underlying data object to this event wrapper.
|