| 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 | |
|---|---|---|
| AddBranchBindingSourceTBindingSource |
Creates a new binding source and adds it to the specified parents ChildBindingSources.
| |
| AddRootBindingSourceTBindingSource |
Creates and registers a new binding source.
| |
| CanNavigateBackward |
Determines whether can navigate backward.
| |
| CanNavigateForward |
Determines whether can navigate forward.
| |
| CanRestoreNavigationState |
Determines whether at lease one entry in preview can be restored.
| |
| ClearNavigationHistory |
Clears the navigation history.
| |
| CreateCustomView(String) |
Creates the custom view.
(Inherited from BcfViewManager.) | |
| CreateCustomView(String, FuncBcfRowView, Boolean) |
Creates the custom view.
(Inherited from BcfViewManager.) | |
| CreateNavigationStateRecord |
Creates the navigation state record.
| |
| 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).) | |
| Equals | (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.) | |
| GetDefaultEmptyView |
Gets an default empty view.
(Inherited from BcfViewManager.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NavigateBackward |
Navigates backward.
| |
| NavigateForward |
Navigates forward.
| |
| NavigateTo |
Sets the given row as current row.
| |
| NavigationStatePreviewEqualsCurrent |
Indicates whether the historical view state equals current.
| |
| OnEventsReleaseEnd |
Raises the EventsReleaseEnd event.
(Inherited from BcfViewManager.) | |
| OnEventsReleaseStart |
Raises the EventsReleaseStart event.
(Inherited from BcfViewManager.) | |
| OnIgnoreRecurrentDataChange |
Raises the IgnoreRecurrentDataChange event.
(Inherited from BcfViewManager.) | |
| OnNavigated |
Raises the Navigated event.
| |
| OnViewStateCollect |
Raises the ViewStateCollect event.
| |
| OnViewStateRestore |
Raises the ViewStateRestore event.
| |
| PerformNavigation |
Performs the navigation.
| |
| RemoveBindingSource |
Removes the binding source.
| |
| RestoreNavigationStateRecord |
Restores the navigation state record.
| |
| SupportsClassicBinding |
Supports classic binding.
(Inherited from BcfViewManager.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateNavigationPreview |
Updates the navigation preview.
|
| 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.) | |
| Disposing |
Gets a value indicating whether this BcfViewManager is disposing.
(Inherited from BcfViewManager.) | |
| Navigating |
Gets a value indicating whether this BcfHierarchicalViewManager is navigating.
| |
| NavigationRepository |
Gets the navigation repository.
| |
| NavigationTrackingEnabled |
Gets or sets a value indicating whether navigation tracking is enabled.
| |
| ProcessingDataSetChanges |
Gets a value indicating whether currently processing dataset changes.
(Inherited from BcfViewManager.) | |
| RestoringNavigationState |
Gets a value indicating whether [restoring navigation state].
|
| Name | Description | |
|---|---|---|
| Disposed |
Represents the method that handles the Disposed event of a component.
(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.
| |
| ViewStateCollect |
Occurs when view state collection is required.
| |
| ViewStateRestore |
Occurs when view state has to be restored.
|