Click or drag to resize

IDataProviderT Interface

Interface for any kind of provider of a data value of a specific type.

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

Type Parameters

T
Type of provided data.

The IDataProviderT type exposes the following members.

Properties
  NameDescription
Public propertyValue
Current value of provided data.
Top
See Also