C# Class CrewChiefV3.UserSettings

ファイルを表示 Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
propertyHelp String>.Dictionary

Public Methods

Method Description
GetUserSettings ( ) : UserSettings
getBoolean ( String name ) : System.Boolean
getFloat ( String name ) : float
getHelp ( String propertyId ) : String
getInt ( String name ) : int
getProperties ( Type requiredType, String nameMustStartWith, String nameMustNotStartWith ) : List
getString ( String name ) : String
saveUserSettings ( ) : void
setProperty ( String name, Object value ) : void

Private Methods

Method Description
UserSettings ( ) : System

Method Details

GetUserSettings() public static method

public static GetUserSettings ( ) : UserSettings
return UserSettings

getBoolean() public method

public getBoolean ( String name ) : System.Boolean
name String
return System.Boolean

getFloat() public method

public getFloat ( String name ) : float
name String
return float

getHelp() public method

public getHelp ( String propertyId ) : String
propertyId String
return String

getInt() public method

public getInt ( String name ) : int
name String
return int

getProperties() public method

public getProperties ( Type requiredType, String nameMustStartWith, String nameMustNotStartWith ) : List
requiredType System.Type
nameMustStartWith String
nameMustNotStartWith String
return List

getString() public method

public getString ( String name ) : String
name String
return String

saveUserSettings() public method

public saveUserSettings ( ) : void
return void

setProperty() public method

public setProperty ( String name, Object value ) : void
name String
value Object
return void

Property Details

propertyHelp public_oe property

public Dictionary propertyHelp
return String>.Dictionary