Skip to content

ClientGeneratorBaseSettings

Rico Suter edited this page Sep 12, 2016 · 18 revisions

Properties

  • ClassName
  • OperationGenerationMode: Defines how to generate operations based on the given operation IDs
    • MultipleClientsFromOperationId (default): Multiple clients from the Swagger operation ID in the form {controller}_{action}.
    • MultipleClientsFromPathSegments: From path segments (operation name = last segment, client name = second to last segment).
    • SingleClientFromOperationId: From the Swagger operation ID.
  • GenerateDtoTypes
  • GenerateClientInterfaces
  • GenerateClientClasses

Base settings for: