BcfHierarchicalViewManager Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
The BcfHierarchicalViewManager type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfHierarchicalViewManager |
Initializes a new instance of the BcfHierarchicalViewManager class.
|
| Name | Description | |
|---|---|---|
| BindingSources |
Gets the binding sources.
| |
| CurrencyManager |
Gets the CurrencyManager associated with this ICurrencyManagerProvider.
| |
| DataSet |
Gets the BcfDataSet.
(Inherited from BcfViewManager.) | |
| DefaultViews |
Gets the default views.
(Inherited from BcfViewManager.) | |
| DeferPropertyChanged |
Gets a value indicating whether ItemChanged or PropertyChanged
should be deferred.
(Inherited from BcfViewManager.) | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from BcfViewManager.) | |
| Navigating |
Gets a value indicating whether this BcfHierarchicalViewManager is navigating.
| |
| OutOfSync |
Gets a value indicating whether viewmanagers shows a snapshot of an uncommitted BcfDataSet content.
(Inherited from BcfViewManager.) | |
| Repository |
Gets the data-repository.
(Inherited from BcfViewManager.) | |
| UpdateProgress |
Gets a value indicating whether currently processing dataset changes.
(Inherited from BcfViewManager.) |
| Name | Description | |
|---|---|---|
| AddBranchBindingSourceTBindingSource |
Creates a new binding source and adds it to the specified parents ChildBindingSources.
| |
| AddRootBindingSourceTBindingSource |
Creates and registers a new binding source.
| |
| BeginNavigate |
Method to suppress the view managers Navigated event when BindingSources navigating.
| |
| CreateEmptyView |
Creates and returns an empty view (With Sources empty).
(Inherited from BcfViewManager.) | |
| CreateView(BcfTable, PredicateBcfRowView) |
Creates and returns a new view for specified table.
(Inherited from BcfViewManager.) | |
| CreateViewT(BcfTableViewBaseT, PredicateBcfRowView) |
Creates and returns a new view using rowViews of specified rowViewSource.
(Inherited from BcfViewManager.) | |
| DeleteRow | (Inherited from BcfViewManager.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfViewManager.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Overrides BcfViewManagerDispose(Boolean).) | |
| EndNavigate |
Method to restore suppressed the view managers Navigated event when BindingSources navigating. Raises the Navigated event.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRelatedCurrencyManager |
Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeBindingSources | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NavigateTo(BcfRow) | ||
| NavigateTo(BcfRowView) | ||
| OnDataBindingError |
Raises the DataBindingError-event.
(Inherited from BcfViewManager.) | |
| OnDisposed |
Raises the Disposed event.
(Inherited from BcfViewManager.) | |
| OnNavigated |
Raises the Navigated event.
| |
| OnSuppressingRecurrentUpdate |
Raises the SuppressingRecurrentUpdate event.
(Inherited from BcfViewManager.) | |
| OnUpdateProgressChanged |
Raises the -event. (Overrides BcfViewManagerOnUpdateProgressChanged(EventArgs).) | |
| ReloadData |
Discards all non virtual BcfRowViews and reloads all data from BcfDataSet.
(Inherited from BcfViewManager.) | |
| SetParentRow |
Normal (non-virtual) BcfRowView.SetParentRowView(BcfRelation, BcfRowView) is redirected to this virtual method.
(Inherited from BcfViewManager.) | |
| SupportsClassicBinding |
Supports classic binding.
(Inherited from BcfViewManager.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateCell | (Inherited from BcfViewManager.) |
| Name | Description | |
|---|---|---|
| DataBindingError |
This event is raised when a binding-error occurs.
(Inherited from BcfViewManager.) | |
| Disposed |
Represents the method that handles the Disposed event.
(Inherited from BcfViewManager.) | |
| Navigated |
Occurs when navigated.
| |
| SuppressingRecurrentUpdate |
Occurs when an recurrent data change occurs.
(Inherited from BcfViewManager.) | |
| UpdateProgressChanged |
Raised when UpdateProgress changed.
(Inherited from BcfViewManager.) |