BaseSettingsElement.GetSetting Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > BaseSettingsElement Class > BaseSettingsElement Methods >

BaseSettingsElement.GetSetting Method

 

Overload List


Name

Description

Public method

GetSetting(String)

Retrieves the value of a setting based on the provided SettingId.

Public method

GetSetting(String, String)

Retrieves a setting value based on the provided SettingId. If the setting is not found, the defaultValue is returned.

Public method

GetSetting<T>(String)

Retrieves a setting value of type T based on the provided SettingId.

Public method

GetSetting<T>(String, T)

Retrieves a setting value of type T from the settings dictionary. If the setting does not exist, returns the default value provided.

 

See Also


BaseSettingsElement Class

BaseSettingsElement Members

BNCS Namespace