Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The TraditionalSessionModel type exposes the following members.

Properties

  NameDescription
Count
Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
Dirty
Gets or sets a value indicating whether the collection has been marked as changed.
(Inherited from AbstractSessionModel.)
IsReadOnly
Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.
(Inherited from NameObjectCollectionBase.)
Keys
Gets a NameObjectCollectionBase..::.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
(Inherited from NameObjectCollectionBase.)
ModelManager
Get the manager for this model.
(Inherited from AbstractSessionModel.)
Serializer
Get item serializer.
(Inherited from AbstractSessionModel.)
SessionId
Gets or sets session key.
(Inherited from AbstractSessionModel.)

See Also