Click or drag to resize

SplitSessionModelExternalAttributeKey Class

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
External attribute key.
Inheritance Hierarchy
SystemObject
  Tangosol.Web.ModelSplitSessionModelExternalAttributeKey

Namespace:  Tangosol.Web.Model
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public class ExternalAttributeKey : IPortableObject, 
	IKeyAssociation

The SplitSessionModelExternalAttributeKey type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssociatedKey
Determine the key object to which this key object is associated.
Top
Methods
  NameDescription
Public methodEquals
Test objects for equality.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Return hash code for this object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
Public methodToString
Return string representation of this object.
(Overrides ObjectToString.)
Public methodWriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Equality operator implementation.
Public operatorStatic memberInequality
Inequality operator implementation.
Top
See Also