Class CourseCreated
public class CourseCreated : Change, IChange
- Inheritance
-
CourseCreated
- Implements
- Inherited Members
- Extension Methods
Constructors
CourseCreated(Guid, int, string, ContentContainer)
public CourseCreated(Guid organizationId, int courseAsset, string courseName, ContentContainer courseContent)
Parameters
organizationIdGuidcourseAssetintcourseNamestringcourseContentContentContainer
Properties
CourseAsset
public int CourseAsset { get; set; }
Property Value
CourseContent
public ContentContainer CourseContent { get; set; }
Property Value
CourseName
public string CourseName { get; set; }
Property Value
OrganizationId
public Guid OrganizationId { get; set; }