Table of Contents

Class CourseModuleCodeModified

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

Constructors

CourseModuleCodeModified(Guid, string)

public CourseModuleCodeModified(Guid moduleId, string moduleCode)

Parameters

moduleId Guid
moduleCode string

Properties

ModuleCode

public string ModuleCode { get; set; }

Property Value

string

ModuleId

public Guid ModuleId { get; set; }

Property Value

Guid