Skip to main content

ApiBindingType

  • Namespace: PPDS.Plugins
  • Assembly: PPDS.Plugins
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Specifies the binding type for a Custom API. Determines whether the API is global or bound to a specific entity or entity collection.

Members

Fields

Entity

ApiBindingType Entity

Entity (1). The API is bound to a single entity record. The API operates on a specific entity instance identified by its ID.

EntityCollection

ApiBindingType EntityCollection

Entity collection (2). The API is bound to a collection of entity records. The API operates on multiple entity instances.

Global

ApiBindingType Global

Global (0). The API is not bound to any specific entity. Use for operations that are not entity-specific.