Click or drag to resize

AppSettingsT Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppSettingsT
    Omada.OE.ModelCustomerSettings
    Omada.OE.ModelMasterSettings
    Omada.OE.ModelUserSettings

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class AppSettings<T> : IEnumerable<T>, 
	IEnumerable, ICloneable
where T : AppSetting

Type Parameters

T

The AppSettingsT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Public methodClone
Public methodGetByKey
Returns a setting based on its key. The keys are compared without case sensitivity. Returns null if the key is not found.
Public methodGetEnumerator
Public methodGetValueDef(String, Boolean)
Public methodGetValueDef(String, DateTime)
Public methodGetValueDef(String, Int32)
Public methodGetValueDef(String, String)
Public methodRemove
Top
Extension Methods
Explicit Interface Implementations
See Also