Class TermRegistrationEventArgs
Event args class for one of the validation for Batch Term Registration
Inheritance
System.Object
TermRegistrationEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TermRegistrationEventArgs : ServiceEventArgs<TermRegistrationRequest, TermRegistrationResponse>
Constructors
TermRegistrationEventArgs(TermRegistrationRequest)
Initializes a new instance of the TermRegistrationEventArgs class.
Declaration
public TermRegistrationEventArgs(TermRegistrationRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| TermRegistrationRequest | request | The request. |
Properties
ClassSectionDetails
Declaration
public TermRegistrationClassSectionDetails ClassSectionDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TermRegistrationClassSectionDetails |
StaffPermissions
Declaration
public StafLevelPermissions StaffPermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| StafLevelPermissions |
StudentCourseDetails
Declaration
public TermRegistrationStudentCourseDetails StudentCourseDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TermRegistrationStudentCourseDetails |