Class SafeDeleteCommand<T>
The mediation Delete command
public class SafeDeleteCommand<T> : DeleteCommandBase<T, IApizrResponse, IApizrRequestOptions, IApizrRequestOptionsBuilder>, IMediationCommand<int, IApizrResponse>, IRequest<IApizrResponse>, IBaseRequest
Type Parameters
TThe 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
keyintThe entity's crud key
optionsBuilderAction<IApizrRequestOptionsBuilder>Options provided to the request