Initializes a new instance of the UserAccountNotificationLogger class

Namespace: Cartella.Classes.NotificationLogs
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public UserAccountNotificationLogger(
	string notificationType,
	bool stillSeatsAvailable
)
Visual Basic
Public Sub New ( _
	notificationType As String, _
	stillSeatsAvailable As Boolean _
)
Visual C++
public:
UserAccountNotificationLogger(
	String^ notificationType, 
	bool stillSeatsAvailable
)

Parameters

notificationType
Type: System..::..String
stillSeatsAvailable
Type: System..::..Boolean

See Also