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¶
Name | Description | |
---|---|---|
![]() | AfterActionRag | The RAG that would apply after the algorithm's action has been applied. |
![]() | Algorithm | The Algorithm that this data applies to. |
![]() | Application | The Application that this data applies to. |
![]() | CustomizedRag | The RAG from the analysis, with any customizations applied. |
![]() | Rag | The RAG from the analysis. |
![]() | Results |
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. |
![]() | Triggered | 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. |
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().) |