AppSettingsT Methods |
The AppSettingsT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clone | |
![]() | GetByKey |
Returns a setting based on its key.
The keys are compared without case sensitivity.
Returns null if the key is not found.
|
![]() | GetEnumerator | |
![]() | GetValueDef(String, Boolean) | |
![]() | GetValueDef(String, DateTime) | |
![]() | GetValueDef(String, Int32) | |
![]() | GetValueDef(String, String) | |
![]() | Remove |
Name | Description | |
---|---|---|
![]() | ContainsSameElementsT |
Checks if two collections have same length and exactly same elements, but ignores the order.
(Defined by EnumerableExtensions.) |
![]() | OrderBySequenceT, TId |
Sorts the elements of a sequence based
on the sorting of another sequence
(Defined by LinqExtensions.) |
![]() | OrderByWithDirectionT, TKey |
Sorts the elements of a sequence according to the key
with the provided order
(Defined by LinqExtensions.) |
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IEnumerableTGetEnumerator | Returns an enumerator that iterates through the collection. |