Interface DeleteEntityByListParameter

リスト指定でのEntity一括削除パラメータ

interface DeleteEntityByListParameter {
    allVersion: boolean;
    deleteTarget: Partial<EntityKey>[];
    entityName: string;
    viewName?: string;
    webApi: string;
}

Properties

allVersion: boolean

全てのバージョンを対象とするか?

deleteTarget: Partial<EntityKey>[]

削除対象リスト

entityName: string

Entity定義名

viewName?: string

View名

webApi: string

WebAPI名