Table of Contents

Interface IRuleMetadata

Namespace
NRules.Fluent
Assembly
NRules.Fluent.dll

Metadata associated with a rule defined using internal DSL.

public interface IRuleMetadata
Extension Methods

Properties

Description

Rule's description.

string Description { get; }

Property Value

string

Name

Rule's name.

string Name { get; }

Property Value

string

RuleType

Rule's CLR type.

Type RuleType { get; }

Property Value

Type

Tags

Tags applied to the rule.

string[] Tags { get; }

Property Value

string[]