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

In This Topic
    IIssue Interface Members
    In This Topic

    The following tables list the members exposed by IIssue.

    Public Properties
     NameDescription
     PropertyThe user that added this issue  
     PropertyThe timestamp of when this issue was created.  
     PropertyThe application this issue is associated with.  
     PropertyThe set of Application Events associated with this issue.  
     PropertyThe total number of distinct users affected by this issue.  
     PropertyOptional. The user that this issue is assigned to.  
     PropertyA short display label for the issue.  
     PropertyThe total number of computers affected by this issue.  
     PropertyAn extended description of the issue  
     PropertyOptional. If this issue was resolved this is the version that it was resolved in.  
     PropertyThe unique key of this issue  
     PropertyIndicates if the issue should be publicly viewable  
     PropertyThe set of web links associated with this issue.  
     PropertyThe unique name of the issue  
     PropertyThe set of notes associated with this issue.  
     PropertyOptional. If publicly viewable this caption is used instead of the main caption.  
     PropertyOptional. If publicly viewable this description is used instead of the main description.  
     PropertyOptional. If publicly viewable this workaround is used instead of the main workaround.  
     PropertyThe total number of sessions affected by this issue.  
     PropertyThe current status of this issue  
     PropertyDisplay information for the status  
     PropertyThe last user that updated this issue  
     PropertyThe timestamp of the last update to this issue  
     PropertyThe link to this item on the server  
     PropertyOptional. A workaround for this issue.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Add a new link to this issue  
     MethodAdd a new note to this issue  
     MethodRemove a link to this issue  
     MethodReopens an issue that has been resolved or suppressed.  
     MethodResolve an issue that is new or active  
     MethodSuppress an issue so it will not be automatically reopened if it recurs.  
    Top
    See Also