InteropSolution Class¶
Represents an Interoperability solution instance.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.Interop.InteropSolution
Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class InteropSolution : INotifyPropertyChanged,
ISolution
VB¶
Public Class InteropSolution
Implements INotifyPropertyChanged, ISolution
The InteropSolution type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AnalysisData | Gets the analysis data for this instance. |
![]() | Applications | Gets the collection of Application objects associated with the solution. |
![]() | Description | Gets the description of the solution. |
![]() | Identifier | Gets the identifier of the solution. |
![]() | LatestAnalyzedState | Gets a value indicating whether the solution is analyzed. |
![]() | Name | Gets the name of the solution. |
![]() | ReportingRequirements | Gets the report, group and algorithm requirements for this instance. |
![]() | 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(String, ReportType, ReportExportFormat, TimeSpan) | Exports the report. |
![]() | ExportReport(String, ReportType, ReportExportFormat, TimeSpan, Application) | Obsolete. Exports the report. |
![]() | ExportReport(String, ReportType, ReportExportFormat, TimeSpan, Application) | 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.) |
![]() | GetReport | Gets the report. |
![]() | 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.) |
![]() | OnPropertyChanged | Called when a property value is changed. |
![]() | 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¶
The solution instance is the stored configuration of a solution template.