@dvelop-sdk
    Preparing search index...

    Interface DeleteBoEntityParams

    Parameters for the deleteBoEntity-function.

    interface DeleteBoEntityParams {
        keyPropertyType: "string" | "number" | "guid";
        keyPropertyValue: string | number;
        modelName: string;
        pluralEntityName: string;
    }
    Index

    Properties

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

    Type of the key property

    keyPropertyValue: string | number

    Key-property of the entity to be deleted

    modelName: string

    Name of the model

    pluralEntityName: string

    EntityName in plural (Singular name won't work)