Click or drag to resize

BcfHierarchicalViewManager Methods

[This is preliminary documentation and is subject to change.]

The BcfHierarchicalViewManager type exposes the following members.

Methods
  NameDescription
Protected methodCode exampleAddBranchBindingSourceTBindingSource
Creates a new binding source and adds it to the specified parents ChildBindingSources.
Protected methodCode exampleAddRootBindingSourceTBindingSource
Creates and registers a new binding source.
Protected methodBeginNavigate
Method to suppress the view managers Navigated event when BindingSources navigating.
Public methodCreateEmptyView
Creates and returns an empty view (With Sources empty).
(Inherited from BcfViewManager.)
Public methodCreateView(BcfTable, PredicateBcfRowView)
Creates and returns a new view for specified table.
(Inherited from BcfViewManager.)
Public methodCreateViewT(BcfTableViewBaseT, PredicateBcfRowView)
Creates and returns a new view using rowViews of specified rowViewSource.
(Inherited from BcfViewManager.)
Protected methodDeleteRow (Inherited from BcfViewManager.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfViewManager.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Overrides BcfViewManagerDispose(Boolean).)
Protected methodEndNavigate
Method to restore suppressed the view managers Navigated event when BindingSources navigating. Raises the Navigated event.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRelatedCurrencyManager
Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeBindingSources
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNavigateTo(BcfRow)
Sets the specified BcfRow as CurrentRow on its BcfBindingSource.
Public methodNavigateTo(BcfRowView)
Sets the specified BcfRowView as CurrentRowView on its BcfBindingSource.
Protected methodOnDataBindingError
Raises the DataBindingError-event.
(Inherited from BcfViewManager.)
Protected methodOnDisposed
Raises the Disposed event.
(Inherited from BcfViewManager.)
Protected methodOnNavigated
Raises the Navigated event.
Protected methodOnSuppressingRecurrentUpdate
Raises the SuppressingRecurrentUpdate event.
(Inherited from BcfViewManager.)
Protected methodOnUpdateProgressChanged
Raises the -event.
(Overrides BcfViewManagerOnUpdateProgressChanged(EventArgs).)
Public methodReloadData
Discards all non virtual BcfRowViews and reloads all data from BcfDataSet.
(Inherited from BcfViewManager.)
Protected methodSetParentRow
Normal (non-virtual) BcfRowView.SetParentRowView(BcfRelation, BcfRowView) is redirected to this virtual method.
(Inherited from BcfViewManager.)
Public methodSupportsClassicBinding
Supports classic binding.
(Inherited from BcfViewManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateCell
Normal (non-virtual) BcfRowView.SetValue(BcfColumn, Object) is redirected to this virtual method.
(Inherited from BcfViewManager.)
Top
See Also