BaseRuleDescription Class

Summary

Base class for all rule descriptions.
graph BT Type-->Base0["Object"] Type["BaseRuleDescription"] class Type type-node Derived0["MsBuildRuleDescription"]-->Type click Derived0 "/api/Cake.Issues.MsBuild/MsBuildRuleDescription" Derived1["MarkdownlintRuleDescription"]-->Type click Derived1 "/api/Cake.Issues.Markdownlint/MarkdownlintRuleDescription" Derived2["FakeRuleDescription"]-->Type click Derived2 "/api/Cake.Issues.Testing/FakeRuleDescription"

Syntax

public class BaseRuleDescription

Constructors

Name Summary
BaseRuleDescription()

Properties

Name Value Summary
Rule string
Gets or sets the full identifier of the rule.

Extension Methods

Name Value Summary
NotNull<BaseRuleDescription>(string) void
Throws an exception if the specified parameter's value is null.
GitHub