PatchImpactAnalysisSolution Class¶
Represents a solution instance.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.PatchImpactAnalysisSolution
Namespace: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis
Assembly: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis (in Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax¶
C¶
public class PatchImpactAnalysisSolution : INotifyPropertyChanged,
ISolution
VB¶
Public Class PatchImpactAnalysisSolution
Implements INotifyPropertyChanged, ISolution
The PatchImpactAnalysisSolution type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AnalysisData | Gets the analysis data. |
![]() | Description | Gets the description. |
![]() | Identifier | Gets the identifier. |
![]() | LatestAnalyzedState | Gets a value indicating whether the solution is analyzed. |
![]() | Name | Gets the name. |
![]() | OsBuild | Gets the os build. |
![]() | ReportingRequirements | Gets the reporting requirements for the solution. |
![]() | Reports | Gets the available reports for this solution. |
Methods¶
Name | Description | |
---|---|---|
![]() | Analyze() | Starts the solution analysis. |
![]() | Analyze(Boolean) | Analyzes this solution. |
![]() | ApplicationSelectionScope | Gets a collection of applications that will be used to generate the solution's report. |
![]() | Delete | Deletes this solution. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExportReport | Exports the report. |
![]() | 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.) |
![]() | GetSelectionScope | Obsolete. Gets a collection of application ids that will be used to generate the solution's report. |
![]() | 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.) |
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
See Also¶
Reference¶
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis Namespace
System.ComponentModel.INotifyPropertyChanged
Citrix.SDK.AppDNA.Interfaces.ISolution