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