BcfRuleId Structure |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfRuleId type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfRuleId(Int32) |
Initializes a new instance of the structure to its specified Int32-representation.
| |
| BcfRuleId(Int32, Int32) |
Initializes a new instance of the structure.
|
| Name | Description | |
|---|---|---|
| RuleIndex |
Gets the index of rule in Rules.
| |
| TableIndex |
Gets the index of table in Tables.
|
| 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(BcfRuleId) |
Determines whether the specified value is equal to this instance.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetRule |
Resolves the BcfRule representing this instance in specified dataSet.
| |
| 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.) | |
| TryGetRule |
Resolves the BcfRule representing this instance in specified dataSet.
|
| Name | Description | |
|---|---|---|
| Equality |
Determines whether two specified values are equal.
| |
| (Int32 to BcfRuleId) |
Restores and returns a value from its Int32-representation.
| |
| GreaterThan |
Determines whether left specified value is greater than right.
| |
| (BcfRuleId to Int32) |
Returns the value as Int32.
| |
| Inequality |
Determines whether two specified values are different.
| |
| LessThan |
Determines whether left specified value is lower than right.
|