Table of Contents

Class SafeDeleteCommand<T>

Namespace
Apizr.Mediation.Cruding
Assembly
Apizr.Integrations.MediatR.dll

The mediation Delete command

public class SafeDeleteCommand<T> : DeleteCommandBase<T, IApizrResponse, IApizrRequestOptions, IApizrRequestOptionsBuilder>, IMediationCommand<int, IApizrResponse>, IRequest<IApizrResponse>, IBaseRequest

Type Parameters

T

The api entity type

Inheritance
SafeDeleteCommand<T>
Implements
IRequest<IApizrResponse>
IBaseRequest
Inherited Members

Constructors

SafeDeleteCommand(int, Action<IApizrRequestOptionsBuilder>)

The mediation Delete command constructor

public SafeDeleteCommand(int key, Action<IApizrRequestOptionsBuilder> optionsBuilder = null)

Parameters

key int

The entity's crud key

optionsBuilder Action<IApizrRequestOptionsBuilder>

Options provided to the request