Class RuleMetadataExtensions
public static class RuleMetadataExtensions
- Inheritance
-
RuleMetadataExtensions
- Inherited Members
Methods
IsTagged(IRuleMetadata, string)
Tests if the rule is tagged with a given tag.
public static bool IsTagged(this IRuleMetadata metadata, string tag)
Parameters
metadata
IRuleMetadataRule metadata instance.
tag
stringTag to test.
Returns
- bool
true
if the rule is tagged,false
otherwise.