UserWise Unity SDK  3.0.0
Public Member Functions | Public Attributes | List of all members
UserWiseSDK.RegionMetadata Struct Reference
Inheritance diagram for UserWiseSDK.RegionMetadata:
UserWiseSDK.IDictSerializable< RegionMetadata > UserWiseSDK.IAttributable

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...
 
Deserialize (Dictionary< string, object > data)
 Deserialize generic Dictionary{string, object} into an instance of T. More...
 

Public Attributes

string Name
 
object Value
 
AttributableDataType DataType
 

Member Function Documentation

◆ GetDataType()

AttributableDataType UserWiseSDK.RegionMetadata.GetDataType ( )
inline

Getter for the attribute's data type. AttributableDataType

Implements UserWiseSDK.IAttributable.

◆ GetName()

string UserWiseSDK.RegionMetadata.GetName ( )
inline

Getter for the attribute's name

Implements UserWiseSDK.IAttributable.

◆ GetValue()

object UserWiseSDK.RegionMetadata.GetValue ( )
inline

Getter for the attribute's value, casted as a generic object.

Implements UserWiseSDK.IAttributable.


The documentation for this struct was generated from the following file: