Click or drag to resize

IDataProvider Interface

Interface for any kind of provider for a data value.

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

The IDataProvider type exposes the following members.

Properties
  NameDescription
Public propertyIsInitialized
Indicates if data provider is initialized to provide a valid value.
Public propertyValue
Current data value.
Top
Events
  NameDescription
Public eventValueChanged
Called when the value of the property changed.
Top
See Also