ReportedApplication Class¶
A class that holds the report data for a specific application.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.ReportedApplication
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class ReportedApplication
VB¶
Public Class ReportedApplication
The ReportedApplication type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AfterActionRag | Gets the rag that would apply after any actions for triggered algorithms have been taken. |
![]() | AnalysisRag | Gets the analysis rag for this application, taking into account analysis only. |
![]() | Application | Gets the Application object that this data belongs to. |
![]() | CustomizedRag | Gets the customized rag for this application, taking into account analysis and customizations. |
![]() | ExternalRag | Gets the external rag for this application, taking into account analysis and external data. |
![]() | ExternalTrustLevel | Obsolete. This property will always return null. |
![]() | IsAnalyzed | Gets a value indicating whether the application is analyzed. |
![]() | IsUnlocked | Gets a value indicating whether the application has been unlocked for this report. |
![]() | JournalCompatibility | Gets the Compatibility of the journal entry, if one exists. |
![]() | OverallRag | Gets the overall rag for this application, taking into account analysis, external data and customizations. |
![]() | ResultsByAlgorithm | Gets a collection that holds the report data of this application for each algorithm in the report. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |