OperationCode Class |
Namespace: Hummingbird.TestFramework.CodeGenerator
The OperationCode type exposes the following members.
Name | Description | |
---|---|---|
OperationCode | Initializes a new instance of the OperationCode class |
Name | Description | |
---|---|---|
Description |
Gets the description of the current operation
| |
Method |
Gets or sets the Http method used for the current operation
| |
OperationId |
Gets the operation identifier.
| |
Path |
Gets the Path of the operation that is specified in OpenAPI Specification.
| |
RequestClass |
Gets the source code that represents the class of request object.
| |
RequestMetadata |
Gets or sets the code block of a HttpRequestMetadata object generated from OpenAPI Specification
| |
ResponseClass |
Gets the source code that represents all possible response object.
| |
ResponseMetadata |
Gets or sets the code block of a HttpResponseMetadata object generated from OpenAPI Specification
| |
Tags |
Gets the tags of the OpenAPI operation
| |
TagsString |
Gets the tags as string array representation.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |