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-beta6
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
Version Information

BCF

Supported in: 4.0
See Also