Click or drag to resize

AbstractSessionModelDirty Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Gets or sets a value indicating whether the collection has been marked as changed.

Namespace:  Tangosol.Web.Model
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual bool Dirty { get; set; }

Return Value

Type: Boolean
true if the contents have been changed; otherwise, false.

Implements

ISessionStateItemCollectionDirty
See Also