Skip to content

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

 

NameDescription
Public propertyAnalysisData Gets the analysis data for this instance.
Public propertyApplications Gets the collection of Application objects associated with the solution.
Public propertyCertifiedApplications Gets a collection of Application objects that are certified on the reference build.
Public propertyDescription Gets the description of the solution.
Public propertyIdentifier Gets the identifier of the solution.
Public propertyLatestAnalyzedState Gets a value indicating whether the solution is analyzed.
Public propertyName Gets the name of the solution.
Public propertyReferenceBuild Gets the reference build.
Public propertyReferenceBuildAppMode Gets the reference build application mode.
Public propertyReportingRequirements Gets the report, group and algorithm requirements for this instance.
Public propertyReports Gets the available reports for this solution.
Public propertyTargetBuilds Gets a collection of target builds.
  Back to Top

Methods

 

NameDescription
Public methodAnalyze() Starts the solution analysis.
Public methodAnalyze(Boolean) Starts the solution analysis.
Public methodApplicationSelectionScope Gets a collection of applications that will be used to generate the solution's report.
Public methodDelete Deletes this solution.
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)
Public methodEquals(BuildAssessmentSolution) Indicates whether the current object is equal to another object of the same type.
Public methodExportReport(String, ReportOptions, ReportExportFormat, TimeSpan) Exports the report.
Public methodExportReport(String, ReportOptions, ReportExportFormat, TimeSpan, OSImage) Exports the report.
Public methodExportReport(String, ReportOptions, ReportExportFormat, TimeSpan, OSImage, Application) Exports the report.
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.
Public methodGetSelectionScope Obsolete. Gets a collection of application ids that will be used to generate the solution's report.
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 methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

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

Remarks

The solution instance is the stored configuration of a solution template

See Also

Reference

Citrix.SDK.AppDNA.Solutions.BuildAssessment Namespace

Was this article helpful?