| BcfRow Class | |
Namespace: CalculationWorks.BusinessModel
The BcfRow type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRowToTable |
Adds a new row to table optimistic.
| |
| AddRowToTable(Boolean) |
Adds a new row to table.
| |
| Delete |
Deletes this row optimistic.
| |
| Delete(Boolean) |
Deletes this row.
| |
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetRelatedRowCell(Int32) |
Gets the BcfRelatedRowCell at the specified child relation index.
| |
| GetRelatedRowCell(String) |
Gets the BcfRelatedRowCell of the specified child relation.
| |
| GetRelatedRowCell(BcfRelation) |
Gets the BcfRelatedRowCell of the specified child relation.
| |
| GetRelatedRowsCell(Int32) |
Gets the BcfRelatedRowsCell at the specified parent relation index.
| |
| GetRelatedRowsCell(String) |
Gets the BcfRelatedRowsCell at the specified position.
| |
| GetRelatedRowsCell(BcfRelation) |
Gets the BcfRelatedRowsCell of the specified relation.
| |
| GetRowState |
Gets the BcfRowState.
| |
| GetTable |
Gets the BcfTable the row belongs to.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValidationTags |
Gets the BcfValidatorCellContent objects of all tagged cells in this row.
| |
| GetValidationTags(Int32) |
Gets the BcfValidatorCellContent objects a columns cell is tagged with.
| |
| GetValidationTags(String) |
Gets the BcfValidatorCellContent objects a columns cell is tagged with.
| |
| GetValidationTags(BcfCell) |
Gets the BcfValidatorCellContent objects a columns cell is tagged with.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Equality |
Overloads the == operator.
| |
| Inequality |
Overloads the != operator.
|
| Name | Description | |
|---|---|---|
| ItemInt32 |
Gets the BcfCell at the specified index.
| |
| ItemString |
Gets the BcfCell with the specified column name.
| |
| ItemBcfColumn |
Gets the BcfCell with the specified column.
|
| Name | Description | |
|---|---|---|
| CellChanged |
Occurs when a Value of any BcfCell in the row changed. This event is deferred until the last BcfTransaction is committed.
|