OpenApiServiceCategory Class |
Namespace: Hummingbird.TestFramework.ExtensionProject
The OpenApiServiceCategory type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpenApiServiceCategory |
Initializes a new instance of the OpenApiServiceCategory class.
|
Name | Description | |
---|---|---|
![]() | AnalysedDate |
Gets or sets the date where the extension is analyzed.
(Inherited from ExtensionNode.) |
![]() | BaseUrl |
Gets or sets the base URL.
|
![]() | CodeFiles |
Generated code files for reused and private Open API Schema
|
![]() | CreateDate |
Gets or sets the create date.
(Inherited from ExtensionNode.) |
![]() | DefinitionFile |
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.
|
![]() | Description |
Gets or sets the description.
(Inherited from ExtensionNode.) |
![]() | IsAnalysed |
Gets or sets a value indicating whether this instance is analyzed.
(Inherited from ExtensionNode.) |
![]() | LastModificationDate |
Gets or sets the last modification date.
(Inherited from ExtensionNode.) |
![]() | Name |
Gets or sets the name of the node (represents Application, Category or Service)
(Inherited from ExtensionNode.) |
![]() | Operations |
Gets the operations.
|
![]() | Options |
Gets or sets the options used to analyze
|
![]() | ReferredApplication |
Gets the referred ServiceApplication of this ServiceCategory
(Inherited from ServiceCategory.) |
![]() | Services |
Gets or sets the services.
(Inherited from ServiceCategory.) |
Name | Description | |
---|---|---|
![]() | Analyze |
Call the analyzer and mark IsAnalysed flag and date.
(Inherited from ExtensionNode.) |
![]() | AnalyzeAsync |
Call the analyzer and mark IsAnalysed flag and date in asynchronous mode
(Inherited from ExtensionNode.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when property value changed.
(Inherited from ExtensionNode.) |
Name | Description | |
---|---|---|
![]() | ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) |
![]() | ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |