Class SkillRequirement#
Defined in File SkillRequirement.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ModelBase
(Class ModelBase)
Class Documentation#
- class xbe.sdk.Models.SkillRequirement : xbe.sdk.ModelBase#
Defines a single requirement that must be met to unlock a skill.
Properties
- Guid Uid { get; set; }#
The universally unique identifier of the object.
- string Type { get; set; }#
The unique identifier that will be used to match telemetry events.
- string Title { get; set; }#
A textual title or name of the requirement.
- string Description { get; set; }#
A textual description of the requirement.
- string Icon { get; set; }#
The icon to display when representing the requirement.
- object Value { get; set; }#
The value that must be met in order for the requirement to be fulfilled.
Public Static Functions
- new SkillRequirement Parse (string json)#
Parses the given JSON encoded string into a new SkillRequirement instance.
- Param json:
- Return: