Click or drag to resize

BcfRelationStep Structure

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

Description of relation step.

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

The BcfRelationStep type exposes the following members.

Constructors
  NameDescription
Public methodBcfRelationStep
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyDistinctRows
true to remove duplicate rows after collecting.
Public propertyRelationName
The relation name.
Public propertyToParent
true to access parent row(s); otherwise child rows
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(BcfRelationStep)
Indicates whether the current object is equal to another object of the same type.
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
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified values are equal.
Public operatorStatic memberInequality
Determines whether two specified values are different.
Top
See Also