BuildAssessmentSolution Class¶
Represents a Build Assessment solution instance.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.BuildAssessment.BuildAssessmentSolution
Namespace: Citrix.SDK.AppDNA.Solutions.BuildAssessment
Assembly: Citrix.SDK.AppDNA.Solutions.BuildAssessment (in Citrix.SDK.AppDNA.Solutions.BuildAssessment.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class BuildAssessmentSolution : INotifyPropertyChanged,
ISolution, IEquatable<BuildAssessmentSolution>
VB¶
Public Class BuildAssessmentSolution
Implements INotifyPropertyChanged, ISolution, IEquatable(Of BuildAssessmentSolution)
The BuildAssessmentSolution 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. |
![]() | CertifiedApplications | Gets a collection of Application objects that are certified on the reference build. |
![]() | 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. |
![]() | ReferenceBuild | Gets the reference build. |
![]() | ReferenceBuildAppMode | Gets the reference build application mode. |
![]() | ReportingRequirements | Gets the report, group and algorithm requirements for this instance. |
![]() | Reports | Gets the available reports for this solution. |
![]() | TargetBuilds | Gets a collection of target builds. |
Methods¶
Name | Description | |
---|---|---|
![]() | Analyze() | Starts the solution analysis. |
![]() | Analyze(Boolean) | Starts the solution analysis. |
![]() | ApplicationSelectionScope | Gets a collection of applications that will be used to generate the solution's report. |
![]() | Delete | Deletes this solution. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).) |
![]() | Equals(BuildAssessmentSolution) | Indicates whether the current object is equal to another object of the same type. |
![]() | ExportReport(String, ReportOptions, ReportExportFormat, TimeSpan) | Exports the report. |
![]() | ExportReport(String, ReportOptions, ReportExportFormat, TimeSpan, OSImage) | Exports the report. |
![]() | ExportReport(String, ReportOptions, ReportExportFormat, TimeSpan, OSImage, 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. (Overrides Object.GetHashCode().) |
![]() | 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.) |
![]() | 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