Table of Contents

Class CourseActivityCompetenciesRemoved

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

Constructors

CourseActivityCompetenciesRemoved(Guid, Guid[])

public CourseActivityCompetenciesRemoved(Guid activityId, Guid[] competencyIds)

Parameters

activityId Guid
competencyIds Guid[]

Properties

ActivityId

public Guid ActivityId { get; set; }

Property Value

Guid

CompetencyIds

public Guid[] CompetencyIds { get; set; }

Property Value

Guid[]