|
string | Id [get, set] |
|
string | Name [get, set] |
|
object | Data [get, set] |
|
string | DataRaw [get, set] |
|
string | ExternalId [get, set] |
|
string | ExternalEventType [get, set] |
|
DateTime | StartAt [get, set] |
|
SchedulableTimezoneType | StartAtTz [get, set] |
|
DateTime | EndAt [get, set] |
|
SchedulableTimezoneType | EndAtTz [get, set] |
|
◆ GetDataAsList< T >()
List<T> UserWiseSDK.Events.GameEvent.GetDataAsList< T > |
( |
List< T > |
defaultValue | ) |
|
|
inline |
Safely retrieve the Data property by deserializing the data through the IDictSerializable interface.
This should only be called if the Data you expect is a root-level array.
- Template Parameters
-
- Parameters
-
defaultValue | Default on failure. If null will default(T) |
- Returns
- Type Constraints
-
T | : | IDictSerializable<T> | |
T | : | new() | |
◆ GetDataAsObject< T >()
T UserWiseSDK.Events.GameEvent.GetDataAsObject< T > |
( |
T |
defaultValue | ) |
|
|
inline |
Safely retrieve the Data property by deserializing the data through the IDictSerializable interface.
This should only be called if the Data you expect is a root-level array.
- Template Parameters
-
- Parameters
-
defaultValue | Default on failure. If null will default(T) |
- Returns
- Type Constraints
-
T | : | IDictSerializable<T> | |
T | : | new() | |
The documentation for this class was generated from the following file:
- userwise_sdk_source/userwise_sdk/Events/GameEvent.cs