Implicit(ActionResult<TValue> to RollbackResult<TValue>)
.NET Standard 2.x
Defines an implicit conversion of an ActionResult<TValue>
to a RollbackResult<TValue>.
Namespace: SnapObjects.Data.AspNetCore
Assembly: SnapObjects.Data.AspNetCore.dll
Syntax
public static implicit operator RollbackResult<TValue>(ActionResult<TValue> result)
Parameters
result
Microsoft.AspNetCore.Mvc.ActionResult<TValue>
The ActionResult<TValue>
to convert to a RollbackResult<TValue>.
Returns
The RollbackResult<TValue> that corresponds to ActionResult<TValue>
.
Applies to
.NET Standard
2.x