Solution Class

Definition

Class Representing Solution for problems detected.

public class Solution
type Solution = class
Public Class Solution
Inheritance
Solution

Constructors

Solution()

Initializes a new instance of the Solution class.

Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>)

Initializes a new instance of the Solution class.

Properties

Data

Gets or sets solution Data.

Description

Gets or sets description of the solution

DisplayName

Gets or sets display Name of the solution

Id

Gets or sets solution Id.

Metadata

Gets or sets solution Metadata.

Order

Gets or sets order of the solution.

Type

Gets or sets type of Solution. Possible values include: 'QuickSolution', 'DeepInvestigation', 'BestPractices'

Applies to