Table of Contents

Class CourseModuleMoved

Namespace
InSite.Domain.Courses
Assembly
Shift.Sdk.dll
public class CourseModuleMoved : Change, IChange
Inheritance
CourseModuleMoved
Implements
Inherited Members
Extension Methods

Constructors

CourseModuleMoved(Guid, Guid)

public CourseModuleMoved(Guid moduleId, Guid moveToUnitId)

Parameters

moduleId Guid
moveToUnitId Guid

Properties

ModuleId

public Guid ModuleId { get; set; }

Property Value

Guid

MoveToUnitId

public Guid MoveToUnitId { get; set; }

Property Value

Guid