Table of Contents

Class CourseModuleSourceModified

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

Constructors

CourseModuleSourceModified(Guid, Guid?)

public CourseModuleSourceModified(Guid moduleId, Guid? source)

Parameters

moduleId Guid
source Guid?

Properties

ModuleId

public Guid ModuleId { get; set; }

Property Value

Guid

Source

public Guid? Source { get; set; }

Property Value

Guid?