Table of Contents

Class DeleteOptionalCommand<T>

Namespace
Apizr.Optional.Cruding
Assembly
Apizr.Integrations.Optional.dll

The mediation Delete optional command

public class DeleteOptionalCommand<T> : DeleteCommandBase<T, Option<Unit, ApizrException>, IApizrRequestOptions, IApizrRequestOptionsBuilder>, IMediationCommand<int, Option<Unit, ApizrException>>, IRequest<Option<Unit, ApizrException>>, IBaseRequest

Type Parameters

T

The api entity type

Inheritance
DeleteOptionalCommand<T>
Implements
IRequest<Option<Unit, ApizrException>>
IBaseRequest
Inherited Members

Constructors

DeleteOptionalCommand(int, Action<IApizrRequestOptionsBuilder>)

The mediation Delete optional command constructor

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

Parameters

key int

The entity's crud key

optionsBuilder Action<IApizrRequestOptionsBuilder>

Options provided to the request