Skip to content

XenUpgradeSolution Class

Represents a solution instance.

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolution
    Citrix.SDK.AppDNA.Solutions.XenUpgrade.XenUpgradeSolution
Namespace: Citrix.SDK.AppDNA.Solutions.XenUpgrade
Assembly: Citrix.SDK.AppDNA.Solutions.XenUpgrade (in Citrix.SDK.AppDNA.Solutions.XenUpgrade.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public class XenUpgradeSolution : XenSolution, 
    INotifyPropertyChanged, IEquatable<XenUpgradeSolution>

VB

Public Class XenUpgradeSolution
    Inherits XenSolution
    Implements INotifyPropertyChanged, IEquatable(Of XenUpgradeSolution)

The XenUpgradeSolution type exposes the following members.

Properties

 

NameDescription
Public propertyAnalysisData Gets the data required to perform the analysis. (Overrides XenSolution.AnalysisData.)
Public propertyCurrentPlatforms Gets or sets the current platforms. (Overrides XenSolution.CurrentPlatforms.)
Public propertyDescription Gets or sets the description. (Overrides XenSolution.Description.)
Public propertyEnabled Gets a value indicating whether the solution is enabled.
Public propertyIdentifier Gets the identifier. (Overrides XenSolution.Identifier.)
Public propertyIsValid Gets a value indicating whether the solution is valid. (Overrides XenSolution.IsValid.)
Public propertyLatestAnalyzedState Gets or sets a value indicating whether solution is analyzed. Is updated when use AnalysisData (Inherited from XenSolution.)
Public propertyName Gets or sets the name. (Overrides XenSolution.Name.)
Public propertyReport Gets the core data for soluton report. (Overrides XenSolution.Report.)
Public propertyReportingRequirements Gets the reporting requirements for the solution. (Overrides XenSolution.ReportingRequirements.)
Public propertyTargetPlatform Gets or sets the target platform. (Overrides XenSolution.TargetPlatform.)
  Back to Top

Methods

 

NameDescription
Public methodAnalyze() Analyzes this solution.
Public methodAnalyze(Boolean) Analyzes this solution.
Public methodApplicationSelectionScope Gets the applications collection which can be selected for solution report. (Inherited from XenSolution.)
Public methodDelete Deletes this solution. (Overrides XenSolution.Delete().)
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)
Public methodEquals(XenSolution) Indicates whether the current object is equal to another object of the same type. (Overrides XenSolution.Equals(XenSolution).)
Public methodEquals(XenUpgradeSolution) Indicates whether the current object is equal to another object of the same type.
Public methodExportReport Exports the report. (Overrides XenSolution.ExportReport(String, ReportExportFormat, TimeSpan).)
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public methodGetReport Gets the report data for this solution. (Overrides XenSolution.GetReport().)
Public methodGetSelection Gets the application selection for the solution. It is used to filter the applciations for the report.
Public methodGetSelectionScope Obsolete. Gets the selection scope. (Inherited from XenSolution.)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSetSelection Save the application selection for the solution. It is used to filter the applications for the report.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

NameDescription
Public eventDeleted Raised when the solution is deleted.
Public eventPropertyChanged Occurs when a property value changes.
  Back to Top

Remarks

A solution instance is a stored configuration for the solution template

See Also

Reference

Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace

Was this article helpful?