| BcfHierarchicalViewManager Class | |
Namespace: CalculationWorks.ViewModel.Forms
The BcfHierarchicalViewManager type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfHierarchicalViewManager(BcfDataSet) |
Initializes a new instance of the BcfHierarchicalViewManager class.
| |
| BcfHierarchicalViewManager(BcfDataSet, BcfTableViewFactory) |
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.) | |
| IsDisposing |
Gets a value indicating whether this instance is disposing.
(Inherited from BcfViewManager.) | |
| Navigating |
Gets a value indicating whether this BcfHierarchicalViewManager is navigating.
| |
| ProcessingDataSetChanges |
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.
| |
| CreateCustomView(String) |
Creates the custom view.
(Inherited from BcfViewManager.) | |
| CreateCustomView(String, FuncBcfRowView, Boolean) |
Creates the custom view.
(Inherited from BcfViewManager.) | |
| CreateCustomView(BcfTableViewBase, FuncBcfRowView, Boolean) |
Creates the custom view.
(Inherited from BcfViewManager.) | |
| CreateCustomViewT(BcfTableViewBaseT, FuncBcfRowView, Boolean, IEnumerableBcfTableViewBaseT) |
Creates the custom view.
(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 unsuppress the view managers Navigated event when BindingSources navigating. Raises the Navigated event.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetRelatedCurrencyManager |
Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| NavigateTo |
Sets the given row as current row.
| |
| OnDisposed |
Raises the Disposed event.
(Inherited from BcfViewManager.) | |
| OnEventsReleaseEnd |
Raises the EventsReleaseEnd event.
(Overrides BcfViewManagerOnEventsReleaseEnd(EventArgs).) | |
| OnEventsReleaseStart |
Raises the EventsReleaseStart event.
(Inherited from BcfViewManager.) | |
| OnIgnoreRecurrentDataChange |
Raises the IgnoreRecurrentDataChange event.
(Inherited from BcfViewManager.) | |
| OnNavigated |
Raises the Navigated event.
| |
| SupportsClassicBinding |
Supports classic binding.
(Inherited from BcfViewManager.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Disposed |
Represents the method that handles the Disposed event.
(Inherited from BcfViewManager.) | |
| EventsReleaseEnd |
Occurs when events release ended.
(Inherited from BcfViewManager.) | |
| EventsReleaseStart |
Occurs when events release starts.
(Inherited from BcfViewManager.) | |
| IgnoreRecurrentDataChange |
Occurs when an recurrent data change occurs.
(Inherited from BcfViewManager.) | |
| Navigated |
Occurs when navigated.
|