Table of Contents

Class Module

Namespace
InSite.Domain.CourseObjects
Assembly
Shift.Sdk.dll
public class Module : BaseObject
Inheritance
Module
Inherited Members
Extension Methods

Constructors

Module()

public Module()

Properties

Activities

public List<Activity> Activities { get; set; }

Property Value

List<Activity>

Asset

public int Asset { get; set; }

Property Value

int

Content

public ContentContainer Content { get; set; }

Property Value

ContentContainer

FullCode

public string FullCode { get; }

Property Value

string

GradeItem

public BaseObject GradeItem { get; set; }

Property Value

BaseObject

HasPrerequisites

public bool HasPrerequisites { get; }

Property Value

bool

IsAdaptive

public bool IsAdaptive { get; set; }

Property Value

bool

PrerequisiteDeterminer

public DeterminerType PrerequisiteDeterminer { get; set; }

Property Value

DeterminerType

Prerequisites

public List<Prerequisite> Prerequisites { get; set; }

Property Value

List<Prerequisite>

PrivacyGroups

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

Property Value

List<BaseObject>

Unit

public Unit Unit { get; set; }

Property Value

Unit

Methods

GetSupportedActivites()

public List<Activity> GetSupportedActivites()

Returns

List<Activity>