TROHttpApiRodlConverter

Overview

Location

Instance Methods


constructor Create

Creates an instance with provided parameters.

constructor Create(aName: string; aVersion: string; aHost: string; aPath: string; aLibrary: TRODLLibrary; anAuthenticationManager: TROHttpApiBaseAuthenticationManager; aServer: IROHTTPServer)

Parameters:

  • aName:
  • aVersion:
  • aHost:
  • aPath:
  • aLibrary:
  • anAuthenticationManager:
  • aServer:

Convert

procedure Convert(aDestStream: TStream; out aContentType: string)

Parameters:

  • aDestStream:
  • aContentType:

Events


OnSchemaComplete

property OnSchemaComplete: TROHttpApiSchemaCompleteEvent read write
delegate: procedure OnSchemaComplete(const aRoot: TROJSONObject)