Click or drag to resize

BcfComputedItem Structure

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

Represents a computed item in a BcfCalculationPlanSnapshot.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public struct BcfComputedItem : IEquatable<BcfComputedItem>

The BcfComputedItem type exposes the following members.

Properties
  NameDescription
Public propertyCalculator
The calculator (BcfFunction or BcfRule).
Public propertyRow
The row owning the item (BcfCell or BcfFault) to compute.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(BcfComputedItem)
Determines whether the specified value is equal to this instance.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified values are equal.
Public operatorStatic memberInequality
Determines whether two specified values are different.
Top
See Also