XenAnalysisDataProvider Class¶
Contains logic to retrieve analysis data and solution report, group and algorithm requirements specific for a Xen Solutions
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.Xen.Common.XenAnalysisDataProvider
Citrix.SDK.AppDNA.Solutions.XenUpgrade.XenUpgradeAnalysisDataProvider
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 XenAnalysisDataProvider : IAnalysisDataProvider
VB¶
Public MustInherit Class XenAnalysisDataProvider
Implements IAnalysisDataProvider
The XenAnalysisDataProvider type exposes the following members.
Constructors¶
Name | Description | |
---|---|---|
![]() | XenAnalysisDataProvider | Initializes a new instance of the XenAnalysisDataProvider class. |
Methods¶
Name | Description | |
---|---|---|
![]() | AdditionalModuleTargets | Returns additional analysis targets for solution. |
![]() | AdditionalReportingRequirements | Gets an additional ReportingRequirementsInfo. |
![]() ![]() | AlgorithmGroupInfos | Constructs AlgorithmGroupInfo based in the reportingRequirements and algorithms |
![]() | 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.) |
![]() | GetApplicationStates | Gets the application states for specified report configurations. |
![]() | GetFamilyIdentifier | Gets the family identifier for the osName. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetSelectedApplicationsForPlatforms | Gets the selected applications for platforms. |
![]() | GetTargetModuleIds | Gets the target module ids. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsRedOrAmber | Determines whether algorithm has red or amber rag. |
![]() | LoadTargetModuleIds | Loads the target module ids. |
![]() | 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 | |
---|---|---|
![]() | _targetModuleIds | Modules required for a target platform analysis |
See Also¶
Reference¶
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace
Citrix.SDK.AppDNA.Interfaces.IAnalysisDataProvider