| SplitSessionModelExternalAttributeHolder Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Tangosol.Web.Model
 Syntax
Syntaxpublic class ExternalAttributeHolder : TraditionalSessionModelAttributeHolder
The SplitSessionModelExternalAttributeHolder type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SplitSessionModelExternalAttributeHolder(AbstractSessionModel, String) | 
            Construct AttributeHolder instance.
             | 
|  | SplitSessionModelExternalAttributeHolder(AbstractSessionModel, String, Object) | 
            Construct AttributeHolder instance.
             | 
|  | SplitSessionModelExternalAttributeHolder(AbstractSessionModel, String, Binary, Int32) | 
            Construct AttributeHolder instance from a buffer.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BinaryValue | 
            Get binary value.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | Dirty | 
            Get the flag specifying whether this attribute is dirty.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | External | 
            True if this is external attribute.
             | 
|  | ExternalObsolete | 
            True if this atribute was external and became internal
             | 
|  | ModelManager | 
            Model manager for the parent model.
             | 
|  | Name | 
            Get attribute name.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | Serializer | 
            Attribute serializer.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | Value | 
            Get or set attribute value.
            (Overrides TraditionalSessionModelAttributeHolderValue.) | 
 Methods
Methods| 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.) | 
|  | LoadExternalAttributeValue | 
            Load external attribute value.
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | SetDirty | 
            Mark this attribute as dirty.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WriteExternal | 
            Serialize this attribute using specified writer.
            (Overrides TraditionalSessionModelAttributeHolderWriteExternal(DataWriter).) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | m_binValue | 
            Serialized (binary) attribute value.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | m_dirty | 
            Dirty flag.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | m_external | 
            Flag specifying whether this is external attribute.
             | 
|  | m_name | 
            Attribute name.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | m_of | 
            Offset of this attribute's value within serialized items buffer.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | m_parent | 
            Parent model.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | m_value | 
            Attribute value.
            (Inherited from TraditionalSessionModelAttributeHolder.) | 
|  | m_wasExternal | 
            Flag specifying whether this attribute was serialised as external attribute.
             | 
 See Also
See Also