Click or drag to resize

OpenApiServiceCategory Class

A category of the services, to hold a set of web services from an OpenAPI service description. The supported documents are OpenAPI 2.0 (Swagger) and OpenAPI 3.0 (Yaml)
Inheritance Hierarchy

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public sealed class OpenApiServiceCategory : ServiceCategory

The OpenApiServiceCategory type exposes the following members.

Constructors
  NameDescription
Public methodOpenApiServiceCategory
Initializes a new instance of the OpenApiServiceCategory class.
Top
Properties
  NameDescription
Public propertyAnalysedDate
Gets or sets the date where the extension is analyzed.
(Inherited from ExtensionNode.)
Public propertyBaseUrl
Gets or sets the base URL.
Public propertyCodeFiles
Generated code files for reused and private Open API Schema
Public propertyCreateDate
Gets or sets the create date.
(Inherited from ExtensionNode.)
Public propertyDefinitionFile
The entry point of the definition file. For Swagger Services it is the swagger.json file. For other type of services, This property is not used.
Public propertyDescription
Gets or sets the description.
(Inherited from ExtensionNode.)
Public propertyIsAnalysed
Gets or sets a value indicating whether this instance is analyzed.
(Inherited from ExtensionNode.)
Public propertyLastModificationDate
Gets or sets the last modification date.
(Inherited from ExtensionNode.)
Public propertyName
Gets or sets the name of the node (represents Application, Category or Service)
(Inherited from ExtensionNode.)
Public propertyOperations
Gets the operations.
Public propertyOptions
Gets or sets the options used to analyze
Public propertyReferredApplication
Gets the referred ServiceApplication of this ServiceCategory
(Inherited from ServiceCategory.)
Public propertyServices
Gets or sets the services.
(Inherited from ServiceCategory.)
Top
Methods
  NameDescription
Public methodAnalyze
Call the analyzer and mark IsAnalysed flag and date.
(Inherited from ExtensionNode.)
Public methodAnalyzeAsync
Call the analyzer and mark IsAnalysed flag and date in asynchronous mode
(Inherited from ExtensionNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when property value changed.
(Inherited from ExtensionNode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also