Table of Contents

Class CourseActivitySurveyFormConnected

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

Constructors

CourseActivitySurveyFormConnected(Guid, Guid?)

public CourseActivitySurveyFormConnected(Guid activityId, Guid? surveyFormId)

Parameters

activityId Guid
surveyFormId Guid?

Properties

ActivityId

public Guid ActivityId { get; set; }

Property Value

Guid

SurveyFormId

public Guid? SurveyFormId { get; set; }

Property Value

Guid?