Table of Contents

Class CourseActivityTypeModified

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

Constructors

CourseActivityTypeModified(Guid, ActivityType)

public CourseActivityTypeModified(Guid activityId, ActivityType type)

Parameters

activityId Guid
type ActivityType

Properties

ActivityId

public Guid ActivityId { get; set; }

Property Value

Guid

Type

public ActivityType Type { get; set; }

Property Value

ActivityType