Click or drag to resize

HttpResponseEditorSupportedObjectTypes 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.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public override Type[] SupportedObjectTypes { get; }

Property Value

Type: Type
See Also