Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateBoEntityParams<E>

Parameters for the updateBoEntity-function.

Type parameters

  • E = any

    Type for Entity. Defaults to any.

Hierarchy

  • UpdateBoEntityParams

Index

Properties

entityChange: Partial<E>

Partial of E. Given properties will be updated.

keyPropertyType: "string" | "number" | "guid"

Type of the key property

keyPropertyValue: string | number

Key-property of the entity to be updated

modelName: string

Name of the model

pluralEntityName: string

EntityName in plural (Singular name won't work)

Generated using TypeDoc