![]() | |
BcfTableTRow Class |
Namespace: CalculationWorks.BusinessModel
public abstract class BcfTable<TRow> : BcfTable, IEnumerable<TRow>, IEnumerable where TRow : BcfRow
The BcfTableTRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | BcfTableTRow |
Initializes a new instance of the BcfTableTRow class.
|
Name | Description | |
---|---|---|
![]() | Behavior |
Gets the BcfTableBehavior.
(Inherited from BcfTable.) |
![]() | ChildRelations |
Gets the collection of child relations for this table.
(Inherited from BcfTable.) |
![]() | Columns |
Gets the collection of columns belonging to this table.
(Inherited from BcfTable.) |
![]() | DataSet |
Gets the BcfDataSet the table belongs to.
(Inherited from BcfTable.) |
![]() | Index |
Gets the position of the table in BcfDataSet.Tables collection.
(Inherited from BcfTable.) |
![]() | Item |
Gets the row at the specified index.
|
![]() | Name |
Gets the tables name.
(Inherited from BcfTable.) |
![]() | ParentRelations |
Gets the collection of parent relations for this table.
(Inherited from BcfTable.) |
![]() | Rows |
Gets the collection of rows belonging to this table.
(Inherited from BcfTable.) |
![]() | Validators |
Gets the collection of validators belonging to this table.
(Inherited from BcfTable.) |
Name | Description | |
---|---|---|
![]() | AddNewRow |
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
(Inherited from BcfTable.) |
![]() | AddNewRow(DictionaryString, Object) |
Creates a new BcfRow and adds it to the tables BcfRowCollection optimistic.
(Inherited from BcfTable.) |
![]() | AddNewRow(DictionaryString, Object, Boolean) |
Creates a new BcfRow and adds it to the tables BcfRowCollection.
(Inherited from BcfTable.) |
![]() | 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.
(Inherited from BcfTable.) |
![]() | CreateRow |
Creates the row.
|
![]() | Equals |
Determines whether the specified Object is equal to this instance.
(Inherited from BcfTable.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from BcfTable.) |
![]() | GetRowType |
Gets the Type of the rows.
(Overrides BcfTableGetRowType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load(Object) |
Loads the specified values into one new row and adds it to table optimistic.
(Inherited from BcfTable.) |
![]() | Load(Object, Boolean) |
Loads the specified values into one new row and adds it to table.
(Inherited from BcfTable.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns the Name.
(Inherited from BcfTable.) |