Table of Contents

Class CourseFieldBoolModified

Namespace
InSite.Domain.Courses
Assembly
Shift.Sdk.dll
public class CourseFieldBoolModified : Change, IChange
Inheritance
CourseFieldBoolModified
Implements
Inherited Members
Extension Methods

Constructors

CourseFieldBoolModified(CourseField, bool?)

public CourseFieldBoolModified(CourseField courseField, bool? value)

Parameters

courseField CourseField
value bool?

Properties

CourseField

public CourseField CourseField { get; set; }

Property Value

CourseField

Value

public bool? Value { get; set; }

Property Value

bool?