Class PersonaStat#
Defined in File PersonaStat.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.PersonaStat : xbe.sdk.EntityBase#
The
PersonaStat
is an instance of a specificPersonaStatDefinition
that is associated with a particularPersona
.REQUIRES: Persona Services
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: