Property(TOwner, TValue) Properties

Tungsten Suite

PropertyTOwner, TValue Properties

The PropertyTOwner, 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.

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