Click or drag to resize
CalculationWorks Logo
BcfRow Class
Represents a row of data in a BcfTable.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfRow

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public class BcfRow

The BcfRow type exposes the following members.

Constructors
  NameDescription
Protected methodBcfRow
Initializes a new instance of the BcfRow class.
Top
Properties
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
Events
  NameDescription
Public eventCellChanged
Occurs when a Value of any BcfCell in the row changed. This event is deferred until the last BcfTransaction is committed.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Overloads the == operator.
Public operatorStatic memberInequality
Overloads the != operator.
Top
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also