Click or drag to resize

DataBindingType Enumeration

Type of data binding.

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum DataBindingType
Members
  Member nameValueDescription
Context0 Data is fetched from a data context.
Provider1 Data is taken from a specific provider.
Constant2 Data is a constant value.
Reference3 Data is an object reference.
See Also