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