The PersistentGenericList<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Protected propertyCachedSize (Inherited from AbstractPersistentCollection.)
Protected propertyClearQueueEnabled
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
(Inherited from AbstractPersistentCollection.)
Public propertyCount (Inherited from PersistentList.)
Protected propertyDefaultForType (Overrides PersistentList..::..DefaultForType.)
Public propertyEmpty (Inherited from PersistentList.)
Public propertyHasQueuedOperations
Does this instance have any "queued" additions?
(Inherited from AbstractPersistentCollection.)
Protected propertyInverseCollectionNoOrphanDelete
Is this the "inverse" end of a bidirectional association with no orphan delete enabled?
(Inherited from AbstractPersistentCollection.)
Protected propertyInverseOneToManyOrNoOrphanDelete
Is this the "inverse" end of a bidirectional one-to-many, or of a collection with no orphan delete?
(Inherited from AbstractPersistentCollection.)
Protected propertyIsConnectedToSession
Is the collection currently connected to an open session?
(Inherited from AbstractPersistentCollection.)
Public propertyIsDirectlyAccessible
Gets a Boolean indicating if the underlying collection is directly accessible through code.
(Inherited from AbstractPersistentCollection.)
Public propertyIsDirty (Inherited from AbstractPersistentCollection.)
Public propertyIsFixedSize (Inherited from PersistentList.)
Protected propertyIsInverseCollection
Is this the "inverse" end of a bidirectional association?
(Inherited from AbstractPersistentCollection.)
Protected propertyIsOperationQueueEnabled
Is this collection in a state that would allow us to "queue" additions?
(Inherited from AbstractPersistentCollection.)
Public propertyIsReadOnly (Inherited from PersistentList.)
Public propertyIsSynchronized (Inherited from PersistentList.)
Public propertyIsUnreferenced (Inherited from AbstractPersistentCollection.)
Public propertyItem (Inherited from PersistentList.)
Public propertyKey (Inherited from AbstractPersistentCollection.)
Public propertyOwner (Inherited from AbstractPersistentCollection.)
Protected propertyPutQueueEnabled
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
(Inherited from AbstractPersistentCollection.)
Public propertyQueuedAdditionIterator
(Inherited from AbstractPersistentCollection.)
Public propertyRole (Inherited from AbstractPersistentCollection.)
Public propertyRowUpdatePossible (Inherited from AbstractPersistentCollection.)
Protected propertySession
(Inherited from AbstractPersistentCollection.)
Public propertyStoredSnapshot (Inherited from AbstractPersistentCollection.)
Public propertySyncRoot (Inherited from PersistentList.)
Public propertyWasInitialized
Is this instance initialized?
(Inherited from AbstractPersistentCollection.)

See Also