Class CashierLoginEventArgs
Represents arguments to CashierLoginEvent.
Inheritance
System.Object
CashierLoginEventArgs
Namespace: Cmc.Nexus.StudentAccounts.Events
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CashierLoginEventArgs : ServiceEventArgs<AuthenticationRequest, AuthenticationResponse>
Constructors
CashierLoginEventArgs(AuthenticationRequest)
Initializes a new instance of the CashierLoginEventArgs class.
Declaration
public CashierLoginEventArgs(AuthenticationRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| Cmc.Core.Security.UserAccount.AuthenticationRequest | request | The request. |