Class CourseFieldTextModified
public class CourseFieldTextModified : Change, IChange
- Inheritance
-
CourseFieldTextModified
- Implements
- Inherited Members
- Extension Methods
Constructors
CourseFieldTextModified(CourseField, string)
public CourseFieldTextModified(CourseField courseField, string value)
Parameters
courseFieldCourseFieldvaluestring
Properties
CourseField
public CourseField CourseField { get; set; }
Property Value
Value
public string Value { get; set; }