XenAdoptionSolution Class¶
Represents a solution instance.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolution
Citrix.SDK.AppDNA.Solutions.XenAdoption.XenAdoptionSolution
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 XenAdoptionSolution : XenSolution,
INotifyPropertyChanged, IEquatable<XenAdoptionSolution>
VB¶
Public Class XenAdoptionSolution
Inherits XenSolution
Implements INotifyPropertyChanged, IEquatable(Of XenAdoptionSolution)
The XenAdoptionSolution type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AnalysisData | Gets data required to perform the analysis. (Overrides XenSolution.AnalysisData.) |
![]() | CurrentPlatforms | Gets or sets the current platforms. (Overrides XenSolution.CurrentPlatforms.) |
![]() | Description | Gets or sets the description. (Overrides XenSolution.Description.) |
![]() | Enabled | Gets a value indicating whether solution is enabled. |
![]() | Identifier | Gets or sets the identifier. (Overrides XenSolution.Identifier.) |
![]() | IsValid | Gets a value indicating whether solution is valid. (Overrides XenSolution.IsValid.) |
![]() | LatestAnalyzedState | Gets or sets a value indicating whether solution is analyzed. Is updated when use AnalysisData (Inherited from XenSolution.) |
![]() | Name | Gets or sets the name. (Overrides XenSolution.Name.) |
![]() | Report | Gets the core data for solution report. (Overrides XenSolution.Report.) |
![]() | ReportingRequirements | Gets the reporting requirements for the solution. (Overrides XenSolution.ReportingRequirements.) |
![]() | TargetPlatform | Gets or sets the target platform. (Overrides XenSolution.TargetPlatform.) |
Methods¶
Name | Description | |
---|---|---|
![]() | Analyze() | Starts the solution analysis. |
![]() | Analyze(Boolean) | Starts the solution analysis. |
![]() | ApplicationSelectionScope | Gets the applications collection which can be selected for solution report. (Inherited from XenSolution.) |
![]() | Delete | Deletes this solution. (Overrides XenSolution.Delete().) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).) |
![]() | Equals(XenAdoptionSolution) | Indicates whether the current object is equal to another object of the same type. |
![]() | Equals(XenSolution) | Indicates whether the current object is equal to another object of the same type. (Overrides XenSolution.Equals(XenSolution).) |
![]() | ExportReport | Exports the report. (Overrides XenSolution.ExportReport(String, ReportExportFormat, TimeSpan).) |
![]() | 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. (Overrides Object.GetHashCode().) |
![]() | GetReport | Gets the report for this solution. (Overrides XenSolution.GetReport().) |
![]() | GetSelection | Gets the application selection for the solution. It is used to filter applications for the report. |
![]() | GetSelectionScope | Obsolete. Gets the selection scope. (Inherited from XenSolution.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetSelection | Save application selection for solution. It is used to filter applciations for the report. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | Occurs when the solution is deleted. |
![]() | PropertyChanged | Occurs when a property value changes. |
Remarks¶
A solution instance is a stored configuration for a solution template