BcfCellId Structure |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfCellId type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfCellId(Int64) |
Initializes a new instance of the structure to its specified Int64-representation.
| |
| BcfCellId(BcfColumnId, Int32) |
Initializes a new instance of the structure.
|
| Name | Description | |
|---|---|---|
| ColumnId |
Gets the BcfColumnId-part of this instance.
| |
| RowId |
Gets the row-identifier part of this instance.
|
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this instance to a value and returns an indication of their relative values.
| |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(BcfCellId) |
Determines whether the specified value is equal to this instance.
| |
| GetCell |
Resolves the BcfCell representing this instance in specified dataSet.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetOwningRow | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString.) | |
| TryGetCell |
Resolves the BcfCell representing this instance in specified dataSet.
| |
| TryGetOwningRow |
| Name | Description | |
|---|---|---|
| Equality |
Determines whether two specified values are equal.
| |
| (Int64 to BcfCellId) |
Restores and returns a value from its Int64-representation.
| |
| GreaterThan |
Determines whether left specified value is greater than right.
| |
| (BcfCellId to Int64) |
Returns the value as Int64.
| |
| Inequality |
Determines whether two specified values are different.
| |
| LessThan |
Determines whether left specified value is lower than right.
|