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

Implementation of a ISessionModel that deserializes individual items on demand.

The TraditionalSessionModel..::.AttributeHolder type exposes the following members.

Constructors

  NameDescription
TraditionalSessionModel..::.AttributeHolderOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetDirty
Mark this attribute as dirty.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteExternal
Serialize this attribute using specified writer.

Fields

  NameDescription
m_binValue
Serialized (binary) attribute value.
m_dirty
Dirty flag.
m_name
Attribute name.
m_of
Offset of this attribute's value within serialized items buffer.
m_parent
Parent model.
m_value
Attribute value.

Properties

  NameDescription
BinaryValue
Get binary value.
Dirty
Get the flag specifying whether this attribute is dirty.
Name
Get attribute name.
Serializer
Attribute serializer.
Value
Get or set attribute value.

See Also