Page Methods |
The Page type exposes the following members.
Name | Description | |
---|---|---|
ClearCashedObjects |
Clears all objects cached on the page but does not clear objects cached by weak references.
| |
CompareTo |
Compares Pages by PageNumber
| |
DeleteObject |
Use this as an alternative to Unpersist(SessionBase) or when using the interface class IOptimizedPersistable | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
FinishUpCsvImport |
Schema page requires special handling in Import from CSV files
| |
GetEnumerator |
Enumerates all objects on this Page
| |
ObjectsLazyLoaded |
Enumerates all objects on this Page. Object graph loaded up to specified max depth.
| |
PageShortIds |
Enumerates all objects short ids on this Page
| |
Slot |
Retrieves an object from persistent storage
| |
StringToByteArray |
Converts a string into an UTF8 encoded byte array
| |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
UnpersistObject |
Use this as an alternative to Unpersist(SessionBase) or when using the interface class IOptimizedPersistable |