Summary
            Class describing rules appearing in MsBuild logs.
            
		- Assembly
 - Cake
.Prca .Issues .MsBuild .dll  - Namespace
 - Cake
.Prca .Issues .MsBuild  - Base Types
 - 
									
- object
 - BaseRuleDescription
 
 
							graph TD
	Base0["BaseRuleDescription"]-->Type
	click Base0 "/Cake.Prca.Website/api/Cake.Prca.Issues/BaseRuleDescription"
	Base1["object"]-->Base0
	Type["MsBuildRuleDescription"]
class Type type-node
						
					Syntax
public class MsBuildRuleDescription : BaseRuleDescription
			Constructors
| Name | Summary | 
|---|---|
| Ms | 
									
Properties
| Name | Value | Summary | 
|---|---|---|
| Category | string | 
									 
            Gets or sets the category of the rule.
             
								 | 
							
| Rule | string | 
									 
            Gets or sets the full identifier of the rule.
             
											Inherited from BaseRuleDescription 
								 | 
							
| RuleId | int | 
									 
            Gets or sets the identifier of the rule.
             
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| NotNull | 
								void | 
									 
            Throws an exception if the specified parameter's value is null.
             
										From PrcaArgumentChecks 
								 |