Summary
Base class for all rule descriptions.
- Assembly
- Cake
.Prca .dll - Namespace
- Cake
.Prca .Issues - Base Types
-
- object
- Derived Types
graph TD
Base0["object"]-->Type
Type["BaseRuleDescription"]
class Type type-node
Type-->Derived0["MsBuildRuleDescription"]
click Derived0 "/Cake.Prca.Website/api/Cake.Prca.Issues.MsBuild/MsBuildRuleDescription"
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 |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|