LazyDisplayItem<T> Class
Wraps a lazy-initialized object with meta-data for display.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["LazyDisplayItem<T>"] class Type type-node

Syntax

public class LazyDisplayItem<T>

Type Parameters

Name Description
T

Properties

Name Property Type Summary
DisplayName string
Gets or sets the targetValues name.
LazyItem Lazy<T>?
Gets or sets the lazy item.
Name string
Gets or sets the name.

Extension Methods

Name Value Summary
IsAssignableToISerializable<LazyDisplayItem<T>>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<LazyDisplayItem<T>>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<LazyDisplayItem<T>>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.