Skip to content

ApplicationAlgorithmResult Class

Contains the report data for a given application that has been analyzed against a given algorithm.

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.ApplicationAlgorithmResult
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 ApplicationAlgorithmResult

VB

Public Class ApplicationAlgorithmResult

The ApplicationAlgorithmResult type exposes the following members.

Properties

 

NameDescription
Public propertyAfterActionRag The RAG that would apply after the algorithm's action has been applied.
Public propertyAlgorithm The Algorithm that this data applies to.
Public propertyApplication The Application that this data applies to.
Public propertyCustomizedRag The RAG from the analysis, with any customizations applied.
Public propertyRag The RAG from the analysis.
Public propertyResults Gets a DataTable that holds the details of the application data that triggered the algorithm. null if the algorithm did not trigger or the results are not available.
Public propertyTriggered True if Results is not null. False may be due to no triggers or the application is unanalyzed or locked. See OverallRag in the ReportedApplication class.
  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?