Table of Contents

Class CourseSerialized

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class CourseSerialized
Inheritance
CourseSerialized
Inherited Members
Extension Methods

Constructors

CourseSerialized()

public CourseSerialized()

Properties

AllowMultipleUnits

public bool AllowMultipleUnits { get; set; }

Property Value

bool

Code

public string Code { get; set; }

Property Value

string

Content

public List<CourseContentSerialized> Content { get; set; }

Property Value

List<CourseContentSerialized>

FlagColor

public string FlagColor { get; set; }

Property Value

string

FlagText

public string FlagText { get; set; }

Property Value

string

Framework

public string Framework { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Image

public string Image { get; set; }

Property Value

string

IsProgressReportEnabled

public bool IsProgressReportEnabled { get; set; }

Property Value

bool

Label

public string Label { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

OutlineWidth

public int? OutlineWidth { get; set; }

Property Value

int?

PrivacyGroups

public List<string> PrivacyGroups { get; set; }

Property Value

List<string>

Slug

public string Slug { get; set; }

Property Value

string

Style

public string Style { get; set; }

Property Value

string

Units

public List<UnitSerialized> Units { get; set; }

Property Value

List<UnitSerialized>

Url

public string Url { get; set; }

Property Value

string