Click or drag to resize

BcfCalculationPlanBucketSnapshot Class

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

Represents a calculation-plan bucket.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfCalculationPlanBucketSnapshot

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public class BcfCalculationPlanBucketSnapshot : IEnumerable<BcfComputedItem>, 
	IEnumerable

The BcfCalculationPlanBucketSnapshot type exposes the following members.

Properties
  NameDescription
Public propertyItems
Gets the computable items in this bucket.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the Items.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodSelectManyBcfComputedItem, TResult(FuncBcfComputedItem, BcfReadOnlyArrayListTResult)Overloaded. (Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSelectManyBcfComputedItem, TCollection, TResult(FuncBcfComputedItem, BcfReadOnlyArrayListTCollection, FuncBcfComputedItem, TCollection, TResult)Overloaded.
Projects each element of a sequence to an IEnumerableT, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein.
(Defined by BcfReadOnlyArrayListExtensions.)
Top
See Also