Table of Contents

Class RuleMetadataExtensions

Namespace
NRules.Fluent
Assembly
NRules.Fluent.dll
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 IRuleMetadata

Rule metadata instance.

tag string

Tag to test.

Returns

bool

true if the rule is tagged, false otherwise.