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