Table of Contents

Class CourseModuleImageModified

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

Constructors

CourseModuleImageModified(Guid, string)

public CourseModuleImageModified(Guid moduleId, string image)

Parameters

moduleId Guid
image string

Properties

Image

public string Image { get; set; }

Property Value

string

ModuleId

public Guid ModuleId { get; set; }

Property Value

Guid