Class ArchetypeActivation#
Defined in File ArchetypeActivation.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ModelBase
(Class ModelBase)
Class Documentation#
- class xbe.sdk.Models.ArchetypeActivation : xbe.sdk.ModelBase#
Describes whether or not a archetype should be enabled for the given persona.
REQUIRES: Progression Services
Properties
- bool Enabled { get; set; }#
Indicates whether or not an archetype should be enabled for a given persona.
Public Static Functions
- new ArchetypeActivation Parse (string json)#
Parses the given JSON encoded string into a new ArchetypeActivation instance.
- Param json:
- Return: