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