Table of Contents

Class CourseFieldIntModified

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

Constructors

CourseFieldIntModified(CourseField, int?)

public CourseFieldIntModified(CourseField courseField, int? value)

Parameters

courseField CourseField
value int?

Properties

CourseField

public CourseField CourseField { get; set; }

Property Value

CourseField

Value

public int? Value { get; set; }

Property Value

int?