Click or drag to resize

CustomerSettings Methods

The CustomerSettings type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from AppSettingsT.)
Public methodClone (Inherited from AppSettingsT.)
Public methodGetByKey
Returns a setting based on its key. The keys are compared without case sensitivity. Returns null if the key is not found.
(Inherited from AppSettingsT.)
Public methodGetEnumerator (Inherited from AppSettingsT.)
Public methodGetValueDef(String, Boolean) (Inherited from AppSettingsT.)
Public methodGetValueDef(String, DateTime) (Inherited from AppSettingsT.)
Public methodGetValueDef(String, Int32) (Inherited from AppSettingsT.)
Public methodGetValueDef(String, String) (Inherited from AppSettingsT.)
Public methodRemove (Inherited from AppSettingsT.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also