C# 클래스 TESVSnip.UI.Services.Settings

파일 보기 프로젝트 열기: figment/tesvsnip

공개 메소드들

메소드 설명
GetBool ( string name ) : bool

Retrieve a boolean value

GetString ( string name ) : string

Retrieve a string value

GetStringArray ( string name ) : string[]

Retrieve a string array

GetWindowPosition ( string window, Form f ) : void

Retrieve the window position

Init ( ) : void

Init class Settings

RemoveString ( string name ) : void

Remove string parameters

SetBool ( string name, bool value ) : void

Set a boolean value in a parameter

SetString ( string name, string value ) : void

Set a string value in a parameter

SetStringArray ( string name, string items ) : void

Set a string array in a parameter

SetWindowPosition ( string window, Form f ) : void

Set windows position on screen

비공개 메소드들

메소드 설명
Settings ( ) : System.Drawing

Constructor

메소드 상세

GetBool() 공개 정적인 메소드

Retrieve a boolean value
public static GetBool ( string name ) : bool
name string Parameter name
리턴 bool

GetString() 공개 정적인 메소드

Retrieve a string value
public static GetString ( string name ) : string
name string Parameter name
리턴 string

GetStringArray() 공개 정적인 메소드

Retrieve a string array
public static GetStringArray ( string name ) : string[]
name string Parameter name
리턴 string[]

GetWindowPosition() 공개 정적인 메소드

Retrieve the window position
public static GetWindowPosition ( string window, Form f ) : void
window string Window name
f System.Windows.Forms.Form Windows form reference
리턴 void

Init() 공개 정적인 메소드

Init class Settings
public static Init ( ) : void
리턴 void

RemoveString() 공개 정적인 메소드

Remove string parameters
public static RemoveString ( string name ) : void
name string Parameter name
리턴 void

SetBool() 공개 정적인 메소드

Set a boolean value in a parameter
public static SetBool ( string name, bool value ) : void
name string Parameter name
value bool Boolean value
리턴 void

SetString() 공개 정적인 메소드

Set a string value in a parameter
public static SetString ( string name, string value ) : void
name string Parameter name
value string String value
리턴 void

SetStringArray() 공개 정적인 메소드

Set a string array in a parameter
public static SetStringArray ( string name, string items ) : void
name string Parameter name
items string String array
리턴 void

SetWindowPosition() 공개 정적인 메소드

Set windows position on screen
public static SetWindowPosition ( string window, Form f ) : void
window string Windows name
f System.Windows.Forms.Form Windows form reference
리턴 void