Click or drag to resize

BcfParentRelationCell Class

[This is preliminary documentation and is subject to change.]

Represents an child-to-parent relation of a row.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfParentRelationCell

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public sealed class BcfParentRelationCell

The BcfParentRelationCell type exposes the following members.

Properties
  NameDescription
Public propertyCounterpart
Gets the related BcfChildRelationCell.
Public propertyOwningRow
Gets the BcfRow the cell belongs to (the child row).
Public propertyParentRelation
Gets the BcfRelation the cell belongs to.
Public propertyParentRelationCellId
Gets this cells identifier.
Public propertyParentRelationIndex
Gets the ToParentRelationIndex of the relation.
Public propertyParentRow
Gets or sets the parent row.
Public propertyParentRowId
Gets the row identifier of ParentRow; or null if ParentRow is null.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodParentRowEquals(BcfParentRelationCell, BcfRowComparisonMode)
Gets a value indicating whether ParentRow of specified otherCell and this cell a equal using specified rowComparisonMode.
Public methodParentRowEquals(BcfRow, BcfRowComparisonMode)
Gets a value indicating whether specified otherRow and ParentRow are equal using specified rowComparisonMode.
Public methodSetParentRow
Sets the ParentRow-property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also