Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IAlert Interface
Properties Methods

In This Topic
    IAlert Interface Members
    In This Topic

    The following tables list the members exposed by IAlert.

    Public Properties
     NameDescription
     PropertyThe timestamp of when the alert was last added to the review queue (if it is on the review queue)  
     PropertyThe Application Environment Service this alert is associated with  
     PropertyA short display label for the alert.  
     PropertyThe timestamp of when the alert was last closed (if it is closed)  
     PropertyAn extended description of the alert  
     PropertyThe unique fingerprint of this application event within the application  
     PropertyThe timestamp of when the first occurrence of this alert was recorded  
     PropertyTrue if this alert has been queued for review.  
     PropertyThe unique key of this alert  
     PropertyOptional. Instructions on how to resolve this alert.  
     PropertyTrue if this alert has been suppressed, ensuring new occurrences will not cause it to be marked for review.  
     PropertyThe last occurrence for this alert  
     PropertyThe timestamp of when the last occurrence of this alert was recorded  
     PropertyThe set of web links associated with this alert.  
     PropertyThe unique name of the alert  
     PropertyThe set of notes associated with this alert.  
     PropertyThe set of occurrences for this Alert.  
     PropertyThe severity of all the log messages associated with this event.  
     PropertyDisplay caption and description for the severity  
     PropertyThe current status of this alert  
     PropertyDisplay information for the status  
     PropertyThe link to this item on the server  
    Top
    Public Methods
     NameDescription
     MethodAdd a new link to this alert  
     MethodAdd a new note to this alert  
     MethodRemove a link to this alert  
     MethodSuppress an alert so it will not be automatically reopened if it recurs.  
    Top
    See Also