C# 클래스 ClassLibrary.Settings

Settings class
파일 보기 프로젝트 열기: kikoanis/CSharpCream 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SolvingMethodsStrings string[]

Private Properties

프로퍼티 타입 설명
Settings System

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Settings ( string fileName ) : System

Initializes a new instance of the Settings class.

메소드 상세

GetRuleViolations() 공개 메소드

Get Rule Violations method
public GetRuleViolations ( ) : IList
리턴 IList

Save() 공개 메소드

Save method
public Save ( ) : void
리턴 void

Save() 공개 메소드

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

Settings() 공개 메소드

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

프로퍼티 상세

SolvingMethodsStrings 공개적으로 프로퍼티

Solving methods strings
public string[] SolvingMethodsStrings
리턴 string[]