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.

LazyProperty

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

LazyProperty

public class LazyProperty

Namespace

Constructors

LazyProperty (1 of 2)

public LazyProperty(Func<object> getter)

LazyProperty (2 of 2)

public LazyProperty(Lazy<object> getter)

Properties

HasSetValue

public bool HasSetValue { get; }

Value

public object Value { get; set; }

Methods

Reset (1 of 2)

public void Reset(Func<object> getter)

Reset (2 of 2)

public void Reset(Lazy<object> getter)

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.