Class AddCourseModule
- Namespace
- InSite.Application.Courses.Write
- Assembly
- Shift.Sdk.dll
public class AddCourseModule : Command, ICommand
- Inheritance
-
AddCourseModule
- Implements
- Inherited Members
- Extension Methods
Constructors
AddCourseModule(Guid, Guid, Guid, int, string, ContentContainer)
public AddCourseModule(Guid courseId, Guid unitId, Guid moduleId, int moduleAsset, string moduleName, ContentContainer moduleContent)
Parameters
courseIdGuidunitIdGuidmoduleIdGuidmoduleAssetintmoduleNamestringmoduleContentContentContainer
Properties
ModuleAsset
public int ModuleAsset { get; set; }
Property Value
ModuleContent
public ContentContainer ModuleContent { get; set; }
Property Value
ModuleId
public Guid ModuleId { get; set; }
Property Value
ModuleName
public string ModuleName { get; set; }
Property Value
UnitId
public Guid UnitId { get; set; }