Class ActivitySerialized
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class ActivitySerialized
- Inheritance
-
ActivitySerialized
- Inherited Members
-
- Extension Methods
-
Constructors
ActivitySerialized()
public ActivitySerialized()
Properties
Assessment
public string Assessment { get; set; }
Property Value
- string
Code
public string Code { get; set; }
Property Value
- string
Competencies
public List<CompetencySerialized> Competencies { get; set; }
Property Value
- List<CompetencySerialized>
Content
public List<CourseContentSerialized> Content { get; set; }
Property Value
- List<CourseContentSerialized>
ContentDeliveryPlatform
public string ContentDeliveryPlatform { get; set; }
Property Value
- string
DurationMinutes
public int? DurationMinutes { get; set; }
Property Value
- int?
IsAdaptive
public bool IsAdaptive { get; set; }
Property Value
- bool
Name
public string Name { get; set; }
Property Value
- string
Prerequisites
public List<PrerequisiteSerialized> Prerequisites { get; set; }
Property Value
- List<PrerequisiteSerialized>
PrivacyGroups
public List<string> PrivacyGroups { get; set; }
Property Value
- List<string>
Requirement
public string Requirement { get; set; }
Property Value
- string
Survey
public string Survey { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string
Url
public string Url { get; set; }
Property Value
- string
UrlTarget
public string UrlTarget { get; set; }
Property Value
- string
UrlType
public string UrlType { get; set; }
Property Value
- string