Version

DataBindingCollection Class

Container that holds multiple ScheduleDataBindings during data bind processing.
Syntax
'Declaration
 
Public NotInheritable Class DataBindingCollection 
public sealed class DataBindingCollection 
Remarks

This collection is intended to make adding ScheduleDataBinding instances easy at run-time when developers must implement or override data-bind operations for a custom WebSchedule data provider. The lifespan of the DataBindingCollection is limited to the length of time it takes to complete an operation, at which point it will be emptied by the data-binding framework.

DataBindingCollections are not designed to persist in viewstate, due to the temporary need for them to exist. An application should not need to create it's own DataBindingCollection, but should instead work with those it inherits from WebScheduleDataProviderBase.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also