Class IntAppSetting
Defined lazy initialized integer setting
public class IntAppSetting : AppSetting<int>
- Inheritance
-
objectCMSLazy<int>AppSetting<int>IntAppSetting
- Inherited Members
- Extension Methods
Constructors
IntAppSetting(string, int)
Constructor
public IntAppSetting(string keyName, int defaultValue)
Parameters
keyName
stringSettings key name
defaultValue
intDefault value
Methods
ConvertValue(object, int)
Converts the value to a proper type
protected override int ConvertValue(object value, int defaultValue)
Parameters
value
objectValue to convert
defaultValue
intDefault value
Returns
- int