Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

PipelineArgs

API reference for PipelineArgs in Vendr, the eCommerce solution for Umbraco v8+

PipelineArgs

public class PipelineArgs

Namespace

Constructors

PipelineArgs (1 of 2)

public PipelineArgs(IUnitOfWork uow, object model)

PipelineArgs (2 of 2)

public PipelineArgs(IUnitOfWork uow, object model, IDictionary<string, object> additionalData)

Properties

AdditionalData

Gets the additional data of this PipelineArgs.

public IDictionary<string, object> AdditionalData { get; }

Model

Gets the model of this PipelineArgs.

public object Model { get; }

UnitOfWork

Gets the pipelines IUnitOfWork.

public IUnitOfWork UnitOfWork { get; }

Edit this page on GitHub

Site + logo design © 2024 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.