Table of Contents

Class AddCourseModule

Namespace
InSite.Application.Courses.Write
Assembly
Shift.Sdk.dll
public class AddCourseModule : Command, ICommand
Inheritance
AddCourseModule
Implements
Inherited Members
Extension Methods

Constructors

AddCourseModule(Guid, Guid, Guid, int, string, ContentContainer)

public AddCourseModule(Guid courseId, Guid unitId, Guid moduleId, int moduleAsset, string moduleName, ContentContainer moduleContent)

Parameters

courseId Guid
unitId Guid
moduleId Guid
moduleAsset int
moduleName string
moduleContent ContentContainer

Properties

ModuleAsset

public int ModuleAsset { get; set; }

Property Value

int

ModuleContent

public ContentContainer ModuleContent { get; set; }

Property Value

ContentContainer

ModuleId

public Guid ModuleId { get; set; }

Property Value

Guid

ModuleName

public string ModuleName { get; set; }

Property Value

string

UnitId

public Guid UnitId { get; set; }

Property Value

Guid