Click or drag to resize

BcfCalculationPlanSnapshot Class

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

Represents a calculation-plan.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfCalculationPlanSnapshot

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

The BcfCalculationPlanSnapshot type exposes the following members.

Properties
  NameDescription
Public propertyBuckets
Gets the Buckets.
Public propertyItemCount
Gets the number of all items in all buckets.
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 of all Buckets.
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