Click or drag to resize
CalculationWorks Logo
BcfRow Methods

The BcfRow type exposes the following members.

Methods
  NameDescription
Public methodAddChildRow(Int32, BcfRow)
Adds the specified row as child row.
Public methodAddChildRow(String, BcfRow)
Adds the specified row as child row.
Public methodAddChildRow(BcfRelation, BcfRow)
Adds the specified row as child row.
Public methodAddRowToTable
Adds a new row to table optimistic.
Public methodAddRowToTable(Boolean)
Adds a new row to table.
Public methodDelete
Deletes this row optimistic.
Public methodDelete(Boolean)
Deletes this row.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetChildRows(Int32)
Gets the child BcfRowCollection at the specified parent relation index.
Public methodGetChildRows(String)
Gets the child BcfRowCollection of the specified parent relation index.
Public methodGetChildRows(BcfRelation)
Gets the child BcfRowCollection of the specified relation.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetParentRow(Int32)
Gets the parent BcfRow of the specified childRelationIndex.
Public methodGetParentRow(String)
Gets the parent BcfRow of the relation specified by childRelationName.
Public methodGetParentRow(BcfRelation)
Gets the parent BcfRow of the specified childRelation.
Public methodGetRelatedRowCell(Int32)
Gets the BcfRelatedRowCell of the specified childRelationIndex.
Public methodGetRelatedRowCell(String)
Gets the BcfRelatedRowCell of the relation specified by childRelationName.
Public methodGetRelatedRowCell(BcfRelation)
Gets the BcfRelatedRowCell of the specified childRelation.
Public methodGetRelatedRowsCell(Int32)
Gets the BcfRelatedRowsCell at the specified parent relation index.
Public methodGetRelatedRowsCell(String)
Gets the BcfRelatedRowsCell of the specified parent relation index.
Public methodGetRelatedRowsCell(BcfRelation)
Gets the BcfRelatedRowsCell of the specified relation.
Public methodGetRowState
Gets the BcfRowState.
Public methodGetTable
Gets the BcfTable the row belongs to.
Public methodGetType (Inherited from Object.)
Public methodCode exampleGetValidationTags
Gets the BcfValidatorCellContent objects of all tagged cells in this row.
Public methodCode exampleGetValidationTags(Int32)
Gets the BcfValidatorCellContent objects the cell at columnIndex is tagged with.
Public methodCode exampleGetValidationTags(String)
Gets the BcfValidatorCellContent objects the cell with columnName is tagged with.
Public methodCode exampleGetValidationTags(BcfCell)
Gets the BcfValidatorCellContent objects the cell is tagged with.
Public methodCode exampleGetValidationTags(BcfColumn)
Gets the BcfValidatorCellContent objects a columns cell is tagged with.
Public methodGetValidationTagsGrouped
Gets the validation tags grouped by columns.
Public methodGetValue(Int32)
Gets the Value at the specified index.
Public methodGetValue(String)
Gets the Value of the BcfCell with the specified columnName.
Public methodGetValue(BcfColumn)
Gets the Value of the specified column.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnAddRowToTable
Called when a BcfRow is added to its table.
Protected methodOnDiscard
Called when the row goes out of scope and DataSet.Behavior.CleanupOptions.Cleanup is set to true.
Public methodSetParentRow(Int32, BcfRow)
Sets the parent BcfRow of the specified childRelationIndex
Public methodSetParentRow(String, BcfRow)
Sets the parent BcfRow of the relation specified by childRelationName.
Public methodSetParentRow(BcfRelation, BcfRow)
Sets the parent BcfRow of the specified childRelation.
Public methodSetValue(Int32, Object)
Sets the specified value Value at the index.
Public methodSetValue(String, Object)
Sets the specified value Value of the BcfCell with the columnName.
Public methodSetValue(BcfColumn, Object)
Sets the specified value Value of the column.
Public methodToString (Inherited from Object.)
Top
See Also