Class QueueTermAssociationCopyToProgramVersionEventArgs
Inheritance
System.Object
QueueTermAssociationCopyToProgramVersionEventArgs
Namespace: Cmc.Nexus.FinancialAid.Events
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class QueueTermAssociationCopyToProgramVersionEventArgs : ServiceEventArgs<QueueTermAssociationCopyToProgramVersionRequest, QueueTermAssociationCopyToProgramVersionResponse>
Constructors
QueueTermAssociationCopyToProgramVersionEventArgs(QueueTermAssociationCopyToProgramVersionRequest)
Initializes a new instance of the QueueTermAssociationCopyToProgramVersionEventArgs class.
Declaration
public QueueTermAssociationCopyToProgramVersionEventArgs(QueueTermAssociationCopyToProgramVersionRequest request)
Parameters
Type | Name | Description |
---|---|---|
QueueTermAssociationCopyToProgramVersionRequest | request | The request. |