Click or drag to resize

BcfCell Class

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

Represents an individual cell in a table.
Inheritance Hierarchy

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

The BcfCell type exposes the following members.

Properties
  NameDescription
Public propertyCellId
Gets the cell ID.
Public propertyColumn
Gets the BcfColumn the cell belongs to.
Public propertyColumnId
Gets the column identifier of the BcfColumn this BcfCell represents.
Public propertyColumnIndex
Gets the zero-based index of the BcfColumn this BcfCell represents.
Public propertyFaults
Gets the BcfFault objects tagging this cell.
Public propertyOwningRow
Gets the BcfRow the cell belongs to.
Public propertyTable
Gets the BcfTable the cell belongs to.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueObject
Gets the Value as object.
Public methodInvalidate
Flags the cells value as outdated.
Public methodIsValueEquivalent
Gets a value indicating whether this cell Value property equals specified cell-value property.
Public methodIsValueNull
Gets a value that indicates whether the cell Value property is null.
Public methodLoad
Sets Value using cells value.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDefaultValue
Sets the cells value to columns default value.
Public methodSetNextFromSequenceOrDefaultValue
Sets the cells value to columns default value.
Public methodSetValueObject
Sets the value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValueObjectEquals
Compares the specified value with the Value property and returns the result of equality-check.
Top
See Also