API Reference
Enum
RuleCost
Rough execution cost hint for a rule used for filtering and UX. Values are relative and environment‑dependent.
Inheritance
- Enum
- RuleCost
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
- Property RunConfig.MaxCost
- Property TestRunConfig.MaxCost
- Property Rule.Cost
- Field RuleCost.Extreme
- Field RuleCost.Heavy
- Field RuleCost.Light
- Field RuleCost.Moderate
- Field RuleCost.Trivial
- Property RuleSelectionOptions.MaxCost
- Method RuleSelectionParsing.ParseRuleCost
- Property RuleSelectionProfileInfo.MaxCost
- Property DummyTestimoDebug.Cost
- Property DummyForestBackup.Cost
- Property Testimo.MaxRuleCost
Accepted by parameters
- Constructor RuleSelectionProfileInfo.RuleSelectionProfileInfo
- Method RuleSelectionProfileInfo.Deconstruct
- Method RuleBuilder.WithCost
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const RuleCost Extreme #Highest cost; cross-forest scans, deep inventories, or expensive remoting.
Value:
4