API Reference
Class
DesiredStateAssessmentSplit
Provides desired state assessment split functionality.
Inheritance
- Object
- DesiredStateAssessmentSplit
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public DesiredStateAssessmentSplit(IReadOnlyList<Assessment> desired, IReadOnlyList<Assessment> bestPractices) #Initializes a new instance of the DesiredStateAssessmentSplit class.
Parameters
- desired System.Collections.Generic.IReadOnlyList{DomainDetective.Assessment}
- bestPractices System.Collections.Generic.IReadOnlyList{DomainDetective.Assessment}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<Assessment> DesiredAssessments { get; } #Gets the desired assessments value.
public IReadOnlyList<Assessment> BestPracticeAssessments { get; } #Gets the best practice assessments value.
public Int32 DesiredInfoCount { get; } #Represents the desired info count value.
public Int32 DesiredWarningCount { get; } #Represents the desired warning count value.
public Int32 DesiredErrorCount { get; } #Represents the desired error count value.
public Int32 BestPracticeInfoCount { get; } #Represents the best practice info count value.
public Int32 BestPracticeWarningCount { get; } #Represents the best practice warning count value.
public Int32 BestPracticeErrorCount { get; } #Represents the best practice error count value.
public Boolean Conforms { get; } #Represents the conforms value.