[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
MapEventBeanNew(IDataDictionary, EventType) | Constructor for initialization with existing values.
Makes a shallow copy of the supplied values to not be surprised by changing property values.
|
MapEventBeanNew(EventType) | Constructor for the mutable functions, e.g. only the type of values is known but not the actual values. |
MapEventBeanNew(EventType, IDictionary<(Of String, EventBean>)) | Constructor for initialization with existing values.
Makes a shallow copy of the supplied values to not be surprised by changing property values.
|