Click or drag to resize

PropertyT Class

Generic data property to monitor a data value.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.DataProperty
    Slash.Unity.DataBind.Core.DataPropertyT

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public sealed class Property<T> : Property

Type Parameters

T
Type of data.

The PropertyT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyValue
Current data value.
Top
See Also