Class ClassSectionLessonPublishUnpublishEventArgs
Represents arguments to ClassSectionLessonPublishUnPublishEventArgs. used for publishing and unpublishing the class section lesson.
Inheritance
System.Object
ClassSectionLessonPublishUnpublishEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonPublishUnpublishEventArgs : ServiceEventArgs<ClassSectionLessonPublishUnpublishRequest, ClassSectionLessonPublishUnpublishResponse>
Constructors
ClassSectionLessonPublishUnpublishEventArgs(ClassSectionLessonPublishUnpublishRequest)
Initializes a new instance of the
Declaration
public ClassSectionLessonPublishUnpublishEventArgs(ClassSectionLessonPublishUnpublishRequest request)
Parameters
Type | Name | Description |
---|---|---|
ClassSectionLessonPublishUnpublishRequest | request | The request. |