MediatorApiConventions Class

graph BT Type-->Base0["Object"] Type["MediatorApiConventions"] class Type type-node

Syntax

public static class MediatorApiConventions

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Methods

Name Value Summary
Create(IRequest<object>) void
static
Delete(IRequest<object>) void
static
Edit(object, object) void
static
Find(IRequest<object>) void
static
Get(IRequest<object>) void
static
Other(IRequest<object>) void
static
Post(IRequest<object>) void
static
Put(object, object) void
static
Update(object, object) void
static