Table of Contents

Namespace Apizr.Mediation.Cruding

Classes

CreateCommand<TModelData>

The mediation Create command

DeleteCommand<T>

The mediation Delete command

DeleteCommand<T, TKey>

The mediation Delete command

ReadAllQuery<TReadAllResult>

The mediation ReadAll query

ReadAllQuery<TReadAllParams, TReadAllResult>

The mediation ReadAll query

ReadQuery<TResultData>

The mediation Read query

ReadQuery<TResultData, TKey>

The mediation Read query

SafeCreateCommand<TModelData>

The mediation Create command

SafeDeleteCommand<T>

The mediation Delete command

SafeDeleteCommand<T, TKey>

The mediation Delete command

SafeReadAllQuery<TReadAllResult>

The mediation ReadAll query

SafeReadAllQuery<TReadAllParams, TReadAllResult>

The mediation ReadAll query

SafeReadQuery<TResultData>

The mediation Read query

SafeReadQuery<TResultData, TKey>

The mediation Read query

SafeUpdateCommand<TRequestData>

The mediation Update command

SafeUpdateCommand<TKey, TRequestData>

The mediation Update command

UpdateCommand<TRequestData>

The mediation Update command

UpdateCommand<TKey, TRequestData>

The mediation Update command