C# Class ClassLibrary.Settings

Settings class
Show file Open project: kikoanis/CSharpCream Class Usage Examples

Public Properties

Property Type Description
SolvingMethodsStrings string[]

Private Properties

Property Type Description
Settings System

Public Methods

Method Description
GetRuleViolations ( ) : IList

Get Rule Violations method

Save ( ) : void

Save method

Save ( string fileName ) : void

Saves this settings object to desired location

Settings ( ) : System

Initializes a new instance of the Settings class.

Private Methods

Method Description
Settings ( string fileName ) : System

Initializes a new instance of the Settings class.

Method Details

GetRuleViolations() public method

Get Rule Violations method
public GetRuleViolations ( ) : IList
return IList

Save() public method

Save method
public Save ( ) : void
return void

Save() public method

Saves this settings object to desired location
public Save ( string fileName ) : void
fileName string filename path
return void

Settings() public method

Initializes a new instance of the Settings class.
public Settings ( ) : System
return System

Property Details

SolvingMethodsStrings public property

Solving methods strings
public string[] SolvingMethodsStrings
return string[]