NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Load states returned by the ProviderUtil SPI methods.
Namespace: NPersistence.spiAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
public enum LoadState
Members
Member | Value | Description |
---|---|---|
LOADED | 0 | The state of the element is known to have been loaded.
|
NOT_LOADED | 1 | The state of the element is known not to have been loaded.
|
UNKNOWN | 2 | The load state of the element cannot be determined.
|