Class LazyDisplayItem<T>
Wraps a lazy-initialized object with meta-data for display.
public class LazyDisplayItem<T>
Type Parameters
T
- Inheritance
-
LazyDisplayItem<T>
- Inherited Members
- Extension Methods
Properties
DisplayName
Gets or sets the targetValues name.
public string? DisplayName { get; set; }
Property Value
LazyItem
Gets or sets the lazy item.
public Lazy<T?>? LazyItem { get; set; }
Property Value
- Lazy<T>
Name
Gets or sets the name.
public string? Name { get; set; }