Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Extensions Class
NamespacesGenesyslab.Desktop.InfrastructureExtensions
This class is a set of various extension methods.
Declaration Syntax
C#Visual BasicVisual C++
public static class Extensions
<ExtensionAttribute> _
Public NotInheritable Class Extensions
[ExtensionAttribute]
public ref class Extensions abstract sealed
Members
All MembersMethods



IconMemberDescription
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.

Inheritance Hierarchy
Object
Extensions

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)