Class Achievement#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Describes a single achievement that a given user has already unlocked.

REQUIRES: Achievement Services

Public Functions

Achievement ()#
Achievement (Object obj)

Properties

Guid AchievementUid { get; set; }#

The unique identifier of the achievement that the user has unlocked.

Guid UserUid { get; set; }#

The unique identifier of the user that unlocked the achievement.

Public Static Functions

new Achievement Parse (string json)#

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

Param json:

Return: