Click or drag to resize

AbstractMetadataRequestEditorType Property

Type of a CustomObjectEditor to edit the request data (used as Driver). If the value is not provided, Hummingbird default editor will be used. the request data is type of RequestType.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public Type RequestEditorType { get; set; }

Property Value

Type: Type
See Also