| BcfBindingSource Class | |
Namespace: CalculationWorks.ViewModel.Forms
The BcfBindingSource type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfBindingSource |
Initializes a new instance of the BcfBindingSource class.
|
| Name | Description | |
|---|---|---|
| ChildBindingSources |
Gets the child binding sources.
| |
| CurrencyManager |
Gets the CurrencyManager.
| |
| CurrentRow |
Gets or sets the current BcfRow.
| |
| CurrentRowView |
Gets or sets the current row view.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsDisposing |
Gets a value indicating whether this instance is disposing.
| |
| List |
Gets the list.
| |
| Name |
Gets the name.
| |
| ParentBindingSource |
Gets the parent BcfBindingSource this BcfBindingSource belongs to.
| |
| Relation |
Gets the relation.
| |
| SelectedRowViews |
Gets the selected row views.
| |
| Table |
Gets the BcfTable the view bases on to.
| |
| ViewManager |
Gets the BcfHierarchicalViewManager this BcfBindingSource belongs to.
|
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| 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.) | |
| GetDefaultActiveRowView |
Gets the default active row view.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NavigateTo |
Navigates to the specified row.
| |
| OnNavigated |
Raises the Navigated event.
| |
| OnSetCurrentRowView |
Called when setting CurrentRowView.
| |
| SetSelectedRowViews |
Sets the selected row views.
| |
| ToString |
Returns the name.
(Overrides ObjectToString.) | |
| Update |
Updates the list respecting ParentBindingSource.SelectedRowViews.
|
| Name | Description | |
|---|---|---|
| Disposed |
Represents the method that handles the Disposed event of a component.
| |
| Navigated |
Occurs when CurrentRowView property was set to an other object.
|
Instances will be created by AddRootBindingSourceTBindingSource(String, String, FuncBcfBindingSourceBuilder, TBindingSource) and AddBranchBindingSourceTBindingSource(String, BcfBindingSource, String, FuncBcfBindingSourceBuilder, TBindingSource).