|
UserWise Unity SDK
3.0.0
|
Public Member Functions | |
| RegionMetadata (string name, object Value, AttributableDataType dataType) | |
| string | GetName () |
| Getter for the attribute's name More... | |
| object | GetValue () |
Getter for the attribute's value, casted as a generic object. More... | |
| AttributableDataType | GetDataType () |
| Getter for the attribute's data type. AttributableDataType More... | |
| RegionMetadata IDictSerializable< RegionMetadata >. | Deserialize (Dictionary< string, object > data) |
| Dictionary< string, object > IDictSerializable< RegionMetadata >. | Serialize () |
Public Member Functions inherited from UserWiseSDK.IDictSerializable< RegionMetadata > | |
| Dictionary< string, object > | Serialize () |
Serialize instance into a generic Dictionary{string, object}. More... | |
| T | Deserialize (Dictionary< string, object > data) |
Deserialize generic Dictionary{string, object} into an instance of T. More... | |
Public Attributes | |
| string | Name |
| object | Value |
| AttributableDataType | DataType |
|
inline |
Getter for the attribute's data type. AttributableDataType
Implements UserWiseSDK.IAttributable.
|
inline |
Getter for the attribute's name
Implements UserWiseSDK.IAttributable.
|
inline |
Getter for the attribute's value, casted as a generic object.
Implements UserWiseSDK.IAttributable.
1.8.17