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; }
Public Shared ReadOnly Property ConditionEditors As Dictionary(Of Type, Type)
Get
public:
static property Dictionary<Type^, Type^>^ ConditionEditors {
Dictionary<Type^, Type^>^ get ();
}
static member ConditionEditors : Dictionary<Type, Type> with 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
ModernContentSee Also