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