PropertyBase(TOwner, TValue) Properties

Tungsten Suite

PropertyBaseTOwner, TValue Properties

The PropertyBaseTOwner, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue

Allows the programmer to assign a default value which can be reset via the ResetToDefaultValue method. This value does not have to be the initial value.

Public propertyIsDirty
True if Value has changed since initialization or since the last call to MarkAsClean
Public propertyOwner
The property owner
Public propertyValue
Get or Set the value
(Inherited from LockableSlimTValue.)
Top
See Also