Click or drag to resize
CalculationWorks Logo
BcfTableTRow Class
Class BcfTable. The abstract base class for typed table classes.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfTable
    CalculationWorks.BusinessModelBcfTableTRow

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public abstract class BcfTable<TRow> : BcfTable, 
	IEnumerable<TRow>, IEnumerable
where TRow : BcfRow

Type Parameters

TRow
The type of the rows.

The BcfTableTRow type exposes the following members.

Constructors
  NameDescription
Protected methodBcfTableTRow
Initializes a new instance of the BcfTableTRow class.
Top
Properties
  NameDescription
Public propertyBehavior
Gets the BcfTableBehavior.
(Inherited from BcfTable.)
Public propertyChildRelations
Gets the collection of child relations for this table.
(Inherited from BcfTable.)
Public propertyColumns
Gets the collection of columns belonging to this table.
(Inherited from BcfTable.)
Public propertyDataSet
Gets the BcfDataSet the table belongs to.
(Inherited from BcfTable.)
Public propertyIndex
Gets the position of the table in BcfDataSet.Tables collection.
(Inherited from BcfTable.)
Public propertyItem
Gets the row at the specified index.
Public propertyName
Gets the tables name.
(Inherited from BcfTable.)
Public propertyParentRelations
Gets the collection of parent relations for this table.
(Inherited from BcfTable.)
Public propertyRows
Gets the collection of rows belonging to this table.
(Inherited from BcfTable.)
Public propertyValidators
Gets the collection of validators belonging to this table.
(Inherited from BcfTable.)
Top
Methods
  NameDescription
Public methodAddNewRow
Creates a new TRow and adds it to the tables BcfRowCollection optimistic.
Public methodAddNewRow(DictionaryString, Object)
Creates a new TRow and adds it to the tables BcfRowCollection optimistic.
Public methodAddNewRow(DictionaryString, Object, Boolean)
Creates a new TRow and adds it to the tables BcfRowCollection.
Public methodCreateNewRow
Returns a new TRow for the table. The row will not be added to the Rows collection before calling AddRowToTable(Boolean). Until then the row is not part of the data. Calling CreateNewRow will not cause a data change nor create an undo item.
Protected methodCreateRow
Creates the row.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from BcfTable.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from BcfTable.)
Public methodGetRowType
Gets the Type of the rows.
(Overrides BcfTableGetRowType.)
Public methodGetType (Inherited from Object.)
Public methodLoad(Object)
Loads the specified values into one new TRow and adds it to table optimistic.
Public methodLoad(Object, Boolean)
Loads the specified values into one new TRow and adds it to table.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns the Name.
(Inherited from BcfTable.)
Top
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also