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
PersonaStatis an instance of a specificPersonaStatDefinitionthat is associated with a particularPersona.REQUIRES: Persona Services
Properties
- Guid StatUid { get; set; }#
The unique identifier of the
PersonaStatDefinitionthis object represents.
- Guid PersonaUid { get; set; }#
The unique identifier of the
Personathat 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: