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