Click or drag to resize

ObjectEditorBaseSupportedObjectTypes Property

The list of Types which this editor supports to edit. please set this value to RequestType or ResponseType of your services, this information can be found in the Metadata. Attention: if you set this value to [TypeOf(object)], then this editor will edit all kind of objects.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract Type[] SupportedObjectTypes { get; }

Property Value

Type: Type
See Also