XenAdoptionMergedReportedApplication Class¶
Represents collection of ReportedApplication and aggregates data from it
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.Xen.Common.MergedReportedApplication
Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionMergedReportedApplication
Namespace: Citrix.SDK.AppDNA.Solutions.XenAdoption
Assembly: Citrix.SDK.AppDNA.Solutions.XenAdoption (in Citrix.SDK.AppDNA.Solutions.XenAdoption.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class XenAdoptionMergedReportedApplication : MergedReportedApplication
VB¶
Public Class XenAdoptionMergedReportedApplication
Inherits MergedReportedApplication
The XenAdoptionMergedReportedApplication type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AfterActionRag | Gets the rag that would apply after any actions for triggered algorithms have been taken. (Inherited from MergedReportedApplication.) |
![]() | AnalysisRag | Gets the analysis rag for this application, taking into account analysis only. (Inherited from MergedReportedApplication.) |
![]() | CustomizedRag | Gets the customized rag for this application, taking into account analysis and customizations. (Inherited from MergedReportedApplication.) |
![]() | OverallRag | Gets the overall rag for this application, taking into account analysis, external data and customizations. (Inherited from MergedReportedApplication.) |
![]() | ReportedApplications | Gets the collection original ReportedApplication before merge. (Inherited from MergedReportedApplication.) |
![]() | ResultsByAlgorithm | Gets a collection that holds the report data of this application for each algorithm in the report. (Inherited from MergedReportedApplication.) |
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. (Inherited from Object.) |
Fields¶
Name | Description | |
---|---|---|
![]() | _storage | Internal collection of the applications in order to compose on any Rag getting (Inherited from MergedReportedApplication.) |