Class Persona#
Defined in File Persona.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.Persona : xbe.sdk.EntityBase#
An
Persona
is a unique persona of a user within the system. Users can have multiple personas per account and the persona can have associated data such as inventory, progress, achievements, etc.REQUIRES: Persona Services
Properties
- Guid UserUid { get; set; }#
The unique identifier of the user that the persona belongs to.
- string Name { get; set; }#
The unique name of the persona.
- string Description { get; set; }#
A textual description of the persona.