get
Get a list of settings belonging to the specified settings container class.
Return
A list of settings associated with the specified container class.
Parameters
The class of the settings container.
Get a list of settings with the specified name from the specified settings container class.
Return
A list of settings with the specified name associated with the container class.
Parameters
The class of the settings container.
The name of the setting.
Get a setting based on the provided container class name, setting class name, and setting name.
Return
The matching Setting object if found, otherwise null.
Parameters
The class of the settings container.
The class of the setting.
The name of the setting.
Get a setting based on the provided container class name, setting class name, and setting name.
Return
The matching Setting object if found, otherwise null.
Parameters
The fully qualified name of the container class.
The fully qualified name of the setting class.
The name of the setting.