Table of Contents

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

courseId Guid
courseField CourseField
value int?

Properties

CourseField

public CourseField CourseField { get; set; }

Property Value

CourseField

Value

public int? Value { get; set; }

Property Value

int?