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 =
)
Public Sub New (
cxt As IAppContext,
subject As String,
body As String,
Optional attrs As AlertAttrs =
)
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