Class UpdateStudentTermRelationshipEventArgs
Represents arguments to UpdateStudentTermRelationshipEventArgs.
Inheritance
System.Object
UpdateStudentTermRelationshipEventArgs
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentTermRelationshipEventArgs : ServiceEventArgs<UpdateStudentTermRelationshipRequest, UpdateStudentTermRelationshipResponse>
Constructors
UpdateStudentTermRelationshipEventArgs(UpdateStudentTermRelationshipRequest)
Initializes a new instance of the UpdateStudentTermRelationshipEventArgs class.
Declaration
public UpdateStudentTermRelationshipEventArgs(UpdateStudentTermRelationshipRequest request)
Parameters
Type | Name | Description |
---|---|---|
UpdateStudentTermRelationshipRequest | request | The request. |