BcfCellT Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfCellT type exposes the following members.
| Name | Description | |
|---|---|---|
| CellId |
Gets the cell ID.
(Inherited from BcfCell.) | |
| Column |
Gets the BcfColumn the cell belongs to.
| |
| ColumnId | (Inherited from BcfCell.) | |
| ColumnIndex | (Inherited from BcfCell.) | |
| Faults |
Gets the BcfFault objects tagging this cell.
(Inherited from BcfCell.) | |
| OwningRow |
Gets the BcfRow the cell belongs to.
(Inherited from BcfCell.) | |
| Table |
Gets the BcfTable the cell belongs to.
(Inherited from BcfCell.) | |
| Value |
Gets or sets the cells value.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValueObject |
Gets the Value as object.
(Overrides BcfCellGetValueObject.) | |
| Invalidate |
Flags the cells value as outdated.
(Inherited from BcfCell.) | |
| IsValueEquivalent(BcfCellT, BcfValueComparisonMode, Boolean) |
Gets a value indicating whether this cells Value equals specified cell-value property.
| |
| IsValueEquivalent(BcfCell, BcfValueComparisonMode, Boolean, Boolean) |
Gets a value indicating whether this cell Value property equals specified cell-value property.
(Inherited from BcfCell.) | |
| IsValueNull |
Gets a value that indicates whether the cell Value property is null.
(Inherited from BcfCell.) | |
| Load(BcfCellT) |
Sets Value using cells value.
| |
| Load(BcfCell, Boolean) |
Sets Value using cells value.
(Inherited from BcfCell.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetDefaultValue |
Sets the cells value to columns default value.
(Overrides BcfCellSetDefaultValue.) | |
| SetNextFromSequenceOrDefaultValue |
Sets the cells value to columns default value.
(Overrides BcfCellSetNextFromSequenceOrDefaultValue.) | |
| SetValue |
Sets the value.
| |
| SetValueObject |
Sets the value.
(Overrides BcfCellSetValueObject(Object).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValueEquals |
Compares a specified value with the Value property and returns the result.
| |
| ValueObjectEquals |
Compares the specified value with the Value property and returns the result of equality-check.
(Overrides BcfCellValueObjectEquals(Object, BcfValueComparisonMode, Boolean).) |