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