A Custom Event model object. More...
Public Member Functions | |
| CustomEvent (string name) | |
| Initializes a new instance of the CustomEvent class. | |
| CustomEvent (string name, double value) | |
| Initializes a new instance of the CustomEvent class. | |
| void | AddProperty (string name, string value) |
| Adds a string property. | |
| void | AddProperty (string name, double value) |
| Adds a double property. | |
| void | AddProperty (string name, bool value) |
| Adds a bool property. | |
| void | AddProperty (string name, ICollection< string > value) |
| Adds a string array property. | |
Properties | |
| string | EventName [get, set] |
| Gets or sets the name of the event. | |
| double? | EventValue [get, set] |
| Gets or sets the event value. | |
| string? | TransactionId [get, set] |
| Gets or sets the transaction identifier. | |
| string? | InteractionType [get, set] |
| Gets or sets the interaction type. | |
| string? | InteractionId [get, set] |
| Gets or sets the interaction identifier. | |
| List< IProperty > | PropertyList [get] |
| Gets a list of properties. | |
A Custom Event model object.
|
inline |
Initializes a new instance of the CustomEvent class.
| name | The name of the event. |
| value | The event value. |
|
inline |
Initializes a new instance of the CustomEvent class.
| name | The name of the event. |
| value | The event value. |
|
inline |
Adds a bool property.
| name | The property name. |
| value | The property value. |
|
inline |
Adds a double property.
| name | The property name. |
| value | The property value. |
|
inline |
Adds a string array property.
| name | The property name. |
| value | The property value. |
|
inline |
Adds a string property.
| name | The property name. |
| value | The property value. |
|
getset |
Gets or sets the name of the event.
The name of the event.
|
getset |
Gets or sets the event value.
The event value.
|
getset |
Gets or sets the interaction identifier.
The interaction identifier.
|
getset |
Gets or sets the interaction type.
The interaction type.
|
get |
Gets a list of properties.
The property list.
|
getset |
Gets or sets the transaction identifier.
The transaction identifier.