Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IService

Catalog service operation schema information.

Hierarchy

  • IService

Index

Properties

Optional name

name: string

The service operation name.

Optional params

params: IServiceParam[]

Collection of service operation parameters.

Optional path

path: string

The relative path of the service operation.

type

type: string

The operation method type: create, read, update, delete, invoke.

Optional useBeforeImage

useBeforeImage: boolean

If before-image information is to be used.

Optional verb

verb: string

The HTTP method.