Click or drag to resize

BcfChildRelationCellId Structure

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

Encapsulates all identifiers of a BcfChildRelationCell in a single Int64 structure.

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

The BcfChildRelationCellId type exposes the following members.

Constructors
  NameDescription
Public methodBcfChildRelationCellId(Int64)
Initializes a new instance of the structure to its specified Int64-representation.
Public methodBcfChildRelationCellId(BcfChildRelationId, Int32)
Initializes a new instance of the structure.
Top
Properties
  NameDescription
Public propertyChildRelationId
Gets the BcfChildRelationId-part of this instance.
Public propertyRowId
Gets the row-identifier part of this instance.
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(BcfChildRelationCellId)
Determines whether the specified value is equal to this instance.
Public methodGetChildRelationCell
Resolves the BcfChildRelationCell representing this instance in specified dataSet.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetOwningRow
Resolves the OwningRow of the BcfChildRelationCell representing this instance in specified dataSet.
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 methodTryGetChildRelationCell
Resolves the BcfChildRelationCell representing this instance in specified dataSet.
Public methodTryGetOwningRow
Resolves the OwningRow of the BcfChildRelationCell representing this instance in specified dataSet.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified values are equal.
Public operatorStatic member(Int64 to BcfChildRelationCellId)
Restores and returns a value from its Int64-representation.
Public operatorStatic memberGreaterThan
Determines whether left specified value is greater than right.
Public operatorStatic member(BcfChildRelationCellId to Int64)
Returns the value as Int64.
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