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-beta6
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 the parent row.
Public propertyParentRowDebugString
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
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 methodSetParentRow
Sets the ParentRow-property.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

BCF

Supported in: 4.0
See Also