Interface IRuleMetadata
Metadata associated with a rule defined using internal DSL.
public interface IRuleMetadata
- Extension Methods
Properties
Description
Rule's description.
string Description { get; }
Property Value
Name
Rule's name.
string Name { get; }
Property Value
RuleType
Rule's CLR type.
Type RuleType { get; }
Property Value
Tags
Tags applied to the rule.
string[] Tags { get; }
Property Value
- string[]