Table of Contents

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

courseId Guid
courseField CourseField
value bool?

Properties

CourseField

public CourseField CourseField { get; set; }

Property Value

CourseField

Value

public bool? Value { get; set; }

Property Value

bool?