TraditionalSessionModelAttributeHolder Class | 
Namespace: Tangosol.Web.Model
public class AttributeHolder
The TraditionalSessionModelAttributeHolder type exposes the following members.
| Name | Description | |
|---|---|---|
| TraditionalSessionModelAttributeHolder(AbstractSessionModel, String) | 
            Construct AttributeHolder instance.
              | |
| TraditionalSessionModelAttributeHolder(AbstractSessionModel, String, Object) | 
            Construct AttributeHolder instance.
              | |
| TraditionalSessionModelAttributeHolder(AbstractSessionModel, String, Binary, Int32) | 
            Construct AttributeHolder instance from a buffer.
              | 
| 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.
              | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.
              | 
| 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.
              |