Class ModifyCourseFieldBool
- Namespace
- InSite.Application.Courses.Write
- Assembly
- Shift.Sdk.dll
public class ModifyCourseFieldBool : Command, ICommand
- Inheritance
-
ModifyCourseFieldBool
- Implements
- Inherited Members
- Extension Methods
Constructors
ModifyCourseFieldBool(Guid, CourseField, bool?)
public ModifyCourseFieldBool(Guid courseId, CourseField courseField, bool? value)
Parameters
courseIdGuidcourseFieldCourseFieldvaluebool?
Properties
CourseField
public CourseField CourseField { get; set; }
Property Value
Value
public bool? Value { get; set; }
Property Value
- bool?