Show / Hide Table of Contents

    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

    RollbackResult<TValue>

    The RollbackResult<TValue> that corresponds to ActionResult<TValue>.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon