BcfBindingSource Class |
[This is preliminary documentation and is subject to change.]
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 ReadOnlyCollectionT.
| |
| CurrencyManager |
Gets the CurrencyManager.
| |
| CurrentRow |
Gets or sets the current BcfRow.
| |
| CurrentRowView |
Gets or sets the current BcfRowView.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| List |
Gets the list.
| |
| Name |
Gets the name.
| |
| ParentBindingSource |
Gets the parent BcfBindingSource this BcfBindingSource belongs to.
| |
| Relation |
Gets the BcfRelation.
| |
| SelectedRowViews |
Gets or sets the selected RowViews
| |
| 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 BcfRowView.
| |
| 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(BcfRow) |
Navigates to the specified BcfRow.
| |
| NavigateTo(BcfRowView) |
Navigates to the specified BcfRow.
| |
| OnNavigated |
Raises the Navigated event.
| |
| OnSetCurrentRowView |
Called when setting CurrentRowView.
| |
| ToString |
Returns the Name.
(Overrides ObjectToString.) | |
| Update |
| 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, BcfTable, FuncBcfBindingSourceBuilder, TBindingSource) and AddBranchBindingSourceTBindingSource(String, BcfBindingSource, BcfRelation, FuncBcfBindingSourceBuilder, TBindingSource).