Skip to content

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

 

NameDescription
Public propertyAfterActionRag Gets the rag that would apply after any actions for triggered algorithms have been taken.
Public propertyAnalysisRag Gets the analysis rag for this application, taking into account analysis only.
Public propertyApplication Gets the Application object that this data belongs to.
Public propertyCustomizedRag Gets the customized rag for this application, taking into account analysis and customizations.
Public propertyExternalRag Gets the external rag for this application, taking into account analysis and external data.
Public propertyExternalTrustLevel Obsolete. This property will always return null.
Public propertyIsAnalyzed Gets a value indicating whether the application is analyzed.
Public propertyIsUnlocked Gets a value indicating whether the application has been unlocked for this report.
Public propertyJournalCompatibility Gets the Compatibility of the journal entry, if one exists.
Public propertyOverallRag Gets the overall rag for this application, taking into account analysis, external data and customizations.
Public propertyResultsByAlgorithm Gets a collection that holds the report data of this application for each algorithm in the report.
  Back to Top

Methods

 

NameDescription
Public methodEquals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodToString Returns a string that represents the current object. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?