| BcfTable Class | |
Namespace: CalculationWorks.BusinessModel
The BcfTable type exposes the following members.
| Name | Description | |
|---|---|---|
| Behavior |
Gets the BcfTableBehavior.
| |
| ChildRelations |
Gets the collection of child relations for this table.
| |
| Columns |
Gets the collection of columns belonging to this table.
| |
| DataSet |
Gets the BcfDataSet the table belongs to.
| |
| Index |
Gets the position of the table in BcfDataSet.Tables collection.
| |
| Name |
Gets the tables name.
| |
| ParentRelations |
Gets the collection of parent relations for this table.
| |
| Rows |
Gets the collection of rows belonging to this table.
| |
| Validators |
Gets the collection of validators belonging to this table.
|
| Name | Description | |
|---|---|---|
| AddNewRow |
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
| |
| AddNewRow(DictionaryString, Object) |
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
| |
| AddNewRow(DictionaryString, Object, Boolean) |
Creates a new BcfRow and adds it to the tables BcfRowCollection.
| |
| CreateNewRow |
Returns a new row 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.
| |
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetRowType |
Gets the Type of the rows.
| |
| GetType | (Inherited from Object.) | |
| Load(Object) |
Loads the specified values into one new row and adds it to table optimistic.
| |
| Load(Object, Boolean) |
Loads the specified values into one new row and adds it to table.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns the Name.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Overloads the == operator.
| |
| Inequality |
Overloads the != operator.
|