Click or drag to resize

Alert Constructor (IAppContext, String, String, AlertAttrs)

Standard constructor for creating an alert for use in a page message.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Alert(
	IAppContext cxt,
	string subject,
	string body,
	AlertAttrs attrs = 
)

Parameters

cxt
Type: NetQuarryIAppContext
The application.
subject
Type: SystemString
The subject.
body
Type: SystemString
The body.
attrs (Optional)
Type: NetQuarry.ServicesAlertAttrs
The alert attributes, optional.
See Also