API Reference
Class
CxBaselineResolver
Resolves which desired value should be enforced for a control under a given compliance profile.
Inheritance
- Object
- CxBaselineResolver
Methods
public static CxEval Evaluate(String host, CxFacts facts, ICxControl control, CxComplianceProfile profile) #Returns:
CxEvalEvaluates a control using a profile. Includes the chosen vendor and desired in the result's Vendors map under the primary vendor.
Parameters
- host System.String
- facts ComputerX.Controls.CxFacts
- control ComputerX.Controls.ICxControl
- profile ComputerX.Controls.CxComplianceProfile
public static CxDesired Resolve(ICxControl control, CxComplianceProfile profile) #Returns:
CxDesiredPicks the desired to use for evaluation: override > primary > fallbacks. Returns null if nothing matches.
Parameters
- control ComputerX.Controls.ICxControl
- profile ComputerX.Controls.CxComplianceProfile
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object