Click or drag to resize

BcfViewManager Methods

The BcfViewManager type exposes the following members.

Methods
  NameDescription
Public methodCreateEmptyView
Creates and returns an empty view (With Sources empty).
Public methodCreateView(BcfTable, PredicateBcfRowView)
Creates and returns a new view for specified table.
Public methodCreateViewT(BcfTableViewBaseT, PredicateBcfRowView)
Creates and returns a new view using rowViews of specified rowViewSource.
Protected methodDeleteRow
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDataBindingError
Raises the DataBindingError-event.
Protected methodOnDisposed
Raises the Disposed event.
Protected methodOnSuppressingRecurrentUpdate
Raises the SuppressingRecurrentUpdate event.
Protected methodOnUpdateCompleted
Raises UpdateCompleted. The method is not called on initial load in constructor.
Protected methodOnUpdateProgressChanged
Raises the -event.
Public methodReloadData
Discards all non virtual BcfRowViews and reloads all data from BcfDataSet.
Protected methodSetParentRow
Normal (non-virtual) BcfRowView.SetParentRowView(BcfRelation, BcfRowView) is redirected to this virtual method.
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. So you can perform operations before a transaction is created or create a transaction explicitly.

Top
See Also