Class ModuleSerialized
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class ModuleSerialized
- Inheritance
-
ModuleSerialized
- Inherited Members
-
- Extension Methods
-
Constructors
ModuleSerialized()
public ModuleSerialized()
Properties
Activities
public List<ActivitySerialized> Activities { get; set; }
Property Value
- List<ActivitySerialized>
Code
public string Code { get; set; }
Property Value
- string
Content
public List<CourseContentSerialized> Content { get; set; }
Property Value
- List<CourseContentSerialized>
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>