Table of Contents

Class AchievementPrerequisite

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class AchievementPrerequisite
Inheritance
AchievementPrerequisite
Inherited Members
Extension Methods

Constructors

AchievementPrerequisite()

public AchievementPrerequisite()

Properties

Conditions

This is a list of Achievement identifiers. A prerequisite is understood to be satisfied if the learner has been granted ANY ONE of the achievements in this list. In other words, each "condition" is an achievement.

public List<Guid> Conditions { get; set; }

Property Value

List<Guid>

Examples

Mathematics 271 OR Mathematics 273

Identifier

public Guid Identifier { get; set; }

Property Value

Guid