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.0.2.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
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
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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 child relation index.
Public methodGetParentRow(String)
Gets the parent BcfRow of the specified child relation.
Public methodGetParentRow(BcfRelation)
Gets the parent BcfRow of the specified child relation.
Public methodGetRelatedRowCell(Int32)
Gets the BcfRelatedRowCell of 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 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
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.
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 column name.
Public methodGetValue(BcfColumn)
Gets the Value of the specified column.
Public methodIsAlive
Determines whether this instance is referenced.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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 child relation with specified name.
Public methodSetParentRow(String, BcfRow)
Sets the parent BcfRow of the child relation with specified name.
Public methodSetParentRow(BcfRelation, BcfRow)
Sets the parent BcfRow of the specified child relation.
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 column name.
Public methodSetValue(BcfColumn, Object)
Sets the specified value Value of the column.
Public methodToString
Returns a string that represents the current object.
(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.0, 2.1, 2.0
See Also