![]() | |
BcfRow Class |
Namespace: CalculationWorks.BusinessModel
The BcfRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Gets the BcfCell at the specified index.
|
![]() | ItemString |
Gets the BcfCell with the specified column name.
|
![]() | ItemBcfColumn |
Gets the BcfCell of the specified column.
|
Name | Description | |
---|---|---|
![]() | AddChildRow(Int32, BcfRow) |
Adds the specified row as child row.
|
![]() | AddChildRow(String, BcfRow) |
Adds the specified row as child row.
|
![]() | AddChildRow(BcfRelation, BcfRow) |
Adds the specified row as child row.
|
![]() | 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.) |
![]() | GetChildRows(Int32) |
Gets the child BcfRowCollection at the specified parent relation index.
|
![]() | GetChildRows(String) |
Gets the child BcfRowCollection of the specified parent relation index.
|
![]() | GetChildRows(BcfRelation) |
Gets the child BcfRowCollection of the specified relation.
|
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) |
![]() | GetParentRow(Int32) |
Gets the parent BcfRow of the specified child relation index.
|
![]() | GetParentRow(String) |
Gets the parent BcfRow of the specified child relation.
|
![]() | GetParentRow(BcfRelation) |
Gets the parent BcfRow of the specified child relation.
|
![]() | GetRelatedRowCell(Int32) |
Gets the BcfRelatedRowCell of 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 of the specified parent relation index.
|
![]() | 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.
|
![]() ![]() | GetValidationTags(BcfColumn) |
Gets the BcfValidatorCellContent objects a columns cell is tagged with.
|
![]() | GetValidationTagsGrouped |
Gets the validation tags grouped by columns.
|
![]() | GetValue(Int32) |
Gets the Value at the specified index.
|
![]() | GetValue(String) |
Gets the Value of the BcfCell with the specified column name.
|
![]() | GetValue(BcfColumn) |
Gets the Value of the specified column.
|
![]() | IsAlive |
Determines whether this instance is referenced.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAddRowToTable |
Called when a BcfRow is added to its table.
|
![]() | OnDiscard |
Called when the row goes out of scope and DataSet.Behavior.CleanupOptions.Cleanup is set to true.
|
![]() | SetParentRow(Int32, BcfRow) |
Sets the parent BcfRow of the child relation with specified name.
|
![]() | SetParentRow(String, BcfRow) |
Sets the parent BcfRow of the child relation with specified name.
|
![]() | SetParentRow(BcfRelation, BcfRow) |
Sets the parent BcfRow of the specified child relation.
|
![]() | SetValue(Int32, Object) |
Sets the specified value Value at the index.
|
![]() | SetValue(String, Object) |
Sets the specified value Value of the BcfCell with the column name.
|
![]() | SetValue(BcfColumn, Object) |
Sets the specified value Value of the column.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CellChanged |
Occurs when a Value of any BcfCell in the row changed. This event is deferred until the last BcfTransaction is committed.
|
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Overloads the == operator.
|
![]() ![]() | Inequality |
Overloads the != operator.
|