Click or drag to resize
CalculationWorks Logo
BcfViewManager Class
Represents a windows forms bindable BcfDataSet-wrapper.
Inheritance Hierarchy

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax
public class BcfViewManager : IListSource, 
	IComponent, IDisposable

The BcfViewManager type exposes the following members.

Constructors
  NameDescription
Public methodBcfViewManager(BcfDataSet)
Initializes a new instance of the BcfViewManager class.
Protected methodBcfViewManager(BcfDataSet, BcfTableViewFactory)
Initializes a new instance of the BcfViewManager class.
Top
Properties
  NameDescription
Public propertyDataSet
Gets the BcfDataSet.
Public propertyDefaultViews
Gets the default views.
Public propertyDeferPropertyChanged
Gets a value indicating whether ItemChanged or PropertyChanged should be deferred.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyProcessingDataSetChanges
Gets a value indicating whether currently processing dataset changes.
Top
Methods
  NameDescription
Public methodCreateCustomView(String)
Creates the custom view.
Public methodCreateCustomView(String, FuncBcfRowView, Boolean)
Creates the custom view.
Public methodCreateCustomView(BcfTableViewBase, FuncBcfRowView, Boolean)
Creates the custom view.
Public methodCreateCustomViewT(BcfTableViewBaseT, FuncBcfRowView, Boolean, IEnumerableBcfTableViewBaseT)
Creates the custom view.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDisposed
Raises the Disposed event.
Protected methodOnEventsReleaseEnd
Raises the EventsReleaseEnd event.
Protected methodOnEventsReleaseStart
Raises the EventsReleaseStart event.
Protected methodOnIgnoreRecurrentDataChange
Raises the IgnoreRecurrentDataChange event.
Public methodSupportsClassicBinding
Supports classic binding.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDisposed
Represents the method that handles the Disposed event of a component.
Public eventEventsReleaseEnd
Occurs when events release ended.
Public eventEventsReleaseStart
Occurs when events release starts.
Public eventIgnoreRecurrentDataChange
Occurs when an recurrent data change occurs.
Top
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also