CalculationWorks Logo
BcfNavigationHelperDataSet ClassCalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

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: 1.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 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 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
Disables the change tracking and clears the UndoRepository.
(Inherited from BcfDataSet.)
Public methodEnableChangeTracking
Enables change tracking.
(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
Gets a value indicating whether change tracking is enabled.
(Inherited from BcfDataSet.)
Public propertyCurrentTransaction
Gets the current BcfTransaction.
(Inherited from BcfDataSet.)
Public propertyMaxRecursionDepth
Gets or sets the maximum recursion depth.
(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 the release of the deferred events is currently in process.
(Inherited from BcfDataSet.)
Public propertyStateId
Gets the state identifier.
(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

Reference