This class is a set of various extension methods.
| C# | Visual Basic | Visual C++ |
public static class Extensions
<ExtensionAttribute> _ Public NotInheritable Class Extensions
[ExtensionAttribute] public ref class Extensions abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AddRange<(Of <(TListElement>)>)(IList<(Of <(TListElement>)>), IEnumerable<(Of <(TListElement>)>)) |
Adds a range of elements to a list of element.
| |
| GetValue(IDictionary, Object, Object) |
Gets the value from an IDictionary.
| |
| GetValueAsBoolean(IConfigManager, String, Boolean) |
Gets the value as boolean from the configuration manager.
| |
| GetValueAsDouble(IConfigManager, String, Double) |
Gets the value as double from the configuration manager.
| |
| GetValueAsInt(IConfigManager, String, Int32) |
Gets the value as an integer from the configuration manager.
| |
| GetValueAsSolidColorBrush(IConfigManager, String, String) |
Gets the value as a color from the configuration manager.
| |
| GetValueAsString(IConfigManager, String, String) |
Gets the value as a string from the configuration manager.
| |
| GetValueAsStringArray(IConfigManager, String, array<String>[]()[]) |
Gets the value as a string array from the configuration manager.
| |
| IsRBACEnabled(IConfigManager) |
Gets a value indicating whether this instance is RBAC enabled.
| |
| Task(IConfigManager, String) |
Gets a value indicating whether this tasks exist.
| |
| TranslateFormat(LanguageDictionary, String, String, array<Object>[]()[]) |
Gets the translate format using the language dictionary.
| |
| TryGetValue<(Of <(TKey, TValue>)>)(IDictionary<(Of <(TKey, TValue>)>), TKey) |
Tries to get the value for a specified key.
|
| Object | |
| Extensions | |