Click or drag to resize

Page Methods

The Page type exposes the following members.

Methods
  NameDescription
Public methodClearCashedObjects
Clears all objects cached on the page but does not clear objects cached by weak references.
Public methodCompareTo
Compares Pages by PageNumber
Public methodDeleteObject
Use this as an alternative to Unpersist(SessionBase) or when using the interface class IOptimizedPersistable
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodFinishUpCsvImport
Schema page requires special handling in Import from CSV files
Public methodGetEnumerator
Enumerates all objects on this Page
Public methodObjectsLazyLoaded
Enumerates all objects on this Page. Object graph loaded up to specified max depth.
Public methodPageShortIds
Enumerates all objects short ids on this Page
Public methodSlot
Retrieves an object from persistent storage
Public methodStatic memberStringToByteArray
Converts a string into an UTF8 encoded byte array
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodUnpersistObject
Use this as an alternative to Unpersist(SessionBase) or when using the interface class IOptimizedPersistable
Top
See Also