IProperty(TValue) Interface

Tungsten Suite

IPropertyTValue Interface

The base interface which Property must support

Namespace:  W
Assembly:  Tungsten.Property (in Tungsten.Property.dll) Version: 2.0.2
Syntax
C#
public interface IProperty<TValue> : IProperty

Type Parameters

TValue
The type of value for the property

The IPropertyTValue type exposes the following members.

Properties
  NameDescription
Public propertyIsDirty
True if the property's value has changed since initialization or since the last call to MarkAsClean
(Inherited from IProperty.)
Public propertyValue
The value of the property
Top
See Also

Reference