Click or drag to resize

BcfColumnId Structure

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

Encapsulates all identifiers of a BcfColumn in a single Int32 structure.

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

The BcfColumnId type exposes the following members.

Constructors
  NameDescription
Public methodBcfColumnId(Int32)
Initializes a new instance of the structure to its specified Int32-representation.
Public methodBcfColumnId(Int32, Int32)
Initializes a new instance of the structure.
Top
Properties
  NameDescription
Public propertyColumnIndex
Gets the columns Index.
Public propertyTableIndex
Gets the index of table in Tables.
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance to a value and returns an indication of their relative values.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(BcfColumnId)
Determines whether the specified value is equal to this instance.
Public methodGetColumn
Resolves the BcfColumn representing this instance in specified dataSet.
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
Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString.)
Public methodTryGetColumn
Resolves the BcfColumn representing this instance in specified dataSet.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified values are equal.
Public operatorStatic member(Int32 to BcfColumnId)
Restores and returns a value from its Int32-representation.
Public operatorStatic memberGreaterThan
Determines whether left specified value is greater than right.
Public operatorStatic member(BcfColumnId to Int32)
Returns the value as Int32.
Public operatorStatic memberInequality
Determines whether two specified values are different.
Public operatorStatic memberLessThan
Determines whether left specified value is lower than right.
Top
See Also