Click or drag to resize

GlobalConditionEditors Property

Gets the condition editors from a Type (AbstractCondition)

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Dictionary<Type, Type> ConditionEditors { get; }

Property Value

Type: DictionaryType, Type
The Key of the dictionary is a sub type of AbstractCondition, the Value represents the editor which is a sub type of ModernContent
See Also