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