Click or drag to resize

OpenApiServiceCategory Properties

The OpenApiServiceCategory type exposes the following members.

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
See Also