Summary
            Basic settings for all PRCA aliases.
            
		- Assembly
 - Cake
.Prca .dll  - Namespace
 - Cake
.Prca  - Base Types
 - 
									
- object
 
 - Derived Types
 
							graph TD
	Base0["object"]-->Type
	Type["PrcaSettings"]
class Type type-node
	Type-->Derived0["ReadIssuesSettings"]
	click Derived0 "/Cake.Prca.Website/api/Cake.Prca/ReadIssuesSettings"
	Type-->Derived1["ReportIssuesToPullRequestSettings"]
	click Derived1 "/Cake.Prca.Website/api/Cake.Prca/ReportIssuesToPullRequestSettings"
						
					Syntax
public class PrcaSettings
			Constructors
| Name | Summary | 
|---|---|
| PrcaSettings | 
									
            Initializes a new instance of the PrcaSettings class.
             | 
							
Properties
| Name | Value | Summary | 
|---|---|---|
| RepositoryRoot | DirectoryPath | 
									 
            Gets the Root path of the repository.
             
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| NotNull | 
								void | 
									 
            Throws an exception if the specified parameter's value is null.
             
										From PrcaArgumentChecks 
								 |