Click or drag to resize

CollectionDataBindingBase Class

Base class of a collection data binding.
Inheritance Hierarchy

Namespace:  Slash.Unity.DataBind.Core.Presentation
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class CollectionDataBindingBase

The CollectionDataBindingBase type exposes the following members.

Constructors
  NameDescription
Protected methodCollectionDataBindingBase
Constructor.
Top
Properties
  NameDescription
Public propertyCollection
Current collection that the binding provides.
Top
Methods
  NameDescription
Public methodDisable
Disables the observer.
Public methodEnable
Enables the observer.
Protected methodOnItemAdded
Called when an item was added to the collection.
Protected methodOnItemInserted
Called when an item was inserted in the collection.
Protected methodOnItemRemoved
Called when item was removed from the collection.
Top
Fields
  NameDescription
Public fieldClearedItems
Action to execute when the items were cleared.
Protected fieldcollectionBinding
Collection this binding observes.
Public fieldCollectionChanged
Action to execute when the collection changed.
Top
See Also