Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Implementation of a ISessionModel
that deserializes individual items on demand.
The TraditionalSessionModel..::.AttributeHolder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TraditionalSessionModel..::.AttributeHolder | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetDirty |
Mark this attribute as dirty.
| |
Returns a (Inherited from | ||
| WriteExternal |
Serialize this attribute using specified writer.
|
Fields
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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.
|