Class PersonaStat#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.PersonaStat : xbe.sdk.EntityBase#

The PersonaStat is an instance of a specific PersonaStatDefinition that is associated with a particular Persona.

REQUIRES: Persona Services

Public Functions

PersonaStat ()#
PersonaStat (Object obj)

Properties

Guid StatUid { get; set; }#

The unique identifier of the PersonaStatDefinition this object represents.

Guid PersonaUid { get; set; }#

The unique identifier of the Persona that this statistic is associated with.

object Value { get; set; }#

The current value of the statistic.

Public Static Functions

new PersonaStat Parse (string json)#

Parses the given JSON encoded string into a new PersonaStat instance.

Param json:

Return: