Class SafeDeleteCommand<T, TKey>
The mediation Delete command
public class SafeDeleteCommand<T, TKey> : DeleteCommandBase<T, TKey, IApizrResponse, IApizrRequestOptions, IApizrRequestOptionsBuilder>, IMediationCommand<TKey, IApizrResponse>, IRequest<IApizrResponse>, IBaseRequest
Type Parameters
TThe api entity type
TKeyThe entity's crud key type
- Inheritance
-
SafeDeleteCommand<T, TKey>
- Implements
-
IMediationCommand<TKey, IApizrResponse>IRequest<IApizrResponse>IBaseRequest
- Inherited Members
Constructors
SafeDeleteCommand(TKey, Action<IApizrRequestOptionsBuilder>)
The mediation Delete command constructor
public SafeDeleteCommand(TKey key, Action<IApizrRequestOptionsBuilder> optionsBuilder = null)
Parameters
keyTKeyThe entity's crud key
optionsBuilderAction<IApizrRequestOptionsBuilder>Options provided to the request