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