XenReportedApplication Class¶
Application in scope of xen report
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.Xen.Common.XenReportedApplication
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public abstract class XenReportedApplication
VB¶
Public MustInherit Class XenReportedApplication
The XenReportedApplication type exposes the following members.
Constructors¶
Name | Description | |
---|---|---|
![]() | XenReportedApplication | Initializes a new instance of the XenReportedApplication class |
Properties¶
Name | Description | |
---|---|---|
![]() | AfterActionDesktopRag | Gets the after action desktop rag. |
![]() | AfterActionServerRag | Gets the after action server rag. |
![]() | Application | Gets the Application object. |
![]() | BeforeActionDesktopRag | Gets the before action desktop rag. |
![]() | BeforeActionServerRag | Gets the before action server rag. |
![]() | Category | Gets the category of application in scope of Xen Report. |
![]() | DesktopHostedMergedModuleIdentifiers | Gets the identifiers of the ReportConfiguration objects which need to be merged to receive data for Desktop Hosted Deployment model. |
![]() | DesktopPostImage | Gets the image for target platform on desktop hosted deployment model. |
![]() | DesktopPreImage | Gets the image for source platform on desktop hosted deployment model. |
![]() | MergedModuleIdentifiers | Gets the identifiers of the ReportConfiguration objects which need to be merged to receive data for Server Hosted Deployment model. |
![]() | ServerPostImage | Gets the image for target platform on server hosted deployment model. |
![]() | ServerPreImage | Gets the image for source platform on server hosted deployment model. |
![]() | SolutionPlatform | Gets the XenSolutionPlatform object for source platform application is reported against. |
![]() | TargetPlatform | Gets the XenSolutionPlatform object for target platform application is reported against. |
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.) |
![]() | GetDesktopRemediationReport | Gets the remediation report for a desktop hosted deployment model. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRemediationReport | Gets the remediation report for a server hosted deployment model. |
![]() | 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.) |