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: 2.1.0.0
Syntax
public class BcfRow

The BcfRow type exposes the following members.

Constructors
  NameDescription
Protected methodBcfRow
Initializes a new instance of the BcfRow class.
Top
Methods
  NameDescription
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
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetRelatedRowCell(Int32)
Gets the BcfRelatedRowCell at the specified child relation index.
Public methodGetRelatedRowCell(String)
Gets the BcfRelatedRowCell of the specified child relation.
Public methodGetRelatedRowCell(BcfRelation)
Gets the BcfRelatedRowCell of the specified child relation.
Public methodGetRelatedRowsCell(Int32)
Gets the BcfRelatedRowsCell at the specified parent relation index.
Public methodGetRelatedRowsCell(String)
Gets the BcfRelatedRowsCell at the specified position.
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
Gets the Type of the current instance.
(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 a columns cell is tagged with.
Public methodCode exampleGetValidationTags(String)
Gets the BcfValidatorCellContent objects a columns cell is tagged with.
Public methodCode exampleGetValidationTags(BcfCell)
Gets the BcfValidatorCellContent objects a columns cell is tagged with.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Overloads the == operator.
Public operatorStatic memberInequality
Overloads the != operator.
Top
Properties
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
See Also