Click or drag to resize

Slash.Unity.DataBind.Core.Presentation Namespace

Contains the core classes which work on the presentation side.
Classes
  ClassDescription
Public classCollectionDataBinding
Non-generic collection data binding.
Public classCollectionDataBindingTItem
Utility class for a data binding of a collection. Often we have to react on item added/removed/inserted events and those actions have to be moved over to a new bound collection when it changes. This class takes over the task to observe the collection and registers for its events.
Public classCollectionDataBindingBase
Base class of a collection data binding.
Public classContextHolder
Holds a data context to specify the context to use on the presentation side.
Public classDataBinding
Structure which hold the information to which data to bind.
Public classDataBindingOperator
Base class of a behaviour that uses on one or more data bindings.
Public classDataContextNodeConnector
Node which works with a data context and caches contexts and master paths. Always bound to a specific game object which specifies the hierarchy.
Public classDataProvider
Base class for a data provider.
Public classMasterPath
A path to prepend when searching for a data context property.
Interfaces
  InterfaceDescription
Public interfaceIContextOperator
Interface for a class which works with a data context.
Delegates
Enumerations
  EnumerationDescription
Public enumerationDataBindingType
Type of data binding.