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.

VendrContext

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

VendrContext

public class VendrContext

Namespace

Constructors

VendrContext

public VendrContext(Lazy<VendrServiceContext> services, Lazy<VendrSecurityContext> security, 
    Lazy<ISessionManager> session, Lazy<IUnitOfWorkProvider> uowProvider, Lazy<ILogger> logger)

Properties

Log

Gets the ILogger

public ILogger Log { get; }

Security

Gets the VendrSecurityContext

public VendrSecurityContext Security { get; }

Services

Gets the VendrServiceContext

public VendrServiceContext Services { get; }

Session

Gets the ISessionManager

public ISessionManager Session { get; }

Uow

Gets the IUnitOfWorkProvider

public IUnitOfWorkProvider Uow { get; }

Edit this page on GitHub

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