Click or drag to resize
CalculationWorks Logo
BcfNavigationHelperDataSet Class
Infrastructure. The type supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfDataSet
    CalculationWorks.ViewModel.Forms.NavigationBcfNavigationHelperDataSet

Namespace: CalculationWorks.ViewModel.Forms.Navigation
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public class BcfNavigationHelperDataSet : BcfDataSet

The BcfNavigationHelperDataSet type exposes the following members.

Methods
  NameDescription
Public methodBeginTransaction
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
(Inherited from BcfDataSet.)
Public methodBeginTransaction(Boolean)
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
(Inherited from BcfDataSet.)
Public methodBeginTransaction(BcfTransactionBuilder)
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
(Inherited from BcfDataSet.)
Public methodCanRedo (Inherited from BcfDataSet.)
Public methodCanUndo (Inherited from BcfDataSet.)
Public methodClearUndoRepository
Clears the undo repository.
Public methodDisableChangeTracking (Inherited from BcfDataSet.)
Public methodEnableChangeTracking (Inherited from BcfDataSet.)
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 a hash function for a particular type.
(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.)
Public methodRedo
Redoes the last undone BcfTransaction.
(Inherited from BcfDataSet.)
Public methodRemoveLastRedoItem
Removes the last redo item.
Public methodRemoveLastUndoItem
Removes the last undo item.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUndo
Undoes the last BcfTransaction.
(Inherited from BcfDataSet.)
Top
Properties
  NameDescription
Public propertyBehavior
Gets the BcfDataSetBehavior.
(Inherited from BcfDataSet.)
Public propertyCalculating
Gets a value indicating whether this BcfDataSet is currently calculating.
(Inherited from BcfDataSet.)
Public propertyChangeTracking (Inherited from BcfDataSet.)
Public propertyCurrentTransaction
Gets the current BcfTransaction.
(Inherited from BcfDataSet.)
Public propertyInDumbMode
Gets a value indicating whether the instance is in dumb mode. EnterDumbMode for details.
(Inherited from BcfDataSet.)
Public propertyLocked
Gets a value indicating whether this BcfDataSet is locked.
(Inherited from BcfDataSet.)
Public propertyName
Gets the name of the current dataset.
(Inherited from BcfDataSet.)
Public propertyRelations
Get the collection of relations that link tables and allow parameter access from parent tables to child tables and vice versa.
(Inherited from BcfDataSet.)
Public propertyReleasingEvents
Gets a value indicating whether release of deferred events is currently in process.
(Inherited from BcfDataSet.)
Public propertyTables
Gets the collection of tables contained in the dataset.
(Inherited from BcfDataSet.)
Public propertyValidationResults
Gets the collection of BcfValidatorResult objects.
(Inherited from BcfDataSet.)
Top
Events
  NameDescription
Public eventEventsReleaseEnd
Occurs when the release of deferred change events is completed.
(Inherited from BcfDataSet.)
Public eventEventsReleaseStart
Occurs when the release of deferred change events is about to begin.
(Inherited from BcfDataSet.)
Top
See Also