Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes whether and to what a model is attached for lazy loading purposes.

Index

Enumeration members

Enumeration members

API

API: = "API"

Demonstrative. Not yet implemented.

DataStore

DataStore: = "DataStore"

Model lazy loads from the global DataStore.

Detached

Detached: = "Detached"

Model doesn't lazy load from any data source.

Related entity properties provided at instantiation are returned via the respective lazy interfaces when their properties are invoked.