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

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

Represents a table of in-memory data.
Inheritance Hierarchy

SystemObject
  CalculationWorks.BusinessModelBcfTable
    CalculationWorks.BusinessModelBcfTableTRow

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.0
Syntax

public class BcfTable : IBcfModelObject

The BcfTable type exposes the following members.

Constructors

  NameDescription
Protected methodBcfTable
Initializes a new instance of the BcfTable class.
Top
Methods

  NameDescription
Public methodAddNewRow
Creates a new BcfRow and adds it to the tables BcfRowCollection.
Public methodAddNewRow(DictionaryString, Object)
Creates a new BcfRow and adds it to the tables BcfRowCollection.
Public methodCreateNewRow
Returns a new row for the table. The row will not be added to the Rows collection before calling AddRowToTable. Until then the row is not part of the data. Calling CreateNewRow will not cause a data change nor create an undo item.
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 methodGetRowType
Gets the Type of the rows.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the specified values into one new row.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the Name.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyBehavior
Gets the BcfTableBehavior.
Public propertyChildRelations
Gets the collection of child relations for this table.
Public propertyColumns
Gets the collection of columns belonging to this table.
Public propertyDataSet
Gets the BcfDataSet the table belongs to.
Public propertyIndex
Gets the relative position of the column within the TablesBcfTableCollection
Public propertyName
Gets the tables name.
Public propertyParentRelations
Gets the collection of parent relations for this table.
Public propertyRows
Gets the collection of rows belonging to this table.
Public propertyValidators
Gets the collection of validators belonging to this table.
Top
Remarks

The order of the contained rows is not reliable and may be changed by Rollback, Undo and Redo.
See Also

Reference