Click or drag to resize

ServiceCategory Constructor

Initializes a new instance of the ServiceCategory class.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public ServiceCategory(
	ServiceApplication application
)

Parameters

application
Type: Hummingbird.TestFramework.ExtensionProjectServiceApplication
The application.
See Also