Table of Contents

Class CourseFieldTextModified

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

Constructors

CourseFieldTextModified(CourseField, string)

public CourseFieldTextModified(CourseField courseField, string value)

Parameters

courseField CourseField
value string

Properties

CourseField

public CourseField CourseField { get; set; }

Property Value

CourseField

Value

public string Value { get; set; }

Property Value

string