Table of Contents

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

courseId Guid
courseField CourseField
value string

Properties

CourseField

public CourseField CourseField { get; set; }

Property Value

CourseField

Value

public string Value { get; set; }

Property Value

string