Class ArchetypeActivation

Class ArchetypeActivation#

Inheritance Relationships#

Base Type#

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

Public Functions

ArchetypeActivation ()#
ArchetypeActivation (Object obj)

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: