BaselineAdjustedResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The rule result adjusted with baseline.
public class BaselineAdjustedResult
type BaselineAdjustedResult = class
Public Class BaselineAdjustedResult
- Inheritance
-
BaselineAdjustedResult
Constructors
BaselineAdjustedResult() |
Initializes a new instance of the BaselineAdjustedResult class. |
BaselineAdjustedResult(Baseline, String, IList<IList<String>>, IList<IList<String>>) |
Initializes a new instance of the BaselineAdjustedResult class. |
Properties
Baseline |
Gets or sets baseline details. |
ResultsNotInBaseline |
Gets or sets results the are not in baseline. |
ResultsOnlyInBaseline |
Gets or sets results the are in baseline. |
Status |
Gets or sets the rule result status. Possible values include: 'NonFinding', 'Finding', 'InternalError' |
Extension Methods
ConvertToPSType(BaselineAdjustedResult) |